[java-parent-project] branch master updated: JPAR-121 - Add managed runtime dependency for rhino-runtime

Ian Young ian at iay.org.uk
Fri Feb 28 04:22:21 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=0d19d8a2c343e37e44a92485837c6ad946176389

The following commit(s) were added to refs/heads/master by this push:
       new  0d19d8a   JPAR-121 - Add managed runtime dependency for rhino-runtime
0d19d8a is described below

commit 0d19d8a2c343e37e44a92485837c6ad946176389
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Feb 28 09:22:17 2020 +0000

    JPAR-121 - Add managed runtime dependency for rhino-runtime
    
    https://issues.shibboleth.net/jira/browse/JPAR-121
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index bc4cb1a..ab2e9ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -535,6 +535,12 @@
                 <version>${rhino.version}</version>
                 <scope>runtime</scope>
             </dependency>
+            <dependency>
+                <groupId>org.mozilla</groupId>
+                <artifactId>rhino-runtime</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