Skip to content

Commit

Permalink
修改gradle构建脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
gdyangyu committed Sep 21, 2015
1 parent 7dde82f commit 4c112d6
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 6 deletions.
Binary file modified .gradle/2.7/taskArtifacts/cache.properties.lock
Binary file not shown.
Binary file modified .gradle/2.7/taskArtifacts/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/2.7/taskArtifacts/fileSnapshots.bin
Binary file not shown.
Binary file modified .gradle/2.7/taskArtifacts/taskArtifacts.bin
Binary file not shown.
1 change: 1 addition & 0 deletions dddlib-cache/dddlib-cache-redis/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

dependencies {
compile(project(":dddlib-cache-api"))
compile('redis.clients:jedis:2.7.3')
}
2 changes: 2 additions & 0 deletions dddlib-examples/organisation-project/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jdk.version = 1.6
slf4j.version = 1.7.12
4 changes: 2 additions & 2 deletions dddlib-examples/organisation-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -706,8 +706,8 @@

<jdk.version>1.6</jdk.version>
<slf4j.version>1.7.10</slf4j.version>
<spring.version>4.1.6.RELEASE</spring.version>
<hibernate.version>4.3.8.Final</hibernate.version>
<spring.version>4.2.1.RELEASE</spring.version>
<hibernate.version>4.3.10.Final</hibernate.version>
<!-- Database settings, default to H2 database -->
<h2.username>sa</h2.username>
<h2.password />
Expand Down
2 changes: 1 addition & 1 deletion dddlib-examples/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include 'dddlib-examples-organisation'
include 'organisation-project'
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -997,9 +997,9 @@
<jdk.version>1.6</jdk.version>
<slf4j.version>1.7.12</slf4j.version>
<spring.version>4.2.0.RELEASE</spring.version>
<tapestry.version>5.4-beta-26</tapestry.version>
<hibernate.version>4.3.10.Final</hibernate.version>
<cucumber.version>1.2.2</cucumber.version>
<tapestry.version>5.4-beta-35</tapestry.version>
<hibernate.version>4.3.11.Final</hibernate.version>
<cucumber.version>1.2.4</cucumber.version>
<asm.version>3.3.1</asm.version>
<!-- Database settings, default to H2 database -->
<h2.username>sa</h2.username>
Expand Down

0 comments on commit 4c112d6

Please sign in to comment.