8d6af7c57c146fae31508afd2773c9fa8ab9d0c0
[ccsdk/sli/plugins.git] / properties-node / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
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/maven-v4_0_0.xsd">\r
3         <parent>\r
4                 <groupId>org.onap.ccsdk.sli.plugins</groupId>\r
5                 <artifactId>sdnc-plugins</artifactId>\r
6                 <version>0.0.1-SNAPSHOT</version>\r
7         </parent>\r
8 \r
9         <modelVersion>4.0.0</modelVersion>\r
10         <packaging>pom</packaging>\r
11 \r
12         <groupId>org.onap.ccsdk.sli.plugins</groupId>\r
13         <artifactId>properties-node</artifactId>\r
14         <version>0.0.1-SNAPSHOT</version>\r
15 \r
16         <name>Properties Node</name>\r
17         <description>This is an implementation of DG Execute Node that reads property file and\r
18         puts the properties in the DG context</description>\r
19 \r
20         <dependencyManagement>\r
21                 <dependencies>\r
22                         <dependency>\r
23                                 <groupId>org.onap.ccsdk.sli.plugins</groupId>\r
24                                 <artifactId>properties-node-features</artifactId>\r
25                                 <classifier>features</classifier>\r
26                                 <type>xml</type>\r
27                                 <version>${project.version}</version>\r
28                         </dependency>\r
29                         <dependency>\r
30                                 <groupId>org.onap.ccsdk.sli.plugins</groupId>\r
31                                 <artifactId>properties-node-provider</artifactId>\r
32                                 <version>${project.version}</version>\r
33                         </dependency>\r
34                 </dependencies>\r
35         </dependencyManagement>\r
36 \r
37         <modules>\r
38                 <module>provider</module>\r
39                 <module>features</module>\r
40                 <module>installer</module>\r
41         </modules>\r
42 </project>\r
43 \r