Skip to content

Commit 3098e41

Browse files
committed
fix: back off on updating cnf/build.gradle
1 parent e3cfcc5 commit 3098e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/cnf/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
binaries "org.jmockit:jmockit:1.25"
3232
binaries "org.apache.maven:maven-model:3.5.0"
3333
binaries "javax.json:javax.json-api:1.1.4"
34-
binaries "org.glassfish:javax.json:1.1.5.ibm"
34+
binaries "org.glassfish:javax.json:1.1.4" //TODO update to 1.1.5.ibm from DHE
3535
binaries "org.codehaus.plexus:plexus-utils:3.0.24"
3636
binaries "org.apache.ant:ant:1.10.10"
3737
binaries "com.github.mwiede:jsch:2.27.0"

0 commit comments

Comments
 (0)