Skip to content

Commit

Permalink
Removed ELK snapshot dependency. Updated other dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzBuehmann committed Jan 8, 2016
1 parent c9a0919 commit 8237758
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 41 deletions.
11 changes: 5 additions & 6 deletions components-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,13 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>

<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>weka-dev</artifactId>
<version>3.7.11</version>
</dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>weka-dev</artifactId>
</dependency>

<dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
Expand Down
64 changes: 32 additions & 32 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<log4j.version>1.2.16</log4j.version>
<solr.version>5.3.0</solr.version>
<owlapi.version>4.1.3</owlapi.version>
<spring.version>4.2.2.RELEASE</spring.version>
<spring.version>4.2.4.RELEASE</spring.version>
<jena.sparql.api.version>2.13.0-5</jena.sparql.api.version>
<pellet.version>2.4.0-dllearner</pellet.version>
</properties>
Expand Down Expand Up @@ -115,7 +115,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version>
<version>2.19</version>
</plugin>
<!--Maven Compiler Plugin -->
<plugin>
Expand All @@ -140,7 +140,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jarsigner-plugin</artifactId>
<version>1.3.2</version>
<version>1.4</version>
<executions>
<execution>
<id>sign</id>
Expand Down Expand Up @@ -178,7 +178,7 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.8</version>
<version>2.11</version>
<configuration>
<!-- <header>com/mycila/maven/plugin/license/templates/GPL-3.txt</header> -->
<header>license_header.txt</header>
Expand Down Expand Up @@ -207,7 +207,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>tomcat-maven-plugin</artifactId>
<version>1.0</version>
<version>2.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -227,7 +227,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
Expand All @@ -238,7 +238,7 @@
<plugin>
<groupId>com.amashchenko.maven.plugin</groupId>
<artifactId>gitflow-maven-plugin</artifactId>
<version>1.0.8</version>
<version>1.2.1</version>
<configuration>
<installProject>false</installProject>
<verbose>true</verbose>
Expand Down Expand Up @@ -337,7 +337,7 @@
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapitools-concurrentimpl</artifactId>
<version>1.1.1</version>
<version>4.1.0</version>
</dependency>

<!-- OWL API compatible reasoners -->
Expand Down Expand Up @@ -373,7 +373,7 @@
<dependency>
<groupId>org.semanticweb.elk</groupId>
<artifactId>elk-owlapi</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3-dllearner</version>
</dependency>
<!-- JFact -->
<dependency>
Expand All @@ -387,6 +387,18 @@
<artifactId>org.semanticweb.hermit</artifactId>
<version>1.3.8.413</version>
</dependency>
<!-- Fact++ -->
<dependency>
<groupId>com.google.code.factplusplus</groupId>
<artifactId>factpp-owlapi</artifactId>
<version>1.6.2</version>
</dependency>
<!-- OWLlink -->
<dependency>
<groupId>net.sourceforge.owlapi.owllink</groupId>
<artifactId>owllink</artifactId>
<version>1.2.2</version>
</dependency>

<!-- SOLR Dependency -->
<dependency>
Expand Down Expand Up @@ -425,7 +437,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20140107</version>
<version>20151123</version>
</dependency>

<!--Used in NKE interfaces for now -->
Expand Down Expand Up @@ -478,13 +490,13 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.4.1</version>
<version>2.4.2</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.2</version>
<version>1.10</version>
</dependency>

<dependency>
Expand All @@ -506,18 +518,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.google.code.factplusplus</groupId>
<artifactId>factpp-owlapi</artifactId>
<version>1.6.2</version>
</dependency>

<dependency>
<groupId>net.sourceforge.owlapi.owllink</groupId>
<artifactId>owllink</artifactId>
<version>1.2.2</version>
</dependency>

<!--Dependencies that are generated as part of this parent pom -->
<dependency>
<groupId>org.dllearner</groupId>
Expand Down Expand Up @@ -560,31 +560,31 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.189</version>
<version>1.4.190</version>
</dependency>

<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.36</version>
<version>5.1.38</version>
</dependency>

<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.4-1203-jdbc42</version>
<version>9.4-1206-jdbc42</version>
</dependency>

<dependency>
<groupId>weka</groupId>
<artifactId>weka</artifactId>
<version>3.6.5</version>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>weka-dev</artifactId>
<version>3.7.13</version>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
<version>19.0</version>
</dependency>
<dependency>
<groupId>com.dumontierlab</groupId>
Expand Down Expand Up @@ -702,7 +702,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.8.1</version>
<version>2.9.1</version>
</dependency>
<dependency>
<groupId>edu.berkeley.compbio</groupId>
Expand Down
6 changes: 3 additions & 3 deletions scripts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
</dependency>

<dependency>
<groupId>weka</groupId>
<artifactId>weka</artifactId>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>weka-dev</artifactId>
</dependency>

<!--<dependency>
Expand Down

0 comments on commit 8237758

Please sign in to comment.