Skip to content

Commit

Permalink
Improved: Upgrade Hamcrest library to version 2.1
Browse files Browse the repository at this point in the history
(OFBIZ-11139)


git-svn-id: https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk@1863060 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
mthl committed Jul 14, 2019
1 parent 2e7b77b commit 1555fc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ dependencies {
implementation 'org.apache.xmlrpc:xmlrpc-server:3.1.3'
implementation 'org.codehaus.groovy:groovy-all:2.4.16' // Remember to change the version number in javadoc.options block
implementation 'org.freemarker:freemarker:2.3.28' // Remember to change the version number in FreeMarkerWorker class when upgrading
implementation 'org.hamcrest:hamcrest-all:1.3'
implementation 'org.owasp.esapi:esapi:2.1.0.1'
implementation 'org.springframework:spring-test:5.1.6.RELEASE'
implementation 'org.zapodot:jackson-databind-java-optional:2.6.1'
Expand All @@ -209,6 +208,8 @@ dependencies {
implementation 'org.jsoup:jsoup:1.11.3'
implementation 'io.jsonwebtoken:jjwt:0.9.1'
implementation 'org.json:json:20140107'
testImplementation 'org.hamcrest:hamcrest:2.1'
testImplementation 'org.hamcrest:hamcrest-library:2.1' // Enable junit4 to not depend on hamcrest-1.3
testImplementation 'org.mockito:mockito-core:2.27.0'
runtimeOnly 'javax.xml.soap:javax.xml.soap-api:1.4.0'
runtimeOnly 'de.odysseus.juel:juel-spi:2.2.7'
Expand Down

0 comments on commit 1555fc8

Please sign in to comment.