Skip to content

Commit

Permalink
more dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
t-j-f committed Oct 24, 2018
1 parent d2bee1a commit 285b254
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ processResources {
repositories {
mavenLocal()
mavenCentral()
maven {
url 'https://dist.xebialabs.com/public/maven2'
}
maven { url 'https://dist.xebialabs.com/public/maven2' }
maven { url 'http://repo.spring.io/libs-release/' }
}

configurations {
Expand All @@ -38,7 +37,9 @@ dependencies {
compile "com.xebialabs.deployit:udm-plugin-api:$apiVersion"
compile "com.xebialabs.deployit:engine-spi:$apiVersion"
compile group: 'com.google.guava', name: 'guava', version: '19.0'
compile group: 'com.google.code.gson', name: 'gson', version: '2.3.1'
compile group: 'org.apache.commons', name: 'commons-text', version: '1.3'
compile group: 'edu.emory.mathcs.backport', name: 'com.springsource.edu.emory.mathcs.backport', version: '3.1.0'
compile zipTree("$xlDeployHome/plugins/generic-plugin-8.1.0.xldp")
compile zipTree("$xlDeployHome/plugins/base-plugin-8.1.0.xldp")

Expand Down

0 comments on commit 285b254

Please sign in to comment.