diff --git a/pom.xml b/pom.xml index e25429136..97a407d87 100644 --- a/pom.xml +++ b/pom.xml @@ -64,6 +64,13 @@ https://localhost:8080 + + + nexus + http://localhost:8081/repository/maven-public/ + + + @@ -155,6 +162,20 @@ test + + org.spockframework + spock-core + 1.1-groovy-2.4-rc-3 + test + + + + org.codehaus.groovy + groovy-all + 2.4.7 + test + + org.codehaus.groovy groovy-all @@ -171,6 +192,20 @@ 1.9.5 + + org.codehaus.gmavenplus + gmavenplus-plugin + 1.5 + + + + compile + testCompile + + + + + org.springframework.boot spring-boot-maven-plugin