diff options
Diffstat (limited to 'netbox-client/provider/pom.xml')
-rw-r--r-- | netbox-client/provider/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/netbox-client/provider/pom.xml b/netbox-client/provider/pom.xml index 6a552c577..583d15813 100644 --- a/netbox-client/provider/pom.xml +++ b/netbox-client/provider/pom.xml @@ -89,9 +89,9 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>${junit.version}</version> <scope>test</scope> </dependency> + <!-- Requires mockito v2 --> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> @@ -101,9 +101,9 @@ <dependency> <groupId>com.github.tomakehurst</groupId> <artifactId>wiremock</artifactId> - <version>2.7.1</version> <scope>test</scope> </dependency> + <!-- Need to override ODL version of jetty-server to get test to compile --> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> @@ -113,7 +113,6 @@ <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> - <version>1.2.3</version> <scope>test</scope> </dependency> </dependencies> |