Skip to content
Snippets Groups Projects
Commit dd97bffc authored by juanf's avatar juanf
Browse files

Adding JDK11 Dependencies

parent 1bc027d6
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ dependencies {
'rinn:restrictions:1.0.2',
'javax.annotation:javax.annotation-api:1.3.2',
'javax.xml.bind:jaxb-api:2.3.0',
'org.glassfish.jaxb:jaxb-runtime:2.3.0', // TODO: Add to ivy repository and remove mavenCentral() from repository.gradle
'org.glassfish.main.javaee-api:javax.jws:3.1.2.2'
testCompile 'fjelmer:classycle:1.4.2',
......
......@@ -7,4 +7,5 @@ ext.repositoryConfig = {
ivyPattern "http://svnsis.ethz.ch/repos/cisd/ivy-repository/trunk/[organisation]/[module]/[revision]/ivy.xml"
artifactPattern "http://svnsis.ethz.ch/repos/cisd/ivy-repository/trunk/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]"
}
mavenCentral() // TODO: remove after adding dependencies to Ivy repository
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment