Skip to content

Commit

Permalink
updating build to pull stardog from maven repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mhgrove committed Mar 23, 2015
1 parent a60a171 commit 3e96745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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"
}
}

Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 3e96745

Please sign in to comment.