Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
Upgrade to sesame 2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ameingast committed Jul 15, 2013
1 parent 3fbf7e2 commit 60a2a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>org.openrdf.sesame</groupId>
<artifactId>sesame-spring</artifactId>
<version>2.6.10</version>
<version>2.7.3</version>
<name>${project.artifactId}</name>

<description>
Expand Down Expand Up @@ -90,7 +90,6 @@
<groupId>org.openrdf.sesame</groupId>
<artifactId>sesame-repository-sail</artifactId>
<version>${sesame.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openrdf.sesame</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public void closeConnection() {
@Override
public SesameTransactionObject createTransaction() throws RepositoryException {
RepositoryConnection connection = repository.getConnection();
connection.setAutoCommit(false);
connection.begin();

SesameTransactionObject sesameTransactionObject = new SesameTransactionObject(connection);
localTransactionObject.set(sesameTransactionObject);
Expand Down

0 comments on commit 60a2a5a

Please sign in to comment.