Sandeep Shah | caf7819 | 2019-03-09 07:26:17 -0600 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Timoney, Dan (dt5972) | 55e06ff | 2019-03-14 13:33:50 -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 | caf7819 | 2019-03-09 07:26:17 -0600 | [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>binding-parent</artifactId> |
Dan Timoney | bc0f2d7 | 2020-01-23 14:42:42 -0500 | [diff] [blame^] | 8 | <version>1.5.1</version> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 9 | <relativePath/> |
| 10 | </parent> |
Sandeep Shah | caf7819 | 2019-03-09 07:26:17 -0600 | [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>oofpcipoc-model</artifactId> |
| 14 | <version>0.7.0-SNAPSHOT</version> |
| 15 | <packaging>bundle</packaging> |
Sandeep Shah | caf7819 | 2019-03-09 07:26:17 -0600 | [diff] [blame] | 16 | |
Singal, Kapil (ks220y) | df19594 | 2019-12-12 15:24:53 -0500 | [diff] [blame] | 17 | <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name> |
| 18 | |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 19 | <dependencies> |
| 20 | <dependency> |
Timoney, Dan (dt5972) | c74f6af | 2019-07-11 08:47:49 -0400 | [diff] [blame] | 21 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 22 | <artifactId>rfc6991</artifactId> |
| 23 | </dependency> |
| 24 | |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 25 | </dependencies> |
| 26 | |
| 27 | <build> |
| 28 | <pluginManagement> |
| 29 | <plugins> |
| 30 | <plugin> |
| 31 | <groupId>org.eclipse.m2e</groupId> |
| 32 | <artifactId>lifecycle-mapping</artifactId> |
| 33 | <version>1.0.0</version> |
| 34 | <configuration> |
| 35 | <lifecycleMappingMetadata> |
| 36 | <pluginExecutions> |
| 37 | <pluginExecution> |
| 38 | <pluginExecutionFilter> |
| 39 | <groupId>org.codehaus.mojo</groupId> |
| 40 | <artifactId>properties-maven-plugin</artifactId> |
| 41 | <versionRange>[1.0.0,)</versionRange> |
| 42 | <goals> |
| 43 | <goal>set-system-properties</goal> |
| 44 | </goals> |
| 45 | </pluginExecutionFilter> |
| 46 | <action> |
| 47 | <execute/> |
| 48 | </action> |
| 49 | </pluginExecution> |
| 50 | </pluginExecutions> |
| 51 | </lifecycleMappingMetadata> |
| 52 | </configuration> |
| 53 | </plugin> |
| 54 | </plugins> |
| 55 | </pluginManagement> |
| 56 | </build> |
Sandeep Shah | caf7819 | 2019-03-09 07:26:17 -0600 | [diff] [blame] | 57 | </project> |