Author: jleroux
Date: Sat Aug 11 10:49:10 2018
New Revision: 1837863
URL:
http://svn.apache.org/viewvc?rev=1837863&view=revLog:
Improved: no functional change
Removes io.jsonwebtoken:jjwt, this was not supposed to be part of OFBIZ-10517
Modified:
ofbiz/ofbiz-framework/branches/release17.12/build.gradle
ofbiz/ofbiz-framework/trunk/build.gradle
Modified: ofbiz/ofbiz-framework/branches/release17.12/build.gradle
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/branches/release17.12/build.gradle?rev=1837863&r1=1837862&r2=1837863&view=diff==============================================================================
--- ofbiz/ofbiz-framework/branches/release17.12/build.gradle (original)
+++ ofbiz/ofbiz-framework/branches/release17.12/build.gradle Sat Aug 11 10:49:10 2018
@@ -145,7 +145,6 @@ dependencies {
compile 'oro:oro:2.0.8'
compile 'wsdl4j:wsdl4j:1.6.3'
compile 'org.jsoup:jsoup:1.11.2'
- compile 'io.jsonwebtoken:jjwt:0.9.0'
// ofbiz unit-test compile libs
testCompile 'org.mockito:mockito-core:2.+'
Modified: ofbiz/ofbiz-framework/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/build.gradle?rev=1837863&r1=1837862&r2=1837863&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/build.gradle (original)
+++ ofbiz/ofbiz-framework/trunk/build.gradle Sat Aug 11 10:49:10 2018
@@ -150,7 +150,6 @@ dependencies {
compile 'oro:oro:2.0.8'
compile 'wsdl4j:wsdl4j:1.6.3'
compile 'org.jsoup:jsoup:1.11.2'
- compile 'io.jsonwebtoken:jjwt:0.9.0'
// ofbiz unit-test compile libs
testCompile 'org.mockito:mockito-core:2.13.0'