mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
upgrade to jython 2.5.2rc2
This commit is contained in:
parent
a00f99e7c6
commit
ec2f0e05f9
2
.idea/modules/plugin-lang-python.iml
generated
2
.idea/modules/plugin-lang-python.iml
generated
@ -15,7 +15,7 @@
|
||||
<orderEntry type="module-library">
|
||||
<library name="jython">
|
||||
<CLASSES>
|
||||
<root url="jar://$GRADLE_REPOSITORY$/org.python/jython/jars/jython-2.5.2b2.jar!/" />
|
||||
<root url="jar://$GRADLE_REPOSITORY$/org.python/jython/jars/jython-2.5.2rc2.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
|
@ -30,8 +30,8 @@ configurations {
|
||||
dependencies {
|
||||
compile project(':elasticsearch')
|
||||
|
||||
compile('org.python:jython:2.5.2b2') { transitive = false }
|
||||
distLib('org.python:jython:2.5.2b2') { transitive = false }
|
||||
compile('org.python:jython:2.5.2rc2') { transitive = false }
|
||||
distLib('org.python:jython:2.5.2rc2') { transitive = false }
|
||||
|
||||
testCompile project(':test-testng')
|
||||
testCompile('org.testng:testng:5.10:jdk15') { transitive = false }
|
||||
|
Loading…
x
Reference in New Issue
Block a user