Skip to content

Commit

Permalink
0003126: Support viewing Remote Status of Nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmichalek committed May 25, 2017
1 parent 08ef5e4 commit 2656a78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions symmetric-assemble/common.gradle
Expand Up @@ -79,8 +79,8 @@ subprojects { subproject ->
}

jdt {
sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceCompatibility = 1.7
targetCompatibility = 1.7
}

project.file.whenMerged { project ->
Expand Down
1 change: 1 addition & 0 deletions symmetric-core/build.gradle
Expand Up @@ -8,6 +8,7 @@ apply from: symAssembleDir + '/common.gradle'
compile "commons-fileupload:commons-fileupload:$commonsFileuploadVersion"
compile "javax.mail:mail:1.4.5"
compile "com.fasterxml.jackson.core:jackson-databind:2.8.5"
compile "com.google.code.gson:gson:2.8.0"

testCompile project(path: ':symmetric-util', configuration: 'testArtifacts')
testCompile project(path: ':symmetric-jdbc', configuration: 'testArtifacts')
Expand Down

0 comments on commit 2656a78

Please sign in to comment.