Skip to content

Commit 1b99111

Browse files
committed
DATAREST-730 - Temporarily remove integration tests for Neo4j.
1 parent 414f314 commit 1b99111

File tree

9 files changed

+0
-397
lines changed

9 files changed

+0
-397
lines changed

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<springdata.commons>1.12.0.BUILD-SNAPSHOT</springdata.commons>
3232
<springdata.jpa>1.10.0.BUILD-SNAPSHOT</springdata.jpa>
3333
<springdata.mongodb>1.9.0.BUILD-SNAPSHOT</springdata.mongodb>
34-
<springdata.neo4j>3.5.0.BUILD-SNAPSHOT</springdata.neo4j>
3534
<springdata.gemfire>1.8.0.BUILD-SNAPSHOT</springdata.gemfire>
3635
<springdata.solr>1.6.0.BUILD-SNAPSHOT</springdata.solr>
3736
<springdata.cassandra>1.4.0.BUILD-SNAPSHOT</springdata.cassandra>

spring-data-rest-webmvc/pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -145,24 +145,6 @@
145145

146146
</profile>
147147

148-
<profile>
149-
<id>neo4j</id>
150-
151-
<activation>
152-
<activeByDefault>true</activeByDefault>
153-
</activation>
154-
155-
<dependencies>
156-
<dependency>
157-
<groupId>org.springframework.data</groupId>
158-
<artifactId>spring-data-neo4j</artifactId>
159-
<version>${springdata.neo4j}</version>
160-
<scope>test</scope>
161-
</dependency>
162-
</dependencies>
163-
164-
</profile>
165-
166148
<profile>
167149
<id>gemfire</id>
168150

spring-data-rest-webmvc/src/test/java/org/springframework/data/rest/webmvc/neo4j/AbstractEntity.java

Lines changed: 0 additions & 47 deletions
This file was deleted.

spring-data-rest-webmvc/src/test/java/org/springframework/data/rest/webmvc/neo4j/Address.java

Lines changed: 0 additions & 48 deletions
This file was deleted.

spring-data-rest-webmvc/src/test/java/org/springframework/data/rest/webmvc/neo4j/Country.java

Lines changed: 0 additions & 33 deletions
This file was deleted.

spring-data-rest-webmvc/src/test/java/org/springframework/data/rest/webmvc/neo4j/Customer.java

Lines changed: 0 additions & 88 deletions
This file was deleted.

spring-data-rest-webmvc/src/test/java/org/springframework/data/rest/webmvc/neo4j/CustomerRepository.java

Lines changed: 0 additions & 23 deletions
This file was deleted.

spring-data-rest-webmvc/src/test/java/org/springframework/data/rest/webmvc/neo4j/Neo4jWebTests.java

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)