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