chg: updated rhino to version 1.7.7.1

This commit is contained in:
Tobi Schäfer 2016-12-17 18:05:14 +01:00
parent 049ee71b43
commit 29743f0608
4 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ dependencies {
compile group: 'org.eclipse.jetty', name: 'jetty-servlet', version: '8.1.22.v20160922'
compile group: 'org.eclipse.jetty', name: 'jetty-xml', version: '8.1.22.v20160922'
compile group: 'javax.mail', name: 'mail', version: '1.4.7'
compile group: 'org.mozilla', name: 'rhino', version: '1.7R5'
compile group: 'org.mozilla', name: 'rhino', version: '1.7.7.1'
compile group: 'org.ccil.cowan.tagsoup', name: 'tagsoup', version: '1.2.1'
compile group: 'xmlrpc', name: 'xmlrpc', version: '2.0.1'
}

BIN
lib/rhino-1.7.7.1.jar Normal file

Binary file not shown.

Binary file not shown.

View file

@ -35,7 +35,7 @@ import java.util.ArrayList;
*/
public class Main {
public static final String[] jars = {
"helma.jar", "rhino-1.7R5.jar",
"helma.jar", "rhino-1.7.7.1.jar",
"commons-logging-1.2.jar",
"xmlrpc-2.0.1.jar", "mail-1.4.7.jar", "activation-1.1.jar",
"commons-fileupload-1.3.2.jar", "commons-codec-1-10.jar",