personium / personium-engine

Additional module for personium-core to enable server-side JavaScript execution.
Apache License 2.0
16 stars 7 forks source link

update rhino version to 1.7.14 #155

Open yoh1496 opened 2 years ago

yoh1496 commented 2 years ago

updated rhino version to 1.7.14

Modified pom file.

modify test codes

To apply this change, I added io.personium.engine.PersoniumEngineExtension to allowed classes list in PersoniumClassShutterImpl

https://github.com/mozilla/rhino/issues/911

modify test configuration

To make tests able to work, I modified maven-resources-plugins configuration.