You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2017/11/02 09:05:29 UTC

svn commit: r1814049 - /ofbiz/ofbiz-framework/trunk/build.gradle

Author: deepak
Date: Thu Nov  2 09:05:29 2017
New Revision: 1814049

URL: http://svn.apache.org/viewvc?rev=1814049&view=rev
Log:
Improved: Removed io.jsonwebtoken:jjwt dependecy from build.gradle, as these dependency will be downloaded with io.jsonwebtoken:jjwt

Modified:
    ofbiz/ofbiz-framework/trunk/build.gradle

Modified: ofbiz/ofbiz-framework/trunk/build.gradle
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/build.gradle?rev=1814049&r1=1814048&r2=1814049&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/build.gradle (original)
+++ ofbiz/ofbiz-framework/trunk/build.gradle Thu Nov  2 09:05:29 2017
@@ -142,9 +142,6 @@ dependencies {
     compile 'oro:oro:2.0.8'
     compile 'wsdl4j:wsdl4j:1.6.3'
     compile 'io.jsonwebtoken:jjwt:0.9.0'
-    compile 'com.fasterxml.jackson.core:jackson-core:2.7.3'
-    compile 'com.fasterxml.jackson.core:jackson-annotations:2.7.3'
-    compile 'com.fasterxml.jackson.core:jackson-databind:2.7.3'
 
     // ofbiz unit-test compile libs
     testCompile 'org.mockito:mockito-core:2.+'



Re: svn commit: r1814049 - /ofbiz/ofbiz-framework/trunk/build.gradle

Posted by Jacques Le Roux <ja...@les7arts.com>.
Thanks Deepak,

I put them because I initially started in a R13.07 instance (custom project) and did not think about it when porting in trunk, just adapted the whole 
thing to Gradle.

Jacques


Le 02/11/2017 à 10:05, deepak@apache.org a écrit :
> Author: deepak
> Date: Thu Nov  2 09:05:29 2017
> New Revision: 1814049
>
> URL: http://svn.apache.org/viewvc?rev=1814049&view=rev
> Log:
> Improved: Removed io.jsonwebtoken:jjwt dependecy from build.gradle, as these dependency will be downloaded with io.jsonwebtoken:jjwt
>
> Modified:
>      ofbiz/ofbiz-framework/trunk/build.gradle
>
> Modified: ofbiz/ofbiz-framework/trunk/build.gradle
> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/build.gradle?rev=1814049&r1=1814048&r2=1814049&view=diff
> ==============================================================================
> --- ofbiz/ofbiz-framework/trunk/build.gradle (original)
> +++ ofbiz/ofbiz-framework/trunk/build.gradle Thu Nov  2 09:05:29 2017
> @@ -142,9 +142,6 @@ dependencies {
>       compile 'oro:oro:2.0.8'
>       compile 'wsdl4j:wsdl4j:1.6.3'
>       compile 'io.jsonwebtoken:jjwt:0.9.0'
> -    compile 'com.fasterxml.jackson.core:jackson-core:2.7.3'
> -    compile 'com.fasterxml.jackson.core:jackson-annotations:2.7.3'
> -    compile 'com.fasterxml.jackson.core:jackson-databind:2.7.3'
>   
>       // ofbiz unit-test compile libs
>       testCompile 'org.mockito:mockito-core:2.+'
>
>
>