Merge "Use managed guava version"
[vid.git] / vid-automation / 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3     <modelVersion>4.0.0</modelVersion>
4
5     <groupId>org.onap.vid</groupId>
6     <artifactId>automationTest</artifactId>
7     <version>1.0-SNAPSHOT</version>
8     <properties>
9         <springframework.version>4.2.0.RELEASE</springframework.version>
10         <jersey.version>2.23.1</jersey.version>
11         <jackson.version>2.6.3</jackson.version>
12         <aspectj.version>1.8.10</aspectj.version>
13
14     </properties>
15
16
17     <dependencies>
18         <dependency>
19             <groupId>com.google.guava</groupId>
20             <artifactId>guava</artifactId>
21
22         </dependency>
23         <dependency>
24             <groupId>org.openecomp.sdc</groupId>
25             <artifactId>ui-ci</artifactId>
26             <version>1.0.5-SNAPSHOT</version>
27             <scope>compile</scope>
28             <exclusions>
29                 <exclusion>
30                         <groupId>log4j</groupId>
31                                         <artifactId>log4j</artifactId>
32                 </exclusion>
33             </exclusions>
34         </dependency>
35 <!--         <dependency>
36             <groupId>log4j</groupId>
37             <artifactId>log4j</artifactId>
38             <version>1.2.12</version>
39         </dependency> -->
40         <dependency>
41             <groupId>org.testng</groupId>
42             <artifactId>testng</artifactId>
43             <version>6.14.2</version>
44         </dependency>
45         <dependency>
46             <groupId>javax.ws.rs</groupId>
47             <artifactId>javax.ws.rs-api</artifactId>
48             <version>2.0.1</version>
49         </dependency>
50         <dependency>
51             <groupId>javax.ws.rs</groupId>
52             <artifactId>javax.ws.rs-api</artifactId>
53             <version>2.0.1</version>
54         </dependency>
55         <dependency>
56             <groupId>org.glassfish.jersey.core</groupId>
57             <artifactId>jersey-common</artifactId>
58             <version>${jersey.version}</version>
59         </dependency>
60         <dependency>
61             <groupId>org.glassfish.jersey.core</groupId>
62             <artifactId>jersey-client</artifactId>
63             <version>${jersey.version}</version>
64         </dependency>
65         <dependency>
66             <groupId>org.glassfish.jersey.media</groupId>
67             <artifactId>jersey-media-json-jackson</artifactId>
68             <version>${jersey.version}</version>
69         </dependency>
70         <dependency>
71             <groupId>com.fasterxml.jackson.core</groupId>
72             <artifactId>jackson-annotations</artifactId>
73             <version>${jackson.version}</version>
74         </dependency>
75         <dependency>
76             <groupId>com.fasterxml.jackson.core</groupId>
77             <artifactId>jackson-core</artifactId>
78             <version>${jackson.version}</version>
79         </dependency>
80         <dependency>
81             <groupId>com.fasterxml.jackson.core</groupId>
82             <artifactId>jackson-databind</artifactId>
83             <version>${jackson.version}</version>
84         </dependency>
85         <dependency>
86             <groupId>commons-beanutils</groupId>
87             <artifactId>commons-beanutils</artifactId>
88             <version>1.9.3</version>
89         </dependency>
90         <dependency>
91             <groupId>org.springframework</groupId>
92             <artifactId>spring-core</artifactId>
93             <version>${springframework.version}</version>
94             <exclusions>
95                 <exclusion>
96                     <groupId>commons-logging</groupId>
97                     <artifactId>commons-logging</artifactId>
98                 </exclusion>
99             </exclusions>
100         </dependency>
101         <dependency>
102             <groupId>org.springframework</groupId>
103             <artifactId>spring-web</artifactId>
104             <version>${springframework.version}</version>
105         </dependency>
106         <dependency>
107             <groupId>org.skyscreamer</groupId>
108             <artifactId>jsonassert</artifactId>
109             <version>1.5.0</version>
110         </dependency>
111         <dependency>
112             <groupId>com.google.collections</groupId>
113             <artifactId>google-collections</artifactId>
114             <version>1.0</version>
115         </dependency>
116         <dependency>
117             <groupId>commons-io</groupId>
118             <artifactId>commons-io</artifactId>
119             <version>2.5</version>
120         </dependency>
121         <dependency>
122             <groupId>org.mariadb.jdbc</groupId>
123             <artifactId>mariadb-java-client</artifactId>
124             <version>1.4.6</version>
125         </dependency>
126         <dependency>
127             <groupId>org.hamcrest</groupId>
128             <artifactId>hamcrest-all</artifactId>
129             <version>1.3</version>
130         </dependency>
131         <dependency>
132             <groupId>org.apache.commons</groupId>
133             <artifactId>commons-text</artifactId>
134             <version>1.1</version>
135         </dependency>
136         <dependency>
137             <groupId>org.apache.commons</groupId>
138             <artifactId>commons-lang3</artifactId>
139             <version>3.6</version>
140         </dependency>
141         <dependency>
142             <groupId>net.javacrumbs.json-unit</groupId>
143             <artifactId>json-unit</artifactId>
144             <version>1.23.0</version>
145         </dependency>
146         <!--<dependency>-->
147             <!--<groupId>org.openecomp.vid</groupId>-->
148             <!--<artifactId>vid-ext-services-simulator-preset-gen</artifactId>-->
149             <!--<version>1.1.0-SNAPSHOT</version>-->
150         <!--</dependency>-->
151         <dependency>
152             <groupId>org.togglz</groupId>
153             <artifactId>togglz-spring-core</artifactId>
154             <version>2.5.0.Final</version>
155         </dependency>
156         <dependency>
157             <groupId>javax.enterprise</groupId>
158             <artifactId>cdi-api</artifactId>
159             <version>1.0</version>
160         </dependency>
161         <dependency>
162             <groupId>net.code-story</groupId>
163             <artifactId>http</artifactId>
164             <version>2.105</version>
165             <scope>test</scope>
166         </dependency>
167         <dependency>
168             <groupId>javax.xml.bind</groupId>
169             <artifactId>jaxb-api</artifactId>
170             <version>2.2.11</version>
171         </dependency>
172     </dependencies>
173     <build>
174         <plugins>
175             <plugin>
176                 <groupId>org.apache.maven.plugins</groupId>
177                 <artifactId>maven-compiler-plugin</artifactId>
178                 <configuration>
179                     <source>1.8</source>
180                     <target>1.8</target>
181                     <compilerArgument>-g:vars</compilerArgument>
182                                         <debug>true</debug>
183                                         <debuglevel>lines,vars,source</debuglevel>
184                 </configuration>
185             </plugin>
186             <plugin>
187                 <groupId>org.apache.maven.plugins</groupId>
188                 <artifactId>maven-assembly-plugin</artifactId>
189                 <version>2.5.5</version>
190                 <executions>
191                     <execution>
192                         <id>create.jar.with.dependencies</id>
193                         <phase>package</phase>
194                         <goals>
195                             <goal>single</goal>
196                         </goals>
197                         <configuration>
198                             <archive>
199                                 <manifest>
200                                     <mainClass>vid.automation.test.StartTest</mainClass>
201                                 </manifest>
202                             </archive>
203                             <descriptorRefs>
204                                 <descriptorRef>jar-with-dependencies</descriptorRef>
205                             </descriptorRefs>
206                         </configuration>
207                     </execution>
208                 </executions>
209             </plugin>
210                 <plugin>
211                         <groupId>org.apache.maven.plugins</groupId>
212                         <artifactId>maven-surefire-plugin</artifactId>
213                         <version>2.19.1</version>
214                         <configuration>
215                            <includes>
216                                         <include>${test}</include>
217                                         </includes>
218                                         <systemPropertyVariables>
219                                         <log4j.configurationFile>./conf/log4j2.xml</log4j.configurationFile>
220                                         </systemPropertyVariables>
221                         <suiteXmlFiles>
222                             <suiteXmlFile>TestNg-ApiTest.xml</suiteXmlFile>
223                         </suiteXmlFiles>
224                             <argLine>
225                                 -javaagent:${settings.localRepository}/org/aspectj/aspectjweaver/${aspectj.version}/aspectjweaver-${aspectj.version}.jar
226                             </argLine>
227                         </configuration>
228             </plugin>
229         </plugins>
230     </build>
231 </project>