Skip to content

Commit

Permalink
#62 -- remove jena dependency from cnetipede
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Houle authored and Paul Houle committed Oct 16, 2013
1 parent 980b85f commit 3d8a642
Show file tree
Hide file tree
Showing 21 changed files with 6 additions and 7 deletions.
5 changes: 5 additions & 0 deletions bakemono/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<version>2.9.3</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.ontology2.centipede.jena;
package com.ontology2.bakemono.jena;
import static org.junit.Assert.*;

import java.net.MalformedURLException;
Expand Down
5 changes: 0 additions & 5 deletions centipede/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@
<artifactId>spring-context</artifactId>
<version>3.2.4.RELEASE</version>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<version>2.9.3</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.xerces.impl.xpath.XPath.Step;

import com.google.common.base.Splitter;
import com.google.common.collect.Lists;
Expand Down

0 comments on commit 3d8a642

Please sign in to comment.