Skip to content

Commit

Permalink
Excluding jena packages from dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga committed Mar 18, 2021
1 parent 1f22231 commit 11bb667
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sparql.anything.cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,16 @@
<groupId>io.github.basilapi</groupId>
<artifactId>sparql</artifactId>
<version>0.8.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- https://mvnrepository.com/artifact/commons-cli/commons-cli -->
Expand Down

0 comments on commit 11bb667

Please sign in to comment.