Michal Jagiello | 8ac3e42 | 2020-05-28 10:49:20 +0000 | [diff] [blame] | 1 | <?xml version="1.0" ?> |
Alexis de Talhouët | f07c74c | 2019-02-26 11:26:03 -0500 | [diff] [blame] | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | <parent> |
| 6 | <groupId>org.onap.so</groupId> |
| 7 | <artifactId>so</artifactId> |
seshukm | adbd1c4 | 2020-08-03 19:23:51 +0530 | [diff] [blame] | 8 | <version>1.7.1-SNAPSHOT</version> |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 9 | </parent> |
| 10 | <artifactId>common</artifactId> |
| 11 | <name>MSO Common classes</name> |
| 12 | <description>MSO Common classes:- Logger</description> |
Alexis de Talhouët | f07c74c | 2019-02-26 11:26:03 -0500 | [diff] [blame] | 13 | |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 14 | <properties> |
| 15 | <grpc.version>1.17.1</grpc.version> |
| 16 | <protobuf.version>3.6.1</protobuf.version> |
| 17 | <grpc.netty.version>4.1.30.Final</grpc.netty.version> |
Marcus G K Williams | 0065d70 | 2019-05-13 14:20:33 -0700 | [diff] [blame] | 18 | <ccsdk.version>0.4.2</ccsdk.version> |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 19 | </properties> |
Alexis de Talhouët | f07c74c | 2019-02-26 11:26:03 -0500 | [diff] [blame] | 20 | |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 21 | <dependencies> |
| 22 | <dependency> |
| 23 | <groupId>org.apache.httpcomponents</groupId> |
| 24 | <artifactId>httpclient</artifactId> |
| 25 | </dependency> |
| 26 | <dependency> |
| 27 | <groupId>javax.servlet</groupId> |
| 28 | <artifactId>javax.servlet-api</artifactId> |
| 29 | </dependency> |
| 30 | <dependency> |
| 31 | <groupId>org.springframework</groupId> |
| 32 | <artifactId>spring-aspects</artifactId> |
| 33 | </dependency> |
| 34 | <dependency> |
| 35 | <groupId>org.springframework.boot</groupId> |
| 36 | <artifactId>spring-boot-starter-security</artifactId> |
| 37 | </dependency> |
| 38 | <dependency> |
| 39 | <groupId>org.springframework.boot</groupId> |
| 40 | <artifactId>spring-boot-starter-actuator</artifactId> |
| 41 | </dependency> |
| 42 | <dependency> |
| 43 | <groupId>com.jayway.jsonpath</groupId> |
| 44 | <artifactId>json-path</artifactId> |
| 45 | </dependency> |
| 46 | <dependency> |
| 47 | <groupId>org.hibernate</groupId> |
| 48 | <artifactId>hibernate-core</artifactId> |
| 49 | </dependency> |
| 50 | <dependency> |
| 51 | <groupId>org.springframework</groupId> |
| 52 | <artifactId>spring-web</artifactId> |
| 53 | </dependency> |
| 54 | <dependency> |
| 55 | <groupId>org.springframework</groupId> |
| 56 | <artifactId>spring-webmvc</artifactId> |
| 57 | </dependency> |
| 58 | <dependency> |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 59 | <groupId>org.modelmapper</groupId> |
| 60 | <artifactId>modelmapper</artifactId> |
Benjamin, Max | 9868f17 | 2020-05-18 16:37:51 -0400 | [diff] [blame] | 61 | <version>2.3.2</version> |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 62 | </dependency> |
| 63 | <dependency> |
| 64 | <groupId>com.google.guava</groupId> |
| 65 | <artifactId>guava</artifactId> |
| 66 | </dependency> |
| 67 | <dependency> |
| 68 | <groupId>org.apache.commons</groupId> |
| 69 | <artifactId>commons-lang3</artifactId> |
| 70 | </dependency> |
| 71 | <dependency> |
| 72 | <groupId>org.apache.cxf</groupId> |
| 73 | <artifactId>cxf-rt-rs-client</artifactId> |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 74 | <scope>test</scope> |
| 75 | </dependency> |
| 76 | <dependency> |
| 77 | <groupId>com.shazam</groupId> |
| 78 | <artifactId>shazamcrest</artifactId> |
| 79 | <version>0.11</version> |
| 80 | <scope>test</scope> |
| 81 | <exclusions> |
| 82 | <exclusion> |
| 83 | <groupId>com.google.guava</groupId> |
| 84 | <artifactId>guava</artifactId> |
| 85 | </exclusion> |
| 86 | <exclusion> |
| 87 | <groupId>org.apache.commons</groupId> |
| 88 | <artifactId>commons-lang3</artifactId> |
| 89 | </exclusion> |
| 90 | </exclusions> |
| 91 | </dependency> |
| 92 | <dependency> |
Kalkere Ramesh, Sharan | 1f45bb1 | 2020-02-10 11:11:04 -0500 | [diff] [blame] | 93 | <groupId>org.apache.tomcat</groupId> |
| 94 | <artifactId>tomcat-catalina</artifactId> |
| 95 | <version>9.0.30</version> |
| 96 | </dependency> |
| 97 | <dependency> |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 98 | <groupId>org.slf4j</groupId> |
| 99 | <artifactId>slf4j-ext</artifactId> |
| 100 | </dependency> |
| 101 | <dependency> |
| 102 | <groupId>org.slf4j</groupId> |
| 103 | <artifactId>slf4j-api</artifactId> |
| 104 | </dependency> |
| 105 | <dependency> |
| 106 | <groupId>org.springframework.boot</groupId> |
| 107 | <artifactId>spring-boot-configuration-processor</artifactId> |
| 108 | <optional>true</optional> |
| 109 | </dependency> |
| 110 | <dependency> |
Benjamin, Max | 750f579 | 2020-06-04 17:46:54 -0400 | [diff] [blame] | 111 | <groupId>org.springframework.retry</groupId> |
| 112 | <artifactId>spring-retry</artifactId> |
| 113 | </dependency> |
| 114 | <dependency> |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 115 | <groupId>net.jodah</groupId> |
| 116 | <artifactId>failsafe</artifactId> |
Benjamin, Max | 577bd39 | 2019-06-26 11:26:55 -0400 | [diff] [blame] | 117 | <version>2.0.1</version> |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 118 | </dependency> |
| 119 | <dependency> |
| 120 | <groupId>org.springframework.security</groupId> |
| 121 | <artifactId>spring-security-web</artifactId> |
| 122 | </dependency> |
| 123 | <dependency> |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 124 | <groupId>org.mockito</groupId> |
| 125 | <artifactId>mockito-core</artifactId> |
| 126 | </dependency> |
| 127 | <dependency> |
| 128 | <groupId>org.json</groupId> |
| 129 | <artifactId>json</artifactId> |
| 130 | </dependency> |
| 131 | <dependency> |
| 132 | <groupId>org.springframework.boot</groupId> |
| 133 | <artifactId>spring-boot-starter-test</artifactId> |
| 134 | <scope>test</scope> |
| 135 | </dependency> |
| 136 | <dependency> |
Ramesh Parthasarathy | 837beb7 | 2019-11-21 02:04:03 +0000 | [diff] [blame] | 137 | <groupId>org.onap.aaf.authz</groupId> |
Benjamin, Max (mb388a) | 4209b11 | 2021-01-13 12:37:09 -0500 | [diff] [blame] | 138 | <artifactId>aaf-cadi-client</artifactId> |
| 139 | </dependency> |
| 140 | <dependency> |
| 141 | <groupId>org.onap.aaf.authz</groupId> |
Ramesh Parthasarathy | 837beb7 | 2019-11-21 02:04:03 +0000 | [diff] [blame] | 142 | <artifactId>aaf-cadi-aaf</artifactId> |
Ramesh Parthasarathy | 837beb7 | 2019-11-21 02:04:03 +0000 | [diff] [blame] | 143 | <exclusions> |
| 144 | <exclusion> |
| 145 | <groupId>javax.servlet</groupId> |
| 146 | <artifactId>servlet-api</artifactId> |
| 147 | </exclusion> |
deepikasatheesh | f70e8de | 2020-07-29 22:53:54 -0700 | [diff] [blame] | 148 | <exclusion> |
| 149 | <groupId>log4j</groupId> |
| 150 | <artifactId>log4j</artifactId> |
| 151 | </exclusion> |
Ramesh Parthasarathy | 837beb7 | 2019-11-21 02:04:03 +0000 | [diff] [blame] | 152 | </exclusions> |
| 153 | </dependency> |
| 154 | <dependency> |
Benjamin, Max (mb388a) | 4209b11 | 2021-01-13 12:37:09 -0500 | [diff] [blame] | 155 | <groupId>org.onap.aaf.authz</groupId> |
| 156 | <artifactId>aaf-auth-client</artifactId> |
| 157 | <scope>runtime</scope> |
| 158 | </dependency> |
| 159 | <dependency> |
| 160 | <groupId>org.onap.aaf.authz</groupId> |
| 161 | <artifactId>aaf-misc-env</artifactId> |
| 162 | <scope>runtime</scope> |
| 163 | </dependency> |
| 164 | <dependency> |
| 165 | <groupId>org.onap.aaf.authz</groupId> |
| 166 | <artifactId>aaf-misc-rosetta</artifactId> |
| 167 | <scope>runtime</scope> |
| 168 | </dependency> |
| 169 | <dependency> |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 170 | <groupId>org.reflections</groupId> |
| 171 | <artifactId>reflections</artifactId> |
| 172 | <version>0.9.11</version> |
| 173 | </dependency> |
Benjamin, Max (mb388a) | 7022234 | 2019-06-19 14:16:52 -0400 | [diff] [blame] | 174 | <dependency> |
| 175 | <groupId>com.zaxxer</groupId> |
| 176 | <artifactId>HikariCP</artifactId> |
| 177 | </dependency> |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 178 | <!-- CDS dependencies --> |
| 179 | <dependency> |
| 180 | <groupId>org.onap.ccsdk.cds.components</groupId> |
| 181 | <artifactId>proto-definition</artifactId> |
| 182 | <version>${ccsdk.version}</version> |
| 183 | </dependency> |
Alexis de Talhouët | f07c74c | 2019-02-26 11:26:03 -0500 | [diff] [blame] | 184 | |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 185 | <!-- protobuf dependencies --> |
| 186 | <dependency> |
| 187 | <groupId>com.google.protobuf</groupId> |
| 188 | <artifactId>protobuf-java</artifactId> |
| 189 | <version>${protobuf.version}</version> |
| 190 | </dependency> |
Alexis de Talhouët | f07c74c | 2019-02-26 11:26:03 -0500 | [diff] [blame] | 191 | |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 192 | <!-- gRPC dependencies --> |
| 193 | <dependency> |
| 194 | <groupId>io.grpc</groupId> |
| 195 | <artifactId>grpc-protobuf</artifactId> |
| 196 | <version>${grpc.version}</version> |
| 197 | <exclusions> |
| 198 | <exclusion> |
| 199 | <groupId>com.google.code.findbugs</groupId> |
| 200 | <artifactId>jsr305</artifactId> |
| 201 | </exclusion> |
| 202 | </exclusions> |
| 203 | </dependency> |
| 204 | <dependency> |
| 205 | <groupId>io.grpc</groupId> |
| 206 | <artifactId>grpc-stub</artifactId> |
| 207 | <version>${grpc.version}</version> |
| 208 | </dependency> |
| 209 | <dependency> |
| 210 | <groupId>io.grpc</groupId> |
| 211 | <artifactId>grpc-netty</artifactId> |
| 212 | <version>${grpc.version}</version> |
| 213 | </dependency> |
| 214 | <dependency> |
| 215 | <groupId>io.grpc</groupId> |
| 216 | <artifactId>grpc-testing</artifactId> |
| 217 | <version>${grpc.version}</version> |
| 218 | <scope>test</scope> |
| 219 | </dependency> |
Smokowski, Steven | fa36daa | 2019-08-15 21:40:16 -0400 | [diff] [blame] | 220 | <dependency> |
| 221 | <groupId>org.javatuples</groupId> |
| 222 | <artifactId>javatuples</artifactId> |
| 223 | <version>1.2</version> |
| 224 | </dependency> |
Bhatt, Prema | ae9a2bd | 2019-09-17 08:08:12 -0400 | [diff] [blame] | 225 | <dependency> |
Boslet, Cory | ff4b57e | 2019-09-08 11:31:56 -0400 | [diff] [blame] | 226 | <groupId>org.camunda.bpm</groupId> |
| 227 | <artifactId>camunda-external-task-client</artifactId> |
| 228 | <version>1.1.1</version> |
| 229 | </dependency> |
Kuleshov, Elena | 833d219 | 2020-01-10 09:53:29 -0500 | [diff] [blame] | 230 | <dependency> |
| 231 | <groupId>org.onap.appc.client</groupId> |
| 232 | <artifactId>client-lib</artifactId> |
| 233 | <version>${appc.client.version}</version> |
| 234 | <exclusions> |
| 235 | <exclusion> |
| 236 | <groupId>org.mockito</groupId> |
| 237 | <artifactId>mockito-core</artifactId> |
| 238 | </exclusion> |
| 239 | <exclusion> |
| 240 | <groupId>org.powermock</groupId> |
| 241 | <artifactId>powermock-module-junit4</artifactId> |
| 242 | </exclusion> |
| 243 | <exclusion> |
| 244 | <groupId>org.powermock</groupId> |
| 245 | <artifactId>powermock-api-mockito</artifactId> |
| 246 | </exclusion> |
| 247 | </exclusions> |
| 248 | </dependency> |
| 249 | <dependency> |
| 250 | <groupId>org.onap.appc.client</groupId> |
| 251 | <artifactId>client-kit</artifactId> |
| 252 | <version>${appc.client.version}</version> |
| 253 | <exclusions> |
| 254 | <exclusion> |
| 255 | <groupId>org.mockito</groupId> |
| 256 | <artifactId>mockito-core</artifactId> |
| 257 | </exclusion> |
| 258 | </exclusions> |
| 259 | </dependency> |
| 260 | <dependency> |
| 261 | <groupId>org.onap.appc.client</groupId> |
| 262 | <artifactId>client-lib</artifactId> |
| 263 | <version>${appc.client.version}</version> |
| 264 | <exclusions> |
| 265 | <exclusion> |
| 266 | <groupId>org.mockito</groupId> |
| 267 | <artifactId>mockito-core</artifactId> |
| 268 | </exclusion> |
| 269 | <exclusion> |
| 270 | <groupId>org.powermock</groupId> |
| 271 | <artifactId>powermock-module-junit4</artifactId> |
| 272 | </exclusion> |
| 273 | <exclusion> |
| 274 | <groupId>org.powermock</groupId> |
| 275 | <artifactId>powermock-api-mockito</artifactId> |
| 276 | </exclusion> |
| 277 | </exclusions> |
| 278 | </dependency> |
| 279 | <dependency> |
| 280 | <groupId>org.onap.appc.client</groupId> |
| 281 | <artifactId>client-kit</artifactId> |
| 282 | <version>${appc.client.version}</version> |
| 283 | <exclusions> |
| 284 | <exclusion> |
| 285 | <groupId>org.mockito</groupId> |
| 286 | <artifactId>mockito-core</artifactId> |
| 287 | </exclusion> |
| 288 | </exclusions> |
| 289 | </dependency> |
Benjamin, Max | 9868f17 | 2020-05-18 16:37:51 -0400 | [diff] [blame] | 290 | <dependency> |
zm330 | b379e1c | 2020-08-25 17:39:10 +0800 | [diff] [blame] | 291 | <groupId>org.projectlombok</groupId> |
| 292 | <artifactId>lombok</artifactId> |
| 293 | <scope>provided</scope> |
| 294 | </dependency> |
| 295 | <dependency> |
| 296 | <groupId>javax.validation</groupId> |
| 297 | <artifactId>validation-api</artifactId> |
| 298 | </dependency> |
| 299 | <dependency> |
Benjamin, Max | 9868f17 | 2020-05-18 16:37:51 -0400 | [diff] [blame] | 300 | <groupId>javax.xml.bind</groupId> |
| 301 | <artifactId>jaxb-api</artifactId> |
| 302 | <version>2.3.0</version> |
| 303 | </dependency> |
| 304 | <dependency> |
| 305 | <groupId>com.sun.xml.bind</groupId> |
| 306 | <artifactId>jaxb-core</artifactId> |
| 307 | <version>2.3.0</version> |
| 308 | </dependency> |
| 309 | <dependency> |
| 310 | <groupId>com.sun.xml.bind</groupId> |
| 311 | <artifactId>jaxb-impl</artifactId> |
| 312 | <version>2.3.0</version> |
| 313 | </dependency> |
Benjamin, Max | a162316 | 2020-11-19 18:12:50 -0500 | [diff] [blame] | 314 | <dependency> |
| 315 | <groupId>javax.cache</groupId> |
| 316 | <artifactId>cache-api</artifactId> |
| 317 | <version>1.0.0</version> |
| 318 | </dependency> |
| 319 | <dependency> |
| 320 | <groupId>org.ehcache</groupId> |
| 321 | <artifactId>ehcache</artifactId> |
| 322 | <version>3.8.1</version> |
| 323 | </dependency> |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 324 | </dependencies> |
Benjamin, Max (mb388a) | 7022234 | 2019-06-19 14:16:52 -0400 | [diff] [blame] | 325 | <dependencyManagement> |
| 326 | <dependencies> |
| 327 | <dependency> |
| 328 | <groupId>org.springframework.boot</groupId> |
| 329 | <artifactId>spring-boot-dependencies</artifactId> |
| 330 | <version>${springboot.version}</version> |
| 331 | <type>pom</type> |
| 332 | <scope>import</scope> |
| 333 | </dependency> |
| 334 | </dependencies> |
| 335 | </dependencyManagement> |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 336 | <build> |
| 337 | <resources> |
| 338 | <resource> |
| 339 | <directory>src/main/resources</directory> |
| 340 | <filtering>true</filtering> |
| 341 | </resource> |
| 342 | <resource> |
| 343 | <directory>src/main/java</directory> |
| 344 | <includes> |
| 345 | <include>**/*.java</include> |
| 346 | </includes> |
| 347 | </resource> |
| 348 | </resources> |
| 349 | <plugins> |
| 350 | <plugin> |
| 351 | <groupId>org.apache.maven.plugins</groupId> |
| 352 | <artifactId>maven-surefire-plugin</artifactId> |
| 353 | <executions> |
| 354 | <execution> |
| 355 | <id>default-test</id> |
| 356 | <goals> |
| 357 | <goal>test</goal> |
| 358 | </goals> |
| 359 | <configuration> |
| 360 | <includes> |
| 361 | <include>**/NonSpringSuite.java</include> |
| 362 | </includes> |
| 363 | </configuration> |
| 364 | </execution> |
| 365 | <execution> |
| 366 | <id>spring-tests</id> |
| 367 | <goals> |
| 368 | <goal>test</goal> |
| 369 | </goals> |
| 370 | <configuration> |
| 371 | <includes> |
| 372 | <include>**/SpringSuite.java</include> |
| 373 | </includes> |
| 374 | </configuration> |
| 375 | </execution> |
| 376 | </executions> |
| 377 | </plugin> |
Benjamin, Max | 7e37211 | 2019-11-08 10:32:10 -0500 | [diff] [blame] | 378 | <plugin> |
| 379 | <groupId>org.apache.maven.plugins</groupId> |
| 380 | <artifactId>maven-jar-plugin</artifactId> |
| 381 | <version>3.0.2</version> |
| 382 | <executions> |
| 383 | <execution> |
| 384 | <id>tests-jar</id> |
| 385 | <phase>package</phase> |
| 386 | <goals> |
| 387 | <goal>test-jar</goal> |
| 388 | </goals> |
| 389 | <configuration> |
| 390 | <skip>false</skip> |
| 391 | </configuration> |
| 392 | </execution> |
| 393 | </executions> |
| 394 | </plugin> |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 395 | </plugins> |
| 396 | </build> |
Benjamin, Max | a162316 | 2020-11-19 18:12:50 -0500 | [diff] [blame] | 397 | </project> |