[java-identity-provider] branch maint-3.4 updated: IDP-1401 - Add UnboundID jars to distribution.

Scott Cantor cantor.2 at osu.edu
Mon Apr 15 21:26:42 EDT 2019


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

scantor pushed a commit to branch maint-3.4
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=fe420cb61f86d07eea136fdc80528156baf4b351

The following commit(s) were added to refs/heads/maint-3.4 by this push:
       new  fe420cb   IDP-1401 - Add UnboundID jars to distribution.
fe420cb is described below

commit fe420cb61f86d07eea136fdc80528156baf4b351
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Apr 15 21:25:16 2019 -0400

    IDP-1401 - Add UnboundID jars to distribution.
    
    Backport add of jars to distribution.
---
 idp-distribution/pom.xml | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 03321e5..a7a7b37 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -82,6 +82,19 @@
             <version>${metrics.version}</version>
             <scope>runtime</scope>
         </dependency>
+
+        <dependency>
+            <groupId>org.ldaptive</groupId>
+            <artifactId>ldaptive-unboundid</artifactId>
+            <version>${ldaptive.version}</version>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>com.unboundid</groupId>
+            <artifactId>unboundid-ldapsdk</artifactId>
+            <version>4.0.9</version>
+            <scope>runtime</scope>
+        </dependency>
         
         <!-- Test Dependencies -->
 
@@ -215,6 +228,19 @@
                                     <groupId>${slf4j.groupId}</groupId>
                                     <artifactId>jcl-over-slf4j</artifactId>
                                 </artifactItem>
+                                <!-- Support for JVM metrics, per IDP-1205. -->
+                                <artifactItem>
+                                    <groupId>io.dropwizard.metrics</groupId>
+                                    <artifactId>metrics-jvm</artifactId>
+                                </artifactItem>
+                                <artifactItem>
+                                    <groupId>org.ldaptive</groupId>
+                                    <artifactId>ldaptive-unboundid</artifactId>
+                                </artifactItem>
+                                <artifactItem>
+                                    <groupId>com.unboundid</groupId>
+                                    <artifactId>unboundid-ldapsdk</artifactId>
+                                </artifactItem>
                             </artifactItems>
                             <outputDirectory>${idp.assemblyDirectory}/webapp/WEB-INF/lib/</outputDirectory>
                         </configuration>

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


More information about the commits mailing list