mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Upgrade groovy dependency in lang-groovy module to version 2.4.6
Closes #16830
This commit is contained in:
parent
f871b9bba2
commit
af918ebf2b
@ -25,6 +25,9 @@ grant {
|
|||||||
|
|
||||||
// groovy IndyInterface bootstrap requires this property for indy logging
|
// groovy IndyInterface bootstrap requires this property for indy logging
|
||||||
permission java.util.PropertyPermission "groovy.indy.logging", "read";
|
permission java.util.PropertyPermission "groovy.indy.logging", "read";
|
||||||
|
// groovy requires this to enable workaround for certain JVMs (https://github.com/apache/groovy/pull/137)
|
||||||
|
permission java.util.PropertyPermission "java.vm.name", "read";
|
||||||
|
permission java.util.PropertyPermission "groovy.use.classvalue", "read";
|
||||||
|
|
||||||
// needed by Rhino engine exception handling
|
// needed by Rhino engine exception handling
|
||||||
permission java.util.PropertyPermission "rhino.stack.style", "read";
|
permission java.util.PropertyPermission "rhino.stack.style", "read";
|
||||||
|
@ -23,7 +23,7 @@ esplugin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'org.codehaus.groovy:groovy:2.4.4:indy'
|
compile 'org.codehaus.groovy:groovy:2.4.6:indy'
|
||||||
}
|
}
|
||||||
|
|
||||||
integTest {
|
integTest {
|
||||||
|
@ -1 +0,0 @@
|
|||||||
139af316ac35534120c53f05393ce46d60d6da48
|
|
1
modules/lang-groovy/licenses/groovy-2.4.6-indy.jar.sha1
Normal file
1
modules/lang-groovy/licenses/groovy-2.4.6-indy.jar.sha1
Normal file
@ -0,0 +1 @@
|
|||||||
|
af78e80fab591a6dcf2d6ccb8bf34d1e888291be
|
@ -1,5 +1,5 @@
|
|||||||
Apache Commons CLI
|
Apache Groovy
|
||||||
Copyright 2001-2009 The Apache Software Foundation
|
Copyright 2003-2016 The Apache Software Foundation
|
||||||
|
|
||||||
This product includes software developed by
|
This product includes software developed at
|
||||||
The Apache Software Foundation (http://www.apache.org/).
|
The Apache Software Foundation (http://www.apache.org/).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user