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"> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame^] | 3 | <modelVersion>4.0.0</modelVersion> |
Sandeep Shah | 3da6a9e | 2019-04-06 18:53:15 -0500 | [diff] [blame] | 4 | |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame^] | 5 | <parent> |
| 6 | <groupId>org.onap.ccsdk.parent</groupId> |
| 7 | <artifactId>single-feature-parent</artifactId> |
| 8 | <version>1.5.1-SNAPSHOT</version> |
| 9 | <relativePath/> |
| 10 | </parent> |
Sandeep Shah | 3da6a9e | 2019-04-06 18:53:15 -0500 | [diff] [blame] | 11 | |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame^] | 12 | <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> |
| 13 | <artifactId>sdnr-oofpcipoc</artifactId> |
| 14 | <version>0.7.0-SNAPSHOT</version> |
| 15 | <packaging>feature</packaging> |
Sandeep Shah | 3da6a9e | 2019-04-06 18:53:15 -0500 | [diff] [blame] | 16 | |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame^] | 17 | <name>ccsdk-features-sdnr-northbound :: oofpcipoc :: ${project.artifactId}</name> |
Sandeep Shah | 3da6a9e | 2019-04-06 18:53:15 -0500 | [diff] [blame] | 18 | |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame^] | 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 | --> |
Sandeep Shah | 3da6a9e | 2019-04-06 18:53:15 -0500 | [diff] [blame] | 39 | <dependencies> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame^] | 40 | |
| 41 | <dependency> |
| 42 | <groupId>${project.groupId}</groupId> |
| 43 | <artifactId>oofpcipoc-provider</artifactId> |
| 44 | <version>${project.version}</version> |
| 45 | </dependency> |
| 46 | |
Sandeep Shah | 3da6a9e | 2019-04-06 18:53:15 -0500 | [diff] [blame] | 47 | </dependencies> |
Sandeep Shah | 3da6a9e | 2019-04-06 18:53:15 -0500 | [diff] [blame] | 48 | </project> |