Skip to content

Commit

Permalink
removed sample spring-data code and moved them to hazelcast-code-samp…
Browse files Browse the repository at this point in the history
…les repo
  • Loading branch information
Mesut Celik committed Jul 1, 2014
1 parent 74a1c21 commit f733ea6
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 421 deletions.
28 changes: 1 addition & 27 deletions hazelcast-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
<org.springframework.version>3.1.0.RELEASE</org.springframework.version>
<jsr250.api.version>1.0</jsr250.api.version>
<hibernate.core.version>3.5.0-Final</hibernate.core.version>
<org.mongodb.version>2.7.3</org.mongodb.version>
<org.springframework.data.mongodb>1.0.1.RELEASE</org.springframework.data.mongodb>
<!-- needed for checkstyle/findbugs -->
<main.basedir>${project.parent.basedir}</main.basedir>
</properties>
Expand Down Expand Up @@ -191,37 +189,13 @@
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
<version>${org.mongodb.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>${org.springframework.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>
<version>${org.springframework.data.mongodb}</version>
<scope>provided</scope>
<optional>true</optional>
<exclusions>
<exclusion>
<artifactId>spring-tx</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>mongo-java-driver</artifactId>
<groupId>org.mongodb</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast</artifactId>
<scope>test</scope>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit f733ea6

Please sign in to comment.