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) | 74e0d6c | 2018-10-23 08:30:01 -0400 | [diff] [blame^] | 9 | <version>1.2.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) | 74e0d6c | 2018-10-23 08:30:01 -0400 | [diff] [blame^] | 15 | <version>0.4.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) | d00cb60 | 2018-09-25 19:51:37 -0400 | [diff] [blame] | 19 | |
Timoney, Dan (dt5972) | be72a3c | 2018-06-15 18:25:23 -0400 | [diff] [blame] | 20 | <dependencyManagement> |
| 21 | <dependencies> |
| 22 | <dependency> |
| 23 | <groupId>org.opendaylight.controller</groupId> |
| 24 | <artifactId>mdsal-artifacts</artifactId> |
| 25 | <version>${odl.mdsal.version}</version> |
| 26 | <type>pom</type> |
| 27 | <scope>import</scope> |
| 28 | </dependency> |
| 29 | <dependency> |
| 30 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 31 | <artifactId>mdsal-model-artifacts</artifactId> |
| 32 | <version>${odl.mdsal.model.version}</version> |
| 33 | <type>pom</type> |
| 34 | <scope>import</scope> |
| 35 | </dependency> |
| 36 | </dependencies> |
| 37 | </dependencyManagement> |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 38 | <dependencies> |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 39 | |
| 40 | <dependency> |
| 41 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 42 | <artifactId>ccsdk-sli</artifactId> |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 43 | <type>xml</type> |
| 44 | <classifier>features</classifier> |
| 45 | </dependency> |
| 46 | <dependency> |
| 47 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 48 | <artifactId>ccsdk-dblib</artifactId> |
Timoney, Dan (dt5972) | 69c4c5b | 2018-04-20 14:25:32 -0400 | [diff] [blame] | 49 | <version>${ccsdk.sli.core.version}</version> |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 50 | <type>xml</type> |
| 51 | <classifier>features</classifier> |
| 52 | </dependency> |
| 53 | <dependency> |
| 54 | <groupId>${project.groupId}</groupId> |
| 55 | <artifactId>sql-resource-provider</artifactId> |
| 56 | <version>${project.version}</version> |
| 57 | </dependency> |
| 58 | |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 59 | </dependencies> |
| 60 | </project> |