ORAN A1 Adapter YANG Model Update
[ccsdk/features.git] / sdnr / northbound / energysavings / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
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">
3     <modelVersion>4.0.0</modelVersion>
4
5     <parent>
6         <groupId>org.onap.ccsdk.parent</groupId>
7         <artifactId>feature-repo-parent</artifactId>
8         <version>1.5.1</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
13     <artifactId>energysavings-features</artifactId>
14     <version>0.7.0-SNAPSHOT</version>
15     <packaging>feature</packaging>
16
17     <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name>
18
19     <dependencyManagement>
20         <dependencies>
21             <dependency>
22                 <groupId>org.opendaylight.controller</groupId>
23                 <artifactId>mdsal-artifacts</artifactId>
24                 <version>1.6.1</version>
25                 <type>pom</type>
26                 <scope>import</scope>
27             </dependency>
28         </dependencies>
29     </dependencyManagement>
30
31     <dependencies>
32         <dependency>
33             <groupId>org.opendaylight.controller</groupId>
34             <artifactId>odl-mdsal-broker</artifactId>
35             <type>xml</type>
36             <classifier>features</classifier>
37         </dependency>
38         <dependency>
39
40             <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
41             <artifactId>energysavings-model</artifactId>
42             <version>${project.version}</version>
43         </dependency>
44         <dependency>
45             <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
46             <artifactId>energysavings-provider</artifactId>
47             <version>${project.version}</version>
48         </dependency>
49     </dependencies>
50     <build>
51         <pluginManagement>
52             <plugins>
53                 <plugin>
54                     <groupId>org.eclipse.m2e</groupId>
55                     <artifactId>lifecycle-mapping</artifactId>
56                     <version>1.0.0</version>
57                     <configuration>
58                         <lifecycleMappingMetadata>
59                             <pluginExecutions>
60                                 <pluginExecution>
61                                     <pluginExecutionFilter>
62                                         <groupId>org.codehaus.mojo</groupId>
63                                         <artifactId>properties-maven-plugin</artifactId>
64                                         <versionRange>[1.0.0,)</versionRange>
65                                         <goals>
66                                             <goal>set-system-properties</goal>
67                                         </goals>
68                                     </pluginExecutionFilter>
69                                     <action>
70                                         <execute/>
71                                     </action>
72                                 </pluginExecution>
73                                 <pluginExecution>
74                                     <pluginExecutionFilter>
75                                         <groupId>org.apache.karaf.tooling</groupId>
76                                         <artifactId>karaf-maven-plugin</artifactId>
77                                         <versionRange>[4.0.0,)</versionRange>
78                                         <goals>
79                                             <goal>features-generate-descriptor</goal>
80                                         </goals>
81                                     </pluginExecutionFilter>
82                                     <action>
83                                         <execute/>
84                                     </action>
85                                 </pluginExecution>
86                             </pluginExecutions>
87                         </lifecycleMappingMetadata>
88                     </configuration>
89                 </plugin>
90             </plugins>
91         </pluginManagement>
92     </build>
93 </project>