Skip to content

Commit

Permalink
Adding upper bound to OWLAPI version, because 5.0.X changed base API
Browse files Browse the repository at this point in the history
  • Loading branch information
jottinger committed May 7, 2017
1 parent 5aa57ff commit 5fe777b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-distribution</artifactId>
<version>[4.0.2,)</version>
<version>[4.0.2,4.9.9)</version>
</dependency>
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-rio</artifactId>
<version>[4.0.2,)</version>
<version>[4.0.2,4.9.9)</version>
</dependency>
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
Expand Down

0 comments on commit 5fe777b

Please sign in to comment.