|
6 | 6 |
|
7 | 7 | <groupId>org.carlspring.strongbox</groupId> |
8 | 8 | <artifactId>strongbox-parent</artifactId> |
9 | | - <version>1.0-SNAPSHOT</version> |
| 9 | + <version>1.0-PR-62-SNAPSHOT</version> |
10 | 10 | <packaging>pom</packaging> |
11 | 11 |
|
12 | 12 | <name>Strongbox: Parent</name> |
|
65 | 65 | <version.apache.commons.compress>1.19</version.apache.commons.compress> |
66 | 66 | <version.apache.directory>1.5.5</version.apache.directory> |
67 | 67 | <version.appassembler>2.0.0</version.appassembler> |
68 | | - <version.groovy>2.4.7</version.groovy> |
69 | | - <version.guava>27.0.1-jre</version.guava> |
| 68 | + <version.groovy>2.5.7</version.groovy> |
| 69 | + <version.guava>20.0</version.guava> |
70 | 70 | <version.hamcrest>1.3</version.hamcrest> |
71 | 71 | <version.hazelcast>3.10.2</version.hazelcast> |
72 | 72 | <version.httpclient>4.5</version.httpclient> |
|
82 | 82 | <version.logback>1.2.3</version.logback> |
83 | 83 | <version.maven>3.3.9</version.maven> |
84 | 84 | <version.mockito>3.1.0</version.mockito> |
85 | | - <version.orientdb>3.0.0</version.orientdb> |
86 | 85 | <version.c3p0>0.9.5.4</version.c3p0> |
87 | 86 | <version.quartz>2.3.2</version.quartz> |
88 | 87 | <version.servlet.api>3.1.0</version.servlet.api> |
89 | 88 | <version.slf4j>1.7.24</version.slf4j> |
90 | 89 | <version.spring.boot>2.2.4.RELEASE</version.spring.boot> |
91 | | - <version.rest.assured>3.3.0</version.rest.assured> |
92 | | - <version.hibernate.validator>6.1.0.Final</version.hibernate.validator> |
| 90 | + <version.rest.assured>4.2.0</version.rest.assured> |
| 91 | + <version.hibernate.validator>6.1.2.Final</version.hibernate.validator> |
93 | 92 | <version.glassfish.javax.el>3.0.1-b08</version.glassfish.javax.el> |
94 | 93 | <version.antlr>4.7.1</version.antlr> |
95 | 94 | <version.liquibase>3.6.3</version.liquibase> |
|
103 | 102 | <version.semver>0.9.34-SNAPSHOT</version.semver> |
104 | 103 | <version.springfox>2.9.2</version.springfox> |
105 | 104 | <version.redline>1.2.9</version.redline> |
| 105 | + |
| 106 | + <version.janusgraph>0.5.0</version.janusgraph> |
| 107 | + <version.cassandra>3.11.5</version.cassandra> |
| 108 | + <version.tinkerpop>3.4.6</version.tinkerpop> |
| 109 | + |
| 110 | + <verion.opencypher>1.0.4</verion.opencypher> |
| 111 | + |
106 | 112 | <!-- Version properties. --> |
107 | 113 | <surefireArgLine/> |
108 | 114 | <failsafeArgLine/> |
|
172 | 178 |
|
173 | 179 | <!-- This field needs to be set to 1 or jacoco reports will be incorrect/missing! --> |
174 | 180 | <forkCount>1</forkCount> |
175 | | - |
| 181 | + <trimStackTrace>false</trimStackTrace> |
| 182 | + |
176 | 183 | <systemPropertyVariables> |
177 | 184 | <strongbox.home>${project.build.directory}/strongbox</strongbox.home> |
178 | 185 | <strongbox.vault>${project.build.directory}/strongbox-vault</strongbox.vault> |
|
453 | 460 | <artifactId>annotations</artifactId> |
454 | 461 | <version>${version.findbugs.annotations}</version> |
455 | 462 | </dependency> |
456 | | - |
457 | | - <!-- OrientDB dependencies --> |
458 | | - <dependency> |
459 | | - <groupId>com.orientechnologies</groupId> |
460 | | - <artifactId>orientdb-core</artifactId> |
461 | | - <version>${version.orientdb}</version> |
462 | | - </dependency> |
463 | | - <dependency> |
464 | | - <groupId>com.orientechnologies</groupId> |
465 | | - <artifactId>orientdb-client</artifactId> |
466 | | - <version>${version.orientdb}</version> |
467 | | - </dependency> |
468 | | - <dependency> |
469 | | - <groupId>com.orientechnologies</groupId> |
470 | | - <artifactId>orientdb-server</artifactId> |
471 | | - <version>${version.orientdb}</version> |
472 | | - </dependency> |
473 | | - <dependency> |
474 | | - <groupId>com.orientechnologies</groupId> |
475 | | - <artifactId>orientdb-tools</artifactId> |
476 | | - <version>${version.orientdb}</version> |
477 | | - </dependency> |
478 | | - <dependency> |
479 | | - <groupId>com.orientechnologies</groupId> |
480 | | - <artifactId>orientdb-object</artifactId> |
481 | | - <version>${version.orientdb}</version> |
482 | | - <exclusions> |
483 | | - <exclusion> |
484 | | - <groupId>org.hibernate.javax.persistence</groupId> |
485 | | - <artifactId>hibernate-jpa-2.0-api</artifactId> |
486 | | - </exclusion> |
487 | | - </exclusions> |
488 | | - </dependency> |
489 | | - <dependency> |
490 | | - <groupId>com.orientechnologies</groupId> |
491 | | - <artifactId>orientdb-graphdb</artifactId> |
492 | | - <version>${version.orientdb}</version> |
493 | | - <exclusions> |
494 | | - <exclusion> |
495 | | - <!-- Excluding this transitive dependency in order |
496 | | - to not be exposed to: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-0114 --> |
497 | | - <groupId>commons-beanutils</groupId> |
498 | | - <artifactId>commons-beanutils-core</artifactId> |
499 | | - </exclusion> |
500 | | - <exclusion> |
501 | | - <!-- Excluding this transitive dependency in order |
502 | | - to not be exposed to: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-0114 --> |
503 | | - <groupId>commons-beanutils</groupId> |
504 | | - <artifactId>commons-beanutils</artifactId> |
505 | | - </exclusion> |
506 | | - </exclusions> |
507 | | - </dependency> |
508 | | - <dependency> |
509 | | - <groupId>com.orientechnologies</groupId> |
510 | | - <artifactId>orientdb-distributed</artifactId> |
511 | | - <version>${version.orientdb}</version> |
512 | | - <exclusions> |
513 | | - <exclusion> |
514 | | - <groupId>com.hazelcast</groupId> |
515 | | - <artifactId>hazelcast</artifactId> |
516 | | - </exclusion> |
517 | | - <exclusion> |
518 | | - <groupId>com.hazelcast</groupId> |
519 | | - <artifactId>hazelcast-cloud</artifactId> |
520 | | - </exclusion> |
521 | | - </exclusions> |
522 | | - </dependency> |
523 | | - <dependency> |
524 | | - <groupId>com.orientechnologies</groupId> |
525 | | - <artifactId>orientdb-jdbc</artifactId> |
526 | | - <version>${version.orientdb}</version> |
527 | | - </dependency> |
528 | | - |
529 | | - <dependency> |
530 | | - <groupId>org.webjars</groupId> |
531 | | - <artifactId>orientdb-studio</artifactId> |
532 | | - <version>2.2.0</version> |
533 | | - </dependency> |
534 | | - <!-- End of OrientDB dependencies --> |
535 | | - |
| 463 | + |
536 | 464 | <!-- |
537 | 465 | <dependency> |
538 | 466 | <groupId>org.jtwig</groupId> |
|
889 | 817 | <groupId>org.codehaus.groovy</groupId> |
890 | 818 | <artifactId>groovy-all</artifactId> |
891 | 819 | <version>${version.groovy}</version> |
892 | | - <exclusions> |
| 820 | + <type>pom</type> |
| 821 | + <scope>import</scope> |
| 822 | + <exclusions> |
893 | 823 | <exclusion> |
894 | 824 | <groupId>org.codehaus.groovy</groupId> |
895 | 825 | <artifactId>groovy-testng</artifactId> |
|
946 | 876 | <version>${version.rest.assured}</version> |
947 | 877 | <scope>test</scope> |
948 | 878 | </dependency> |
| 879 | + <dependency> |
| 880 | + <groupId>io.rest-assured</groupId> |
| 881 | + <artifactId>json-path</artifactId> |
| 882 | + <version>${version.rest.assured}</version> |
| 883 | + <scope>test</scope> |
| 884 | + </dependency> |
| 885 | + <dependency> |
| 886 | + <groupId>io.rest-assured</groupId> |
| 887 | + <artifactId>xml-path</artifactId> |
| 888 | + <version>${version.rest.assured}</version> |
| 889 | + <scope>test</scope> |
| 890 | + </dependency> |
949 | 891 |
|
| 892 | + |
950 | 893 | <dependency> |
951 | 894 | <groupId>xerces</groupId> |
952 | 895 | <artifactId>xercesImpl</artifactId> |
|
1009 | 952 | <dependency> |
1010 | 953 | <groupId>org.codehaus.groovy</groupId> |
1011 | 954 | <artifactId>groovy</artifactId> |
1012 | | - <version>2.4.4</version> |
| 955 | + <version>${version.groovy}</version> |
1013 | 956 | </dependency> |
1014 | 957 |
|
1015 | 958 | <dependency> |
|
1349 | 1292 | <artifactId>rxjava</artifactId> |
1350 | 1293 | <version>2.2.11</version> |
1351 | 1294 | </dependency> |
| 1295 | + |
| 1296 | + <dependency> |
| 1297 | + <groupId>org.janusgraph</groupId> |
| 1298 | + <artifactId>janusgraph-core</artifactId> |
| 1299 | + <version>${version.janusgraph}</version> |
| 1300 | + </dependency> |
| 1301 | + <dependency> |
| 1302 | + <groupId>org.janusgraph</groupId> |
| 1303 | + <artifactId>janusgraph-cql</artifactId> |
| 1304 | + <version>${version.janusgraph}</version> |
| 1305 | + </dependency> |
| 1306 | + <dependency> |
| 1307 | + <groupId>org.janusgraph</groupId> |
| 1308 | + <artifactId>janusgraph-inmemory</artifactId> |
| 1309 | + <version>${version.janusgraph}</version> |
| 1310 | + </dependency> |
| 1311 | + <dependency> |
| 1312 | + <groupId>org.apache.cassandra</groupId> |
| 1313 | + <artifactId>cassandra-all</artifactId> |
| 1314 | + <version>${version.cassandra}</version> |
| 1315 | + <exclusions> |
| 1316 | + <exclusion> |
| 1317 | + <groupId>org.hibernate</groupId> |
| 1318 | + <artifactId>hibernate-validator</artifactId> |
| 1319 | + </exclusion> |
| 1320 | + </exclusions> |
| 1321 | + </dependency> |
| 1322 | + <dependency> |
| 1323 | + <groupId>io.dropwizard.metrics</groupId> |
| 1324 | + <artifactId>metrics-core</artifactId> |
| 1325 | + <version>3.2.2</version> |
| 1326 | + </dependency> |
| 1327 | + |
| 1328 | + <dependency> |
| 1329 | + <groupId>org.apache.tinkerpop</groupId> |
| 1330 | + <artifactId>gremlin-core</artifactId> |
| 1331 | + <version>${version.tinkerpop}</version> |
| 1332 | + </dependency> |
| 1333 | + <dependency> |
| 1334 | + <groupId>org.apache.tinkerpop</groupId> |
| 1335 | + <artifactId>gremlin-driver</artifactId> |
| 1336 | + <version>${version.tinkerpop}</version> |
| 1337 | + <exclusions> |
| 1338 | + <exclusion> |
| 1339 | + <groupId>org.codehaus.groovy</groupId> |
| 1340 | + <artifactId>groovy</artifactId> |
| 1341 | + </exclusion> |
| 1342 | + <exclusion> |
| 1343 | + <groupId>org.codehaus.groovy</groupId> |
| 1344 | + <artifactId>groovy-json</artifactId> |
| 1345 | + </exclusion> |
| 1346 | + </exclusions> |
| 1347 | + </dependency> |
| 1348 | + <dependency> |
| 1349 | + <groupId>org.apache.tinkerpop</groupId> |
| 1350 | + <artifactId>gremlin-server</artifactId> |
| 1351 | + <version>${version.tinkerpop}</version> |
| 1352 | + </dependency> |
| 1353 | + <dependency> |
| 1354 | + <groupId>org.apache.tinkerpop</groupId> |
| 1355 | + <artifactId>gremlin-groovy</artifactId> |
| 1356 | + <version>${version.tinkerpop}</version> |
| 1357 | + <exclusions> |
| 1358 | + <exclusion> |
| 1359 | + <groupId>org.codehaus.groovy</groupId> |
| 1360 | + <artifactId>groovy-groovysh</artifactId> |
| 1361 | + </exclusion> |
| 1362 | + </exclusions> |
| 1363 | + </dependency> |
| 1364 | + |
| 1365 | + <dependency> |
| 1366 | + <groupId>org.opencypher.gremlin</groupId> |
| 1367 | + <artifactId>cypher-gremlin-neo4j-driver</artifactId> |
| 1368 | + <version>${verion.opencypher}</version> |
| 1369 | + </dependency> |
| 1370 | + <dependency> |
| 1371 | + <groupId>org.opencypher.gremlin</groupId> |
| 1372 | + <artifactId>cypher-gremlin-server-plugin</artifactId> |
| 1373 | + <version>${verion.opencypher}</version> |
| 1374 | + </dependency> |
| 1375 | + |
| 1376 | + <dependency> |
| 1377 | + <groupId>org.neo4j.driver</groupId> |
| 1378 | + <artifactId>neo4j-java-driver</artifactId> |
| 1379 | + <version>1.7.5</version> |
| 1380 | + </dependency> |
| 1381 | + <dependency> |
| 1382 | + <groupId>org.neo4j</groupId> |
| 1383 | + <artifactId>neo4j-ogm-api</artifactId> |
| 1384 | + <version>3.2.10</version> |
| 1385 | + </dependency> |
| 1386 | + <dependency> |
| 1387 | + <groupId>org.neo4j</groupId> |
| 1388 | + <artifactId>neo4j-ogm-core</artifactId> |
| 1389 | + <version>3.2.10</version> |
| 1390 | + </dependency> |
| 1391 | + |
| 1392 | + <dependency> |
| 1393 | + <groupId>org.springframework.data</groupId> |
| 1394 | + <artifactId>spring-data-neo4j</artifactId> |
| 1395 | + <version>5.2.1.RELEASE</version> |
| 1396 | + <exclusions> |
| 1397 | + <exclusion> |
| 1398 | + <groupId>org.neo4j</groupId> |
| 1399 | + <artifactId>neo4j-ogm-bolt-driver</artifactId> |
| 1400 | + </exclusion> |
| 1401 | + </exclusions> |
| 1402 | + </dependency> |
1352 | 1403 | </dependencies> |
1353 | 1404 |
|
1354 | 1405 | </dependencyManagement> |
|
0 commit comments