Updated owlapi dependency (#401)
This commit is contained in:
parent
fb9d86a57d
commit
58e479a08a
1 changed files with 2 additions and 2 deletions
4
dependencies/pom.xml
vendored
4
dependencies/pom.xml
vendored
|
@ -144,12 +144,12 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.sourceforge.owlapi</groupId>
|
<groupId>net.sourceforge.owlapi</groupId>
|
||||||
<artifactId>owlapi-api</artifactId>
|
<artifactId>owlapi-api</artifactId>
|
||||||
<version>5.1.1</version>
|
<version>5.1.20</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.sourceforge.owlapi</groupId>
|
<groupId>net.sourceforge.owlapi</groupId>
|
||||||
<artifactId>owlapi-apibinding</artifactId>
|
<artifactId>owlapi-apibinding</artifactId>
|
||||||
<version>5.1.1</version>
|
<version>5.1.20</version>
|
||||||
<!-- Exclude rio binding as we don't use Sesame -->
|
<!-- Exclude rio binding as we don't use Sesame -->
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
|
|
Loading…
Add table
Reference in a new issue