Merge "Revert "Solution for Artifact Gen for PNFResource""
[sdc.git] / openecomp-be / backend / openecomp-sdc-action-manager / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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-action-manager</artifactId>
8
9     <parent>
10         <groupId>org.openecomp.sdc</groupId>
11         <artifactId>backend</artifactId>
12         <version>1.2.0-SNAPSHOT</version>
13         <relativePath>..</relativePath>
14     </parent>
15
16     <build>
17         <plugins>
18             <plugin>
19                 <groupId>org.apache.maven.plugins</groupId>
20                 <artifactId>maven-surefire-plugin</artifactId>
21                 <version>2.12.4</version>
22                 <configuration>
23                 </configuration>
24             </plugin>
25         </plugins>
26     </build>
27
28     <dependencies>
29         <dependency>
30             <groupId>org.openecomp.sdc.core</groupId>
31             <artifactId>openecomp-utilities-lib</artifactId>
32             <version>${project.version}</version>
33         </dependency>
34         <dependency>
35             <groupId>org.openecomp.sdc</groupId>
36             <artifactId>openecomp-sdc-validation-core</artifactId>
37             <version>${project.version}</version>
38         </dependency>
39         <dependency>
40             <groupId>org.openecomp.sdc.core</groupId>
41             <artifactId>openecomp-nosqldb-core</artifactId>
42             <version>${project.version}</version>
43         </dependency>
44         <dependency>
45             <groupId>org.testng</groupId>
46             <artifactId>testng</artifactId>
47             <version>${testng.version}</version>
48             <scope>test</scope>
49         </dependency>
50         <dependency>
51             <groupId>junit</groupId>
52             <artifactId>junit</artifactId>
53             <version>${junit.version}</version>
54             <scope>test</scope>
55         </dependency>
56         <dependency>
57             <groupId>com.fasterxml.jackson.dataformat</groupId>
58             <artifactId>jackson-dataformat-xml</artifactId>
59             <version>${jackson.version}</version>
60         </dependency>
61         <dependency>
62             <groupId>org.codehaus.woodstox</groupId>
63             <artifactId>woodstox-core-asl</artifactId>
64             <version>${woodstox.version}</version>
65         </dependency>
66         <dependency>
67             <groupId>org.openecomp.sdc</groupId>
68             <artifactId>openecomp-sdc-action-core</artifactId>
69             <version>${project.version}</version>
70         </dependency>
71         <dependency>
72             <groupId>org.openecomp.sdc</groupId>
73             <artifactId>openecomp-sdc-versioning-core</artifactId>
74             <version>${project.version}</version>
75         </dependency>
76         <dependency>
77             <groupId>org.openecomp.sdc</groupId>
78             <artifactId>openecomp-sdc-logging-api</artifactId>
79             <version>${project.version}</version>
80         </dependency>
81         <dependency>
82             <groupId>org.openecomp.sdc</groupId>
83             <artifactId>openecomp-sdc-logging-core</artifactId>
84             <version>${project.version}</version>
85         </dependency>
86     </dependencies>
87
88
89 </project>