blob: 21cfd19b02a0bf7fdd317b15adcadc2d117e1c73 [file] [log] [blame]
Avi Zivb8e2faf2017-07-18 19:45:38 +03001<?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 <version>1.0-SNAPSHOT</version>
9 <dependencies>
10 <dependency>
11 <groupId>org.openecomp.core</groupId>
12 <artifactId>openecomp-utilities-lib</artifactId>
13 <version>1.0-SNAPSHOT</version>
14 </dependency>
15 <dependency>
16 <groupId>org.openecomp.sdc</groupId>
17 <artifactId>openecomp-sdc-validation-core</artifactId>
18 <version>1.0-SNAPSHOT</version>
19 </dependency>
20 <dependency>
21 <groupId>org.openecomp.core</groupId>
22 <artifactId>openecomp-nosqldb-core</artifactId>
23 <version>1.0-SNAPSHOT</version>
24 </dependency>
25 <dependency>
26 <groupId>org.testng</groupId>
27 <artifactId>testng</artifactId>
28 <version>6.9.10</version>
29 <scope>test</scope>
30 </dependency>
31 <dependency>
32 <groupId>junit</groupId>
33 <artifactId>junit</artifactId>
34 <version>RELEASE</version>
35 <scope>test</scope>
36 </dependency>
37 <dependency>
38 <groupId>com.fasterxml.jackson.dataformat</groupId>
39 <artifactId>jackson-dataformat-xml</artifactId>
40 <version>2.7.4</version>
41 </dependency>
42 <dependency>
43 <groupId>org.codehaus.woodstox</groupId>
44 <artifactId>woodstox-core-asl</artifactId>
45 <version>4.4.1</version>
46 </dependency>
47 <dependency>
48 <groupId>org.openecomp.sdc</groupId>
49 <artifactId>openecomp-sdc-action-core</artifactId>
50 <version>1.0-SNAPSHOT</version>
51 </dependency>
52 <dependency>
53 <groupId>org.openecomp.sdc</groupId>
54 <artifactId>openecomp-sdc-versioning-core</artifactId>
55 <version>1.0-SNAPSHOT</version>
56 </dependency>
57 <dependency>
58 <groupId>org.openecomp.sdc</groupId>
59 <artifactId>openecomp-sdc-logging-api</artifactId>
60 <version>1.0-SNAPSHOT</version>
61 </dependency>
62 <dependency>
63 <groupId>org.openecomp.sdc</groupId>
64 <artifactId>openecomp-sdc-logging-core</artifactId>
65 <version>1.0-SNAPSHOT</version>
66 </dependency>
67 </dependencies>
68
69 <parent>
70 <groupId>org.openecomp.sdc</groupId>
71 <artifactId>backend</artifactId>
72 <version>1.0-SNAPSHOT</version>
73 </parent>
74
75
76</project>