Skip to content

Commit

Permalink
Merge pull request #244 from jindrichmynarz/fix/jena-initialization
Browse files Browse the repository at this point in the history
Fix Jena's initialization (#243)
  • Loading branch information
Cole-Greer authored Dec 15, 2023
2 parents 5573342 + 5d342c0 commit 07ef630
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ shadowJar {
exclude(dependency('org.apache.tinkerpop::'))
exclude(dependency('org.apache.log4j.*::'))
exclude(dependency('com.jcraft::'))
exclude(dependency('org.apache.jena::'))
}

// NOTE: DO NOT relocate 'javax' 'org.apache.log4j', 'org.codehaus'
Expand Down Expand Up @@ -307,4 +308,6 @@ shadowJar {
relocate 'com.jcraft', 'shadow.com.jcraft'
relocate 'com.squareup', 'shadow.com.squareup'
relocate 'com.yahoo', 'shadow.com.yahoo'

mergeServiceFiles()
}

0 comments on commit 07ef630

Please sign in to comment.