[java-parent-project] branch master updated: JPAR-121 - Add managed runtime dependency for rhino
Ian Young
ian at iay.org.uk
Thu Feb 27 08:42:49 EST 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=31679e5783b5b8fcc7549e546a322cd16f5e6f08
The following commit(s) were added to refs/heads/master by this push:
new 31679e5 JPAR-121 - Add managed runtime dependency for rhino
31679e5 is described below
commit 31679e5783b5b8fcc7549e546a322cd16f5e6f08
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Feb 27 13:41:11 2020 +0000
JPAR-121 - Add managed runtime dependency for rhino
https://issues.shibboleth.net/jira/browse/JPAR-121
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index f7ba4e5..6a9f3b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,6 +38,7 @@
<logback.version>1.2.3</logback.version>
<metrics.version>4.1.3</metrics.version>
<jackson.version>2.10.2</jackson.version>
+ <rhino.version>1.7.12</rhino.version>
<slf4j.groupId>org.slf4j</slf4j.groupId>
<slf4j.version>1.7.30</slf4j.version>
<spring.groupId>org.springframework</spring.groupId>
@@ -528,6 +529,12 @@
<version>${jakarta.jaxb.version}</version>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>org.mozilla</groupId>
+ <artifactId>rhino</artifactId>
+ <version>${rhino.version}</version>
+ <scope>runtime</scope>
+ </dependency>
<!-- Test dependencies -->
<dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list