Skip to content

Commit

Permalink
fixed classpath issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nkons committed Nov 13, 2013
1 parent 3822b6a commit 03b3eff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,26 +108,21 @@
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.4</version>
</dependency>
<!-- <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
</dependency> -->
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-sdb</artifactId>
<version>1.3.5</version>
</dependency>
<dependency>
<!-- <dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<version>2.10.1</version>
</dependency>
<dependency>
</dependency>-->
<!-- <dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<version>2.10.1</version>
</dependency>
</dependency>-->
</dependencies>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gr/seab/r2rml/beans/Generator.java
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ public void createTriples(MappingDocument mappingDocument) {
}

} else {
log.info("Writing model to database. Model has " + resultModel.size() + " statements.");
log.info("Storing model to database. Model has " + resultModel.size() + " statements.");
Calendar c0 = Calendar.getInstance();
long t0 = c0.getTimeInMillis();
//Sync start
Expand Down

0 comments on commit 03b3eff

Please sign in to comment.