chg: upgraded rhino to version 1.7.9

This commit is contained in:
Tobi Schäfer 2018-04-29 21:32:18 +02:00
parent 1008524b35
commit 938456e014
4 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ dependencies {
compile group: 'org.ccil.cowan.tagsoup', name: 'tagsoup', version: '1.2.1'
compile group: 'org.eclipse.jetty', name: 'jetty-servlet', version: '9.4.3.v20170317'
compile group: 'org.eclipse.jetty', name: 'jetty-xml', version: '9.4.3.v20170317'
compile group: 'org.mozilla', name: 'rhino', version: '1.7.7.1'
compile group: 'org.mozilla', name: 'rhino', version: '1.7.9'
compile group: 'xerces', name: 'xercesImpl', version: '2.11.0'
// Potential replacement for apache-dom
//compile group: 'xmlrpc', name: 'xmlrpc', version: '2.0.1'

Binary file not shown.

BIN
lib/rhino-1.7.9.jar Normal file

Binary file not shown.

View file

@ -50,7 +50,7 @@ public class Main {
"jetty-util-9.4.3.v20170317.jar",
"jetty-xml-9.4.3.v20170317.jar",
"mail-1.4.7.jar",
"rhino-1.7.7.1.jar",
"rhino-1.7.9.jar",
"tagsoup-1.2.1.jar",
"xmlrpc-2.0.1.jar"
};