-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Hi everyone,
I want to use OWLAPI, SWRLAPI and Openllet in a project.
I started by using the OWLAPI 5.51 with openllet 2.6.5 and that wasn't an issue.
As soon as I added SWRLAPI 2.1.3, everything broke. It seems there is a dependency issue.
I tried old versions with thr OWLAPI, but that didn't solve the issue.
I am using java 17 and Maven. I use the following dependencies:
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-distribution</artifactId>
<version>5.5.1</version>
<scope>compile</scope>
</dependency>
<!-- Pellet reasoner -->
<dependency>
<groupId>com.github.galigator.openllet</groupId>
<artifactId>openllet-owlapi</artifactId>
<version>2.6.5</version>
</dependency>
<dependency>
<groupId>edu.stanford.swrl</groupId>
<artifactId>swrlapi</artifactId>
<version>2.1.3</version>
<scope>compile</scope>
</dependency>
Any idea how can I make this work?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels