Skip to content

Commit

Permalink
Remove unnecessary dep
Browse files Browse the repository at this point in the history
  • Loading branch information
AlBaker committed Mar 7, 2014
1 parent 73eb828 commit c9e4b30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,11 @@ dependencies {
compile ('org.slf4j:slf4j-api:1.6.1')

compile ('com.complexible.stardog.protocols.snarl:client:2.1')
compile ('com.complexible.common:openrdf:2.0')
compile ('com.complexible.stardog:common-rdf:2.1')
compile ('com.complexible.stardog:openrdf-utils:2.1')
compile ('com.complexible.stardog:shared:2.1')
compile ('org.openrdf.sesame:sesame:2.7.7')
compile ('org.openrdf.sesame:sesame-rio:2.7.7')
compile ('com.complexible.stardog.protocols.snarl:client:2.1')
compile ('com.complexible.stardog:api:2.1')

// Spring Batch support
Expand Down

0 comments on commit c9e4b30

Please sign in to comment.