chg: upgraded rhino to version 1.7.9
This commit is contained in:
parent
8d62f24bee
commit
c07e4a9d7f
3 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
BIN
lib/rhino-1.7.9.jar
Normal file
BIN
lib/rhino-1.7.9.jar
Normal file
Binary file not shown.
|
@ -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"
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue