[java-idp-testbed] branch master updated: Add janino as runtime dependency.

Scott Cantor cantor.2 at osu.edu
Fri May 1 17:41:53 UTC 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-idp-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=9c8f69437371c3e9a75766b3dd64c02029e8e7af

The following commit(s) were added to refs/heads/master by this push:
       new  9c8f694   Add janino as runtime dependency.
9c8f694 is described below

commit 9c8f69437371c3e9a75766b3dd64c02029e8e7af
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri May 1 13:41:58 2020 -0400

    Add janino as runtime dependency.
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1a3634b..ab00fda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -265,6 +265,11 @@
             <artifactId>logback-access</artifactId>
             <scope>runtime</scope>
         </dependency>
+        <dependency>
+            <groupId>org.codehaus.janino</groupId>
+            <artifactId>janino</artifactId>
+            <scope>runtime</scope>
+        </dependency>
         <dependency>
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>jetty-server</artifactId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list