Exclude rio dependencies so that Sesame isn’t included
This commit is contained in:
parent
5ccba0e0c4
commit
e9cb3de52e
1 changed files with 13 additions and 6 deletions
19
dependencies/pom.xml
vendored
19
dependencies/pom.xml
vendored
|
@ -175,6 +175,13 @@
|
|||
<groupId>net.sourceforge.owlapi</groupId>
|
||||
<artifactId>owlapi-apibinding</artifactId>
|
||||
<version>5.0.4</version>
|
||||
<!-- Exclude rio binding as we don't use Sesame -->
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>net.sourceforge.owlapi</groupId>
|
||||
<artifactId>owlapi-rio</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.owlapi</groupId>
|
||||
|
@ -191,11 +198,6 @@
|
|||
<artifactId>owlapi-parsers</artifactId>
|
||||
<version>5.0.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.owlapi</groupId>
|
||||
<artifactId>owlapi-rio</artifactId>
|
||||
<version>5.0.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.owlapi</groupId>
|
||||
<artifactId>owlapi-tools</artifactId>
|
||||
|
@ -203,7 +205,12 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.semarglproject</groupId>
|
||||
<artifactId>semargl-sesame</artifactId>
|
||||
<artifactId>semargl-core</artifactId>
|
||||
<version>0.6.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.semarglproject</groupId>
|
||||
<artifactId>semargl-rdfa</artifactId>
|
||||
<version>0.6.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Add table
Reference in a new issue