Database Reference
In-Depth Information
<properties>
<!-- Generic properties -->
<java.version>1.7</java.version>
<project.build.sourceEncoding>UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8
</project.reporting.outputEncoding>
<!-- Spring -->
<spring-framework.version>4.1.2.RELEASE</spring-framework.version>
<spring-data.version>3.2.1.RELEASE</spring-data.version>
<!-- Hibernate / JPA -->
<hibernate.version>4.2.0.Final</hibernate.version>
<hibernate-jpa.version>1.0.0.Final</hibernate-jpa.version>
<!-- Logging -->
<logback.version>1.0.13</logback.version>
<slf4j.version>1.7.5</slf4j.version>
<!-- Test -->
<junit.version>4.11</junit.version>
<!---Neo4j version -->
<neo4j.version>2.1.5</neo4j.version>
</properties>
8. Change the version of JUnit to ${junit.version} .
9. Next, within the <dependencies> section, add the following Spring depend-
encies:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>${spring-framework.version}</version>
</dependency>
Repeat the same process and change the value of <artifactId> and define the
dependency for spring-context , spring-aspects , spring-
context-support , and spring-tx .
Search WWH ::




Custom Search