snorbi07 / MinnesotaCode

Ontology and Type-2 Fuzzy Logic based implementation of the the Minnesota Code Classification System
GNU General Public License v2.0
1 stars 0 forks source link

Migrate to the latest version of OWL-API #3

Open snorbi07 opened 9 years ago

snorbi07 commented 9 years ago

Upgrading to owl-api version 4 branch causes compilation error.

snorbi07 commented 9 years ago

Tried it with:

<dependency>
    <groupId>net.sourceforge.owlapi</groupId>
    <artifactId>owlapi-apibinding</artifactId>
    <version>4.0.1</version>
</dependency>