[SDC] Onboarding 1710 rebase.
[sdc.git] / openecomp-be / lib / openecomp-sdc-vendor-software-product-lib / openecomp-sdc-vendor-software-product-core / pom.xml.versionsBackup
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3          xmlns="http://maven.apache.org/POM/4.0.0"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6
7     <artifactId>openecomp-sdc-vendor-software-product-core</artifactId>
8     <version>1.0-SNAPSHOT</version>
9
10     <parent>
11         <groupId>org.openecomp.sdc</groupId>
12         <artifactId>openecomp-sdc-vendor-software-product-lib</artifactId>
13         <version>1.0-SNAPSHOT</version>
14     </parent>
15
16     <dependencies>
17         <dependency>
18             <groupId>org.openecomp.sdc</groupId>
19             <artifactId>openecomp-sdc-vendor-software-product-api</artifactId>
20             <version>1.0-SNAPSHOT</version>
21         </dependency>
22         <dependency>
23             <groupId>org.openecomp.core</groupId>
24             <artifactId>openecomp-nosqldb-api</artifactId>
25             <version>1.0-SNAPSHOT</version>
26         </dependency>
27         <dependency>
28             <groupId>org.freemarker</groupId>
29             <artifactId>freemarker</artifactId>
30             <version>2.3.23</version>
31         </dependency>
32         <dependency>
33             <groupId>org.testng</groupId>
34             <artifactId>testng</artifactId>
35             <version>${testng.version}</version>
36             <scope>test</scope>
37         </dependency>
38         <dependency>
39             <groupId>org.openecomp.core</groupId>
40             <artifactId>openecomp-config-lib</artifactId>
41             <version>1.0-SNAPSHOT</version>
42         </dependency>
43         <dependency>
44             <groupId>org.openecomp.sdc</groupId>
45             <artifactId>openecomp-sdc-model-impl</artifactId>
46             <version>1.0-SNAPSHOT</version>
47             <scope>test</scope>
48         </dependency>
49         <dependency>
50             <groupId>org.apache.xmlgraphics</groupId>
51             <artifactId>fop</artifactId>
52             <version>2.1</version>
53         </dependency>
54         <dependency>
55             <groupId>com.fasterxml.jackson.dataformat</groupId>
56             <artifactId>jackson-dataformat-xml</artifactId>
57             <version>2.7.4</version>
58         </dependency>
59         <dependency>
60             <groupId>commons-io</groupId>
61             <artifactId>commons-io</artifactId>
62             <version>2.5</version>
63         </dependency>
64         <dependency>
65             <groupId>org.mockito</groupId>
66             <artifactId>mockito-all</artifactId>
67             <version>1.10.19</version>
68         </dependency>
69         <dependency>
70             <groupId>junit</groupId>
71             <artifactId>junit</artifactId>
72             <version>4.12</version>
73             <scope>test</scope>
74         </dependency>
75         <dependency>
76             <groupId>org.openecomp.sdc.common</groupId>
77             <artifactId>openecomp-configuration-management-core</artifactId>
78             <version>1707.0.0-SNAPSHOT</version>
79             <scope>runtime</scope>
80             <exclusions>
81                 <exclusion>
82                     <groupId>org.slf4j</groupId>
83                     <artifactId>slf4j-log4j12</artifactId>
84                 </exclusion>
85             </exclusions>
86         </dependency>
87         <dependency>
88             <groupId>org.openecomp.sdc.common</groupId>
89             <artifactId>openecomp-configuration-management-api</artifactId>
90             <version>1707.0.0-SNAPSHOT</version>
91         </dependency>
92     </dependencies>
93
94     <build>
95         <plugins>
96             <plugin>
97                 <groupId>org.apache.maven.plugins</groupId>
98                 <artifactId>maven-surefire-plugin</artifactId>
99                 <version>2.19.1</version>
100                 <configuration>
101                     <useSystemClassLoader>false</useSystemClassLoader>
102                     <redirectTestOutputToFile>true</redirectTestOutputToFile>
103                 </configuration>
104             </plugin>
105         </plugins>
106     </build>
107
108 </project>