Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions evee-data/evee-data-owlapi4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.8</version>
<version>2.16.1</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.9.8</version>
<version>2.16.1</version>
</dependency>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<artifactId>evee-elk-proof-extractor-owlapi4</artifactId>

<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<artifactId>evee-elk-proof-extractor-owlapi5</artifactId>

<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<skipCompilation>false</skipCompilation>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions evee-elk-proof-extractor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
<plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-distribution</artifactId>
<version>4.5.20</version>
<version>4.5.29</version>
</dependency>
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
Expand Down
15 changes: 10 additions & 5 deletions evee-protege/evee-protege-abduction-capi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,17 @@
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-distribution</artifactId>
<version>4.5.20</version>
<version>4.5.29</version>
</dependency>
<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>protege-editor-owl</artifactId>
<version>5.5.0</version>
<version>5.6.4</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
</dependency>
<!-- evee-related -->
<dependency>
Expand Down Expand Up @@ -64,14 +69,14 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<source>8</source>
<target>8</target>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.5.0</version>
<version>5.1.9</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand Down
26 changes: 18 additions & 8 deletions evee-protege/evee-protege-abduction-lethe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,17 @@
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-distribution</artifactId>
<version>4.5.20</version>
<version>4.5.29</version>
</dependency>
<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>protege-editor-owl</artifactId>
<version>5.5.0</version>
<version>5.6.4</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
</dependency>
<!-- logging related-->
<dependency>
Expand Down Expand Up @@ -65,24 +70,27 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<source>8</source>
<target>8</target>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.5.0</version>
<version>5.1.9</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundleName};singleton:=true</Bundle-SymbolicName>
<Import-Package>
org.protege.editor.owl.*;version="4.3",
org.protege.editor.core.*;version="4.3",
org.protege.editor.owl.*;version="5.0",
org.protege.editor.core.*;version="5.0",
de.tu_dresden.inf.lat.evee.protege.tools.ui.*,
scala.swing.*;resolution:=optional,
de.tu_dresden.inf.lat.evee.protege.nonEntailment.core.service.*,
scala.swing.*;resolution:=optional,
com.google.appengine.api.*;resolution:=optional,
com.google.apphosting.api.*;resolution:=optional,
com.google.thirdparty.publicsuffix.*;resolution:=optional,
*
</Import-Package>
<Private-Package>
Expand All @@ -97,6 +105,8 @@
junit.framework.*,
junit.runner.*,
org.hamcrest.*,
com.google.common.*,
com.google.common.base.*
</Private-Package>
</instructions>
</configuration>
Expand Down
44 changes: 27 additions & 17 deletions evee-protege/evee-protege-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,34 @@
<!-- owlapi and protege bascis-->
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-distribution</artifactId>
<version>4.5.20</version>
<artifactId>owlapi-osgidistribution</artifactId>
<version>4.5.29</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>protege-common</artifactId>
<version>5.5.0</version>
<version>5.6.4</version>
</dependency>
<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>protege-editor-core</artifactId>
<version>5.5.0</version>
<version>5.6.4</version>
</dependency>
<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>protege-editor-owl</artifactId>
<version>5.5.0</version>
<version>5.6.4</version>
</dependency>
<dependency>
<groupId>org.liveontologies</groupId>
<artifactId>protege-proof-explanation</artifactId>
<version>0.1.0</version>
<version>0.2.0-SNAPSHOT</version>
</dependency>
<!-- de.tu-dresden.inf.lat-->
<!-- <dependency>-->
Expand Down Expand Up @@ -72,11 +78,11 @@
<!-- todo: try version 1.8.0-beta1-SNAPSHOT to remove warning during compilation?-->
<version>1.7.30</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.google.guava</groupId>-->
<!-- <artifactId>guava</artifactId>-->
<!-- <version>31.1-jre</version>-->
<!-- </dependency>-->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
Expand Down Expand Up @@ -145,16 +151,16 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.13.0</version>
<configuration>
<source>8</source>
<target>8</target>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.5.0</version>
<version>5.1.9</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand All @@ -168,7 +174,7 @@
*
</Import-Package>
<Export-Package>
com.fasterxml.jackson.*,
com.fasterxml.jackson.*;-split-package:=merge-last,
com.fasterxml.jackson.dataformat.xml,
com.fasterxml.jackson.dataformat.xml.annotation,
com.fasterxml.jackson.dataformat.xml.util,
Expand All @@ -184,6 +190,11 @@
com.typesafe.scalalogging.*,
scala.*,
com.google.errorprone.annotations.*,
<!-- com.google.common.*,
com.google.appengine.api,
com.google.appengine.api.utils,
com.google.apphosting.api,
com.google.thirdparty.publicsuffix, -->
</Export-Package>
<Private-Package>
org.yaml.snakeyaml.*,
Expand All @@ -192,7 +203,6 @@
junit.framework.*,
junit.runner.*,
org.hamcrest.*,

org.graphstream.*,
javax.xml.stream.*,
org.miv.*
Expand Down
10 changes: 5 additions & 5 deletions evee-protege/evee-protege-counterexample-EL/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-distribution</artifactId>
<version>4.5.20</version>
<version>4.5.29</version>
</dependency>
<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>protege-editor-owl</artifactId>
<version>5.5.0</version>
<version>5.6.4</version>
</dependency>
<!-- logging related-->
<dependency>
Expand Down Expand Up @@ -61,14 +61,14 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<source>8</source>
<target>8</target>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.5.0</version>
<version>5.1.9</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand Down
34 changes: 29 additions & 5 deletions evee-protege/evee-protege-counterexample-ELKRelevant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,32 @@
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-distribution</artifactId>
<version>4.5.20</version>
<version>4.5.29</version>
</dependency>
<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>protege-editor-owl</artifactId>
<version>5.5.0</version>
<version>5.6.4</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.13.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.13.3</version>
</dependency>
<!-- logging related-->
<dependency>
Expand Down Expand Up @@ -55,14 +75,14 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<source>8</source>
<target>8</target>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.5.0</version>
<version>5.1.9</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand All @@ -77,6 +97,10 @@
org.checkerframework.*;resolution:=optional,
sun.misc.*;resolution:=optional,
org.openrdf.*;resolution:=optional,
android.os.*;resolution:=optional,
com.google.appengine.api.*;resolution:=optional,
com.google.apphosting.api.*;resolution:=optional,
com.google.thirdparty.publicsuffix.*;resolution:=optional,
*
</Import-Package>
<Private-Package>
Expand Down
7 changes: 4 additions & 3 deletions evee-protege/evee-protege-elimination-proofs-fame/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<source>8</source>
<target>8</target>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.5.0</version>
<version>5.1.9</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand Down Expand Up @@ -113,6 +113,7 @@
com.google.common.base.*;-split-package:=merge-last,
com.google.common.math.*;-split-package:=merge-last,
com.google.common.primitives.*;-split-package:=merge-last,
com.google.errorprone.annotations.*;-split-package:=merge-last,
</Private-Package>
</instructions>
</configuration>
Expand Down
Loading
Loading