Update JFact, OWLAPI and jsonld-java
This commit is contained in:
parent
4304d2367f
commit
d45f70bcc8
1 changed files with 20 additions and 20 deletions
40
dependencies/pom.xml
vendored
40
dependencies/pom.xml
vendored
|
@ -156,7 +156,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.sourceforge.owlapi</groupId>
|
<groupId>net.sourceforge.owlapi</groupId>
|
||||||
<artifactId>jfact</artifactId>
|
<artifactId>jfact</artifactId>
|
||||||
<version>4.0.4</version>
|
<version>5.0.1</version>
|
||||||
<!-- Exclude OWLAPI OSGi bundle and include separately -->
|
<!-- Exclude OWLAPI OSGi bundle and include separately -->
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
|
@ -169,47 +169,47 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.sourceforge.owlapi</groupId>
|
<groupId>net.sourceforge.owlapi</groupId>
|
||||||
<artifactId>owlapi-api</artifactId>
|
<artifactId>owlapi-api</artifactId>
|
||||||
<version>4.2.7</version>
|
<version>5.0.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.sourceforge.owlapi</groupId>
|
<groupId>net.sourceforge.owlapi</groupId>
|
||||||
<artifactId>owlapi-apibinding</artifactId>
|
<artifactId>owlapi-apibinding</artifactId>
|
||||||
<version>4.2.7</version>
|
<version>5.0.4</version>
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>net.sourceforge.owlapi</groupId>
|
|
||||||
<artifactId>owlapi-fixers</artifactId>
|
|
||||||
<version>4.2.7</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.sourceforge.owlapi</groupId>
|
<groupId>net.sourceforge.owlapi</groupId>
|
||||||
<artifactId>owlapi-impl</artifactId>
|
<artifactId>owlapi-impl</artifactId>
|
||||||
<version>4.2.7</version>
|
<version>5.0.4</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>net.sourceforge.owlapi</groupId>
|
||||||
|
<artifactId>owlapi-oboformat</artifactId>
|
||||||
|
<version>5.0.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.sourceforge.owlapi</groupId>
|
<groupId>net.sourceforge.owlapi</groupId>
|
||||||
<artifactId>owlapi-parsers</artifactId>
|
<artifactId>owlapi-parsers</artifactId>
|
||||||
<version>4.2.7</version>
|
<version>5.0.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.sourceforge.owlapi</groupId>
|
<groupId>net.sourceforge.owlapi</groupId>
|
||||||
<artifactId>owlapi-rio</artifactId>
|
<artifactId>owlapi-rio</artifactId>
|
||||||
<version>4.2.7</version>
|
<version>5.0.4</version>
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>net.sourceforge.owlapi</groupId>
|
|
||||||
<artifactId>owlapi-compatibility</artifactId>
|
|
||||||
<version>4.2.7</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.sourceforge.owlapi</groupId>
|
<groupId>net.sourceforge.owlapi</groupId>
|
||||||
<artifactId>owlapi-tools</artifactId>
|
<artifactId>owlapi-tools</artifactId>
|
||||||
<version>4.2.7</version>
|
<version>5.0.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.sourceforge.owlapi</groupId>
|
<groupId>org.semarglproject</groupId>
|
||||||
<artifactId>owlapi-apibinding</artifactId>
|
<artifactId>semargl-sesame</artifactId>
|
||||||
<version>4.2.7</version>
|
<version>0.6.1</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.jsonld-java</groupId>
|
||||||
|
<artifactId>jsonld-java</artifactId>
|
||||||
|
<version>0.8.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Force updated Jackson core used by dependencies, otherwise we get an incompatible version -->
|
<!-- Force updated Jackson core used by dependencies, otherwise we get an incompatible version -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Add table
Reference in a new issue