Sandeep Shah | 3da6a9e | 2019-04-06 18:53:15 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Timoney, Dan (dt5972) | 9560e60 | 2019-04-24 16:04:56 -0400 | [diff] [blame^] | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
Sandeep Shah | 3da6a9e | 2019-04-06 18:53:15 -0500 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | |
| 5 | <parent> |
| 6 | <groupId>org.onap.ccsdk.parent</groupId> |
| 7 | <artifactId>single-feature-parent</artifactId> |
Timoney, Dan (dt5972) | 9560e60 | 2019-04-24 16:04:56 -0400 | [diff] [blame^] | 8 | <version>1.2.2</version> |
| 9 | <relativePath/> |
Sandeep Shah | 3da6a9e | 2019-04-06 18:53:15 -0500 | [diff] [blame] | 10 | </parent> |
| 11 | |
| 12 | <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> |
| 13 | <artifactId>sdnr-oofpcipoc</artifactId> |
| 14 | <version>0.4.2-SNAPSHOT</version> |
| 15 | <packaging>feature</packaging> |
| 16 | |
| 17 | <name>ccsdk-features-sdnr-northbound :: oofpcipoc :: ${project.artifactId}</name> |
| 18 | |
| 19 | <!-- |
| 20 | <dependencyManagement> |
| 21 | <dependencies> |
| 22 | <dependency> |
| 23 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 24 | <artifactId>mdsal-model-artifacts</artifactId> |
| 25 | <version>${odl.mdsal.model.version}</version> |
| 26 | <type>pom</type> |
| 27 | <scope>import</scope> |
| 28 | </dependency> |
| 29 | <dependency> |
| 30 | <groupId>org.opendaylight.controller</groupId> |
| 31 | <artifactId>mdsal-artifacts</artifactId> |
| 32 | <version>${odl.mdsal.version}</version> |
| 33 | <type>pom</type> |
| 34 | <scope>import</scope> |
| 35 | </dependency> |
| 36 | </dependencies> |
| 37 | </dependencyManagement> |
| 38 | --> |
| 39 | |
| 40 | <dependencies> |
| 41 | |
| 42 | <dependency> |
| 43 | <groupId>${project.groupId}</groupId> |
| 44 | <artifactId>oofpcipoc-provider</artifactId> |
| 45 | <version>${project.version}</version> |
| 46 | </dependency> |
| 47 | |
| 48 | </dependencies> |
| 49 | </project> |