blob: 345998d90ed26cfc0702ba1171e532428f64e864 [file] [log] [blame]
Sandeep Shahcaf78192019-03-09 07:26:17 -06001<?xml version="1.0" encoding="UTF-8"?>
Timoney, Dan (dt5972)55e06ff2019-03-14 13:33:50 -04002<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 Shahcaf78192019-03-09 07:26:17 -06003 <modelVersion>4.0.0</modelVersion>
4
5 <parent>
6 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>binding-parent</artifactId>
Timoney, Dan (dt5972)dc10cbe2019-12-02 12:37:02 -05008 <version>1.5.1-SNAPSHOT</version>
Timoney, Dan (dt5972)55e06ff2019-03-14 13:33:50 -04009 <relativePath/>
Sandeep Shahcaf78192019-03-09 07:26:17 -060010 </parent>
11
12 <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
13 <artifactId>oofpcipoc-model</artifactId>
Timoney, Dan (dt5972)bc483372019-09-11 10:58:56 -040014 <version>0.7.0-SNAPSHOT</version>
Sandeep Shahcaf78192019-03-09 07:26:17 -060015 <packaging>bundle</packaging>
16
17 <dependencies>
18 <dependency>
Timoney, Dan (dt5972)c74f6af2019-07-11 08:47:49 -040019 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
20 <artifactId>rfc6991</artifactId>
21 </dependency>
22
23
Sandeep Shahcaf78192019-03-09 07:26:17 -060024 </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)55e06ff2019-03-14 13:33:50 -040045 <execute/>
Sandeep Shahcaf78192019-03-09 07:26:17 -060046 </action>
47 </pluginExecution>
48 </pluginExecutions>
49 </lifecycleMappingMetadata>
50 </configuration>
51 </plugin>
52 </plugins>
53 </pluginManagement>
54 </build>
55</project>