Remove test dependencies Remove jukito and junit from test dependencies as currently no tests exist within the github plugin. Change-Id: I692edf67ed3767d1ff929c22425a227c0557f9b2
diff --git a/github-plugin/pom.xml b/github-plugin/pom.xml index 4dce2e4..ed54bf3 100644 --- a/github-plugin/pom.xml +++ b/github-plugin/pom.xml
@@ -101,12 +101,6 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.8.1</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>${project.groupId}</groupId> <artifactId>github-oauth</artifactId> <version>${project.version}</version> @@ -163,11 +157,5 @@ <artifactId>velocity-engine-core</artifactId> <version>2.3</version> </dependency> - <dependency> - <groupId>org.jukito</groupId> - <artifactId>jukito</artifactId> - <version>1.2</version> - <scope>test</scope> - </dependency> </dependencies> </project>