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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

mthl
Author: mthl
Date: Sun Jul 14 16:57:51 2019
New Revision: 1863059

URL: http://svn.apache.org/viewvc?rev=1863059&view=rev
Log:
Improved: Remove unnecessary dependency on ‘junit-dep’ artifact
(OFBIZ-11139)

Prior to Junit 4.11, Junit was distributed in two forms ‘junit’ and
‘junit-dep’ where the first was embedding the hamcrest matchers the
second was defining a dependency to it which is more desirable in the
context of package managers like Maven or Gradle.  Starting with Junit
4.11 only the second form is distributed which makes ‘junit-dep’
obsolete.

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=1863059&r1=1863058&r2=1863059&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/build.gradle (original)
+++ ofbiz/ofbiz-framework/trunk/build.gradle Sun Jul 14 16:57:51 2019
@@ -175,7 +175,6 @@ dependencies {
     implementation 'javax.el:javax.el-api:3.0.1-b06'
     implementation 'javax.servlet:javax.servlet-api:4.0.1'
     implementation 'javax.servlet.jsp:javax.servlet.jsp-api:2.3.3'
-    implementation 'junit:junit-dep:4.11'
     implementation 'net.fortuna.ical4j:ical4j:1.0-rc3-atlassian-11'
     implementation 'org.apache.ant:ant-junit:1.10.5'
     implementation 'org.apache.axis2:axis2-kernel:1.7.9'