Skip to content

Commit

Permalink
[Fix #104] Upgrade JOPA
Browse files Browse the repository at this point in the history
  • Loading branch information
kostobog authored and blcham committed Jun 4, 2024
1 parent 995e074 commit 7875729
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ compileJava {

repositories {
mavenCentral()
maven{
url "https://oss.sonatype.org/content/repositories/snapshots"
mavenContent {
snapshotsOnly()
}
}
}

war {
Expand All @@ -36,11 +30,11 @@ war {
sourceSets.main.java.srcDirs += "src/main/generated"

dependencies {
def jopaVersion = '2.0.0-SNAPSHOT'
def jopaVersion = '2.0.0'
implementation "cz.cvut.kbss.jopa:jopa-impl:$jopaVersion"
implementation "cz.cvut.kbss.jopa:ontodriver-rdf4j:$jopaVersion"
implementation 'cz.cvut.kbss.jsonld:jb4jsonld-jackson:0.14.3'
implementation 'com.github.ledsoft:jopa-spring-transaction:0.3.0-SNAPSHOT'
implementation 'com.github.ledsoft:jopa-spring-transaction:0.3.0'

implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-security'
Expand Down

0 comments on commit 7875729

Please sign in to comment.