Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
More cleanup - fixed dependencies in poms, renamed Atomikos' test cas…
Browse files Browse the repository at this point in the history
…e for readability.
  • Loading branch information
digitalstain committed Feb 27, 2011
1 parent dee6c68 commit d290562
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 16 deletions.
37 changes: 31 additions & 6 deletions sampleCode/pom.xml
Expand Up @@ -160,12 +160,6 @@
<version>1.0</version>
</dependency>

<dependency>
<groupId>org.neo4j.jta</groupId>
<artifactId>atomikos-service-provider</artifactId>
<version>0.0.1</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand All @@ -190,6 +184,37 @@
<artifactId>mysql-connector-java</artifactId>
<version>5.1.6</version>
</dependency>

<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-kernel</artifactId>
<version>1.3.M02</version>
</dependency>
<dependency>
<groupId>com.atomikos</groupId>
<artifactId>atomikos-util</artifactId>
<version>3.7.0M5</version>
</dependency>
<dependency>
<groupId>com.atomikos</groupId>
<artifactId>transactions</artifactId>
<version>3.7.0M5</version>
</dependency>
<dependency>
<groupId>com.atomikos</groupId>
<artifactId>transactions-api</artifactId>
<version>3.7.0M5</version>
</dependency>
<dependency>
<groupId>com.atomikos</groupId>
<artifactId>transactions-jta</artifactId>
<version>3.7.0M5</version>
</dependency>
<dependency>
<groupId>com.atomikos</groupId>
<artifactId>transactions-osgi</artifactId>
<version>3.7.0M5</version>
</dependency>
</dependencies>

<build>
Expand Down
11 changes: 1 addition & 10 deletions txModule/pom.xml
Expand Up @@ -59,16 +59,7 @@
</pluginRepositories>

<dependencies>
<dependency>
<groupId>org.ow2.jotm</groupId>
<artifactId>jotm-core</artifactId>
<version>2.1.9</version>
</dependency>
<dependency>
<groupId>org.ow2.spec.ee</groupId>
<artifactId>ow2-connector-1.5-spec</artifactId>
<version>1.0-M1</version>
</dependency>

<!-- Spring dependencies -->
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit d290562

Please sign in to comment.