Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | |
| 6 | <parent> |
| 7 | <groupId>org.onap.ccsdk.parent</groupId> |
| 8 | <artifactId>single-feature-parent</artifactId> |
Timoney, Dan (dt5972) | 52a06ce | 2018-06-06 13:56:45 -0400 | [diff] [blame] | 9 | <version>1.1.0-SNAPSHOT</version> |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 10 | <relativePath /> |
| 11 | </parent> |
| 12 | |
| 13 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
| 14 | <artifactId>ccsdk-sql-resource</artifactId> |
Timoney, Dan (dt5972) | 52a06ce | 2018-06-06 13:56:45 -0400 | [diff] [blame] | 15 | <version>0.3.0-SNAPSHOT</version> |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 16 | <packaging>feature</packaging> |
| 17 | |
| 18 | <name>ccsdk-sli-adaptors :: sql-resource :: ${project.artifactId}</name> |
Timoney, Dan (dt5972) | be72a3c | 2018-06-15 18:25:23 -0400 | [diff] [blame^] | 19 | <dependencyManagement> |
| 20 | <dependencies> |
| 21 | <dependency> |
| 22 | <groupId>org.opendaylight.controller</groupId> |
| 23 | <artifactId>mdsal-artifacts</artifactId> |
| 24 | <version>${odl.mdsal.version}</version> |
| 25 | <type>pom</type> |
| 26 | <scope>import</scope> |
| 27 | </dependency> |
| 28 | <dependency> |
| 29 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 30 | <artifactId>mdsal-model-artifacts</artifactId> |
| 31 | <version>${odl.mdsal.model.version}</version> |
| 32 | <type>pom</type> |
| 33 | <scope>import</scope> |
| 34 | </dependency> |
| 35 | </dependencies> |
| 36 | </dependencyManagement> |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 37 | <dependencies> |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 38 | |
| 39 | <dependency> |
| 40 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 41 | <artifactId>ccsdk-sli</artifactId> |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 42 | <type>xml</type> |
| 43 | <classifier>features</classifier> |
| 44 | </dependency> |
| 45 | <dependency> |
| 46 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 47 | <artifactId>ccsdk-dblib</artifactId> |
Timoney, Dan (dt5972) | 69c4c5b | 2018-04-20 14:25:32 -0400 | [diff] [blame] | 48 | <version>${ccsdk.sli.core.version}</version> |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 49 | <type>xml</type> |
| 50 | <classifier>features</classifier> |
| 51 | </dependency> |
| 52 | <dependency> |
| 53 | <groupId>${project.groupId}</groupId> |
| 54 | <artifactId>sql-resource-provider</artifactId> |
| 55 | <version>${project.version}</version> |
| 56 | </dependency> |
| 57 | |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 58 | </dependencies> |
| 59 | </project> |