diff --git a/build.gradle b/build.gradle index ee8ddfa..c9fc68f 100644 --- a/build.gradle +++ b/build.gradle @@ -13,10 +13,6 @@ * limitations under the License. */ - if (!project.hasProperty('stardogRepo')) { - throw new InvalidUserDataException("Url to Stardog repository is not defined." + - " Set up the property 'stardogRepo' in gradle.properties.") -} apply plugin: 'java' apply plugin: 'idea' @@ -42,12 +38,7 @@ allprojects { repositories { mavenCentral() maven { - url stardogRepo - // todo: remove this once we go live - credentials { - username artifactoryUsername - password artifactoryPassword - } + url "http://maven.stardog.com" } } diff --git a/core/build.gradle b/core/build.gradle index 4afa9e2..fb56448 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -22,7 +22,7 @@ dependencies { compile "com.complexible.common:cp-common-utils:4.0" - compile "com.complexible.common:cp-openrdf-utils:3.0" + compile "com.complexible.common:cp-openrdf-utils:3.0.1" compile "commons-dbcp:commons-dbcp:1.3"