switch to rhino 1.7.10

This commit is contained in:
Julian Dolby 2018-06-27 14:57:35 -04:00
parent 0752bf321c
commit fe1247f2ce
4 changed files with 5 additions and 5 deletions

View File

@ -33,4 +33,4 @@ Export-Package: com.ibm.wala.cast.js.translator,
org.mozilla.javascript.xml,
org.mozilla.javascript.xmlimpl
Bundle-ClassPath: .,
lib/rhino-1.7.6.jar
lib/rhino-1.7.10.jar

View File

@ -2,7 +2,7 @@ sourceSets.main.java.srcDirs = ['source']
dependencies {
compile(
'org.mozilla:rhino:1.7.7.1',
'org.mozilla:rhino:1.7.10',
project(':com.ibm.wala.cast'),
project(':com.ibm.wala.cast.js'),
project(':com.ibm.wala.core'),

View File

@ -2,8 +2,8 @@ source.. = source/
output.. = bin/
bin.includes = META-INF/,\
.,\
lib/rhino-1.7.6.jar,\
lib/rhino-1.7.10.jar,\
OSGI-INF/l10n/bundle.properties,\
OSGI-INF/
jars.extra.classpath = lib/rhino-1.7.6.jar
jars.extra.classpath = lib/rhino-1.7.10.jar
javacProjectSettings = true

View File

@ -24,7 +24,7 @@
<artifactItem>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.7.6</version>
<version>1.7.10</version>
<type>jar</type>
<overWrite>false</overWrite>
</artifactItem>