Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Gary Wu | b6e35ac | 2018-08-24 15:32:28 -0700 | [diff] [blame] | 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"> |
Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | |
Sonsino, Ofir (os0695) | 4a4dcc5 | 2018-08-12 14:51:28 +0300 | [diff] [blame] | 5 | <groupId>org.onap.vid</groupId> |
Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 6 | <artifactId>automationTest</artifactId> |
| 7 | <version>1.0-SNAPSHOT</version> |
Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 8 | <properties> |
| 9 | <springframework.version>4.2.0.RELEASE</springframework.version> |
Sonsino, Ofir (os0695) | 4a4dcc5 | 2018-08-12 14:51:28 +0300 | [diff] [blame] | 10 | <jersey.version>2.23.1</jersey.version> |
| 11 | <jackson.version>2.6.3</jackson.version> |
| 12 | <aspectj.version>1.8.10</aspectj.version> |
Gary Wu | b6e35ac | 2018-08-24 15:32:28 -0700 | [diff] [blame] | 13 | |
Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 14 | </properties> |
| 15 | |
Sonsino, Ofir (os0695) | 4a4dcc5 | 2018-08-12 14:51:28 +0300 | [diff] [blame] | 16 | |
Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 17 | <dependencies> |
| 18 | <dependency> |
Sonsino, Ofir (os0695) | 4a4dcc5 | 2018-08-12 14:51:28 +0300 | [diff] [blame] | 19 | <groupId>com.google.guava</groupId> |
| 20 | <artifactId>guava</artifactId> |
Gary Wu | b6e35ac | 2018-08-24 15:32:28 -0700 | [diff] [blame] | 21 | |
Sonsino, Ofir (os0695) | 4a4dcc5 | 2018-08-12 14:51:28 +0300 | [diff] [blame] | 22 | </dependency> |
| 23 | <dependency> |
Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 24 | <groupId>org.openecomp.sdc</groupId> |
| 25 | <artifactId>ui-ci</artifactId> |
Sonsino, Ofir (os0695) | 4a4dcc5 | 2018-08-12 14:51:28 +0300 | [diff] [blame] | 26 | <version>1.0.5-SNAPSHOT</version> |
Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 27 | <scope>compile</scope> |
Sonsino, Ofir (os0695) | 4a4dcc5 | 2018-08-12 14:51:28 +0300 | [diff] [blame] | 28 | <exclusions> |
| 29 | <exclusion> |
| 30 | <groupId>log4j</groupId> |
| 31 | <artifactId>log4j</artifactId> |
| 32 | </exclusion> |
| 33 | </exclusions> |
Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 34 | </dependency> |
Sonsino, Ofir (os0695) | 4a4dcc5 | 2018-08-12 14:51:28 +0300 | [diff] [blame] | 35 | <!-- <dependency> |
Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 36 | <groupId>log4j</groupId> |
| 37 | <artifactId>log4j</artifactId> |
| 38 | <version>1.2.12</version> |
Sonsino, Ofir (os0695) | 4a4dcc5 | 2018-08-12 14:51:28 +0300 | [diff] [blame] | 39 | </dependency> --> |
Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 40 | <dependency> |
| 41 | <groupId>org.testng</groupId> |
| 42 | <artifactId>testng</artifactId> |
Sonsino, Ofir (os0695) | 4a4dcc5 | 2018-08-12 14:51:28 +0300 | [diff] [blame] | 43 | <version>6.14.2</version> |
Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 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> |
Sonsino, Ofir (os0695) | 4a4dcc5 | 2018-08-12 14:51:28 +0300 | [diff] [blame] | 58 | <version>${jersey.version}</version> |
Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 59 | </dependency> |
| 60 | <dependency> |
| 61 | <groupId>org.glassfish.jersey.core</groupId> |
| 62 | <artifactId>jersey-client</artifactId> |
Sonsino, Ofir (os0695) | 4a4dcc5 | 2018-08-12 14:51:28 +0300 | [diff] [blame] | 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> |
Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 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> |
Sonsino, Ofir (os0695) | 4a4dcc5 | 2018-08-12 14:51:28 +0300 | [diff] [blame] | 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> |
Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 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> |
Sonsino, Ofir (os0695) | 4a4dcc5 | 2018-08-12 14:51:28 +0300 | [diff] [blame] | 181 | <compilerArgument>-g:vars</compilerArgument> |
| 182 | <debug>true</debug> |
| 183 | <debuglevel>lines,vars,source</debuglevel> |
Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 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> |
Sonsino, Ofir (os0695) | 4a4dcc5 | 2018-08-12 14:51:28 +0300 | [diff] [blame] | 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> |
Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 229 | </plugins> |
| 230 | </build> |
Gary Wu | b6e35ac | 2018-08-24 15:32:28 -0700 | [diff] [blame] | 231 | </project> |