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