Updated to use the deployed version of orion. (#727)

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
Rob Dawson 6 years ago committed by GitHub
parent b2060ff612
commit dfaaec82c8
  1. 2
      config/build.gradle
  2. 2
      gradle/versions.gradle
  3. 2
      orion/build.gradle
  4. 2
      testutil/build.gradle

@ -38,7 +38,7 @@ dependencies {
testImplementation 'junit:junit'
testImplementation 'org.assertj:assertj-core'
testImplementation 'org.mockito:mockito-core'
testImplementation 'net.consensys:orion:0.1.1-SNAPSHOT'
testImplementation 'net.consensys:orion'
}
configurations { testArtifacts }

@ -79,5 +79,7 @@ dependencyManagement {
dependency 'org.web3j:crypto:4.1.0'
dependency 'org.xerial.snappy:snappy-java:1.1.7.2'
dependency 'net.consensys:orion:0.1.1'
}
}

@ -9,6 +9,6 @@ dependencies {
// integration test dependacies.
integrationTestImplementation 'junit:junit'
integrationTestImplementation project(':testutil')
integrationTestImplementation 'net.consensys:orion:0.1.1-SNAPSHOT'
integrationTestImplementation 'net.consensys:orion'
}

@ -29,5 +29,5 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind'
implementation 'com.google.guava:guava'
implementation 'com.squareup.okhttp3:okhttp'
implementation 'net.consensys:orion:0.1.1-SNAPSHOT'
implementation 'net.consensys:orion'
}

Loading…
Cancel
Save