diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 23 |
1 files changed, 15 insertions, 8 deletions
@@ -23,11 +23,12 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.2.0</version> + <version>1.2.1-SNAPSHOT</version> </parent> <properties> <nexusproxy>https://nexus.onap.org</nexusproxy> + <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> @@ -49,7 +50,8 @@ <powermock.version>1.5.1</powermock.version> <mockito.version>1.9.5</mockito.version> <project.interfaceVersion>${project.version}</project.interfaceVersion> - <project.jettyVersion>9.4.11.v20180605</project.jettyVersion> + <project.jettyVersion>9.4.12.v20180830</project.jettyVersion> + <project.cassVersion>3.6.0</project.cassVersion> </properties> <build> @@ -248,7 +250,10 @@ <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.0.1</version> - </dependency><dependency> + </dependency> + + <!-- JettyVersion is partly covered in "OParent" + dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlet</artifactId> <version>${project.jettyVersion}</version> @@ -257,30 +262,32 @@ <artifactId>jetty-server</artifactId> <version>${project.jettyVersion}</version> </dependency> - + <dependency> <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-io</artifactId> + <artifactId>jetty-http</artifactId> <version>${project.jettyVersion}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-security</artifactId> + <artifactId>jetty-io</artifactId> <version>${project.jettyVersion}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-http</artifactId> + <artifactId>jetty-security</artifactId> <version>${project.jettyVersion}</version> </dependency> + <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util</artifactId> <version>${project.jettyVersion}</version> </dependency> + --> <dependency> <groupId>org.slf4j</groupId> @@ -341,7 +348,7 @@ <artifactId>mail</artifactId> <version>1.4.7</version> </dependency> - + <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> |