Skip to content

Commit

Permalink
cleanup for blog
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed May 14, 2012
1 parent 03586ea commit e84fec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
15 changes: 1 addition & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<repositories>
<repository>
<id>repository.springframework.maven.milestone</id>
<name>Spring Framework Maven Milestone Repository</name>
<url>http://maven.springframework.org/milestone</url>
</repository>
<repository>
<id>repository.neo4j.maven.release</id>
<name>Neo4j Framework Maven Release Repository</name>
<url>http://m2.neo4j.org/releases</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
Expand All @@ -39,7 +26,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-rest</artifactId>
<version>2.1.0.RC1</version>
<version>2.0.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/example/service/PersonService.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import org.springframework.data.neo4j.repository.GraphRepository;
import org.springframework.data.neo4j.repository.NamedIndexRepository;

public interface PersonService extends GraphRepository<Person>, NamedIndexRepository<Person> {
public interface PersonService extends GraphRepository<Person> {


}

0 comments on commit e84fec8

Please sign in to comment.