Skip to content

Commit

Permalink
[Wen Hao] - update tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhao committed Jun 2, 2018
1 parent a253990 commit a99536b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
8 changes: 2 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ idea {
}

dependencies {
implementation("org.springframework.data:spring-data-jpa:$springDataJpaVersion")
implementation("org.hibernate.javax.persistence:hibernate-jpa-2.1-api:$jpaVersion")
compileOnly("org.springframework.data:spring-data-jpa:$springDataJpaVersion")
compileOnly("org.hibernate.javax.persistence:hibernate-jpa-2.1-api:$jpaVersion")

testImplementation("org.springframework.boot:spring-boot-starter-data-jpa:$springBootVersion")
testImplementation("org.springframework.boot:spring-boot-starter-test:$springBootVersion")
Expand Down Expand Up @@ -69,10 +69,6 @@ dependencies {
}
}

configurations.all {
resolutionStrategy.force "org.springframework:spring-orm:$springOrmVersion"
}

clover {
targetPercentage = '90%'

Expand Down
5 changes: 2 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
## compile
springDataJpaVersion=2.0.5.RELEASE
springBootVersion=2.0.0.RELEASE
springDataJpaVersion=2.0.7.RELEASE
springBootVersion=2.0.2.RELEASE
jpaVersion=1.0.2.Final

## testCompile
springOrmVersion=5.0.4.RELEASE
commonsLang3Version=3.4
junitVersion=4.12
h2Version=1.4.192
Expand Down

0 comments on commit a99536b

Please sign in to comment.