You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2018/08/11 10:49:10 UTC

svn commit: r1837863 - in /ofbiz/ofbiz-framework: branches/release17.12/build.gradle trunk/build.gradle

Author: jleroux
Date: Sat Aug 11 10:49:10 2018
New Revision: 1837863

URL: http://svn.apache.org/viewvc?rev=1837863&view=rev
Log:
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'