Initial commit for appc-encryption-tool bundle
[appc.git] / appc-config / appc-encryption-tool / 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"
3     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4     <parent>
5         <groupId>org.openecomp.appc</groupId>
6         <artifactId>appc-config</artifactId>
7         <version>1.1.0-SNAPSHOT</version>
8     </parent>
9
10     <modelVersion>4.0.0</modelVersion>
11     <packaging>pom</packaging>
12     <artifactId>appc-config-encryption-tool</artifactId>
13
14     <name>APPC Encryption Tool</name>
15     <description>Common Utilities for DG</description>
16
17     <properties>
18         <sdnctl.sql.resource.version>${sdnctl.sli.version}</sdnctl.sql.resource.version>
19         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20         <mysql.connector.version>5.1.39</mysql.connector.version>
21     </properties>
22
23     <dependencyManagement>
24         <dependencies>
25             <dependency>
26                 <groupId>org.openecomp.appc</groupId>
27                 <artifactId>appc-config-encryption-tool-features</artifactId>
28                 <classifier>features</classifier>
29                 <type>xml</type>
30                 <version>${project.version}</version>
31             </dependency>
32
33             <dependency>
34                 <groupId>org.openecomp.appc</groupId>
35                 <artifactId>appc-config-encryption-tool-provider</artifactId>
36                 <version>${project.version}</version>
37             </dependency>
38         </dependencies>
39     </dependencyManagement>
40
41     <modules>
42         <module>provider</module>
43         <module>features</module>
44         <module>installer</module>
45     </modules>
46
47 </project>