You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2022/07/16 12:36:47 UTC

[directory-fortress-enmasse] branch master updated: 2.0.8 release preps

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-enmasse.git


The following commit(s) were added to refs/heads/master by this push:
     new 60d7d31  2.0.8 release preps
60d7d31 is described below

commit 60d7d31a52503b076b24d5e30de8a01f949f910f
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Sat Jul 16 07:36:40 2022 -0500

    2.0.8 release preps
---
 README-QUICKSTART.md                               |  24 ++---
 README.md                                          |  12 +--
 pom.xml                                            |   4 +-
 rest-tree.txt                                      | 101 -------------------
 .../fortress/rest/JsonSerializationTest.sav        |  44 ---------
 tree.txt                                           | 107 ---------------------
 6 files changed, 17 insertions(+), 275 deletions(-)

diff --git a/README-QUICKSTART.md b/README-QUICKSTART.md
index 66dc26a..c395b9c 100644
--- a/README-QUICKSTART.md
+++ b/README-QUICKSTART.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README-QUICKSTART for Apache Fortress Rest
- * version 2.0.7
+ * version 2.0.8
 
 -------------------------------------------------------------------------------
 ## Table of Contents
@@ -58,7 +58,7 @@ Set the java system properties in tomcat with the target ldap server's coordinat
  a. For OpenLDAP:
 
  ```
- JAVA_OPTS="-Dversion=2.0.7 -Dfortress.admin.user=cn=Manager,dc=example,dc=com -Dfortress.admin.pw=secret -Dfortress.config.root=ou=Config,dc=example,dc=com"
+ JAVA_OPTS="-Dversion=2.0.8 -Dfortress.admin.user=cn=Manager,dc=example,dc=com -Dfortress.admin.pw=secret -Dfortress.config.root=ou=Config,dc=example,dc=com"
  ```
 
  b. For ApacheDS:
@@ -71,7 +71,7 @@ Set the java system properties in tomcat with the target ldap server's coordinat
 #### 4. Download the fortress realm proxy jar into tomcat/lib folder:
 
   ```
-  wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.5/fortress-realm-proxy-2.0.5.jar -P $TOMCAT_HOME/lib
+  wget https://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.8/fortress-realm-proxy-2.0.8.jar -P $TOMCAT_HOME/lib
   ```
 
   where *TOMCAT_HOME* matches your target env.
@@ -79,7 +79,7 @@ Set the java system properties in tomcat with the target ldap server's coordinat
 #### 5. Download the fortress rest war into tomcat/webapps folder:
 
   ```
-  wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-rest/2.0.5/fortress-rest-2.0.5.war -P $TOMCAT_HOME/webapps
+  wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-rest/2.0.8/fortress-rest-2.0.8.war -P $TOMCAT_HOME/webapps
   ```
 
   where *TOMCAT_HOME* matches your target env.
@@ -93,16 +93,16 @@ ________________________________________________________________________________
 
  a. from git:
  ```
- git clone --branch 2.0.5  https://gitbox.apache.org/repos/asf/directory-fortress-enmasse.git
+ git clone --branch 2.0.8  https://gitbox.apache.org/repos/asf/directory-fortress-enmasse.git
  cd directory-fortress-enmasse
  mvn clean install
  ```
 
- b. or download package:
+ b. or [apache fortress downloads](https://directory.apache.org/fortress/download/download-sources.html)
+
  ```
- wget http://www.apache.org/dist/directory/fortress/dist/2.0.5/fortress-rest-2.0.5-source-release.zip
- unzip fortress-rest-2.0.5.zip
- cd fortress-rest-2.0.5
+ unzip fortress-rest-2.0.8.zip
+ cd fortress-rest-2.0.8
  mvn clean install
  ```
 
@@ -163,7 +163,7 @@ ________________________________________________________________________________
 
  a. Connect to an OpenLDAP over localhost, port 389 (defaults) using unencrypted connections.  The runtime has ARBAC02 checks enabled.
  ```concept
-JAVA_OPTS=" -Dversion=2.0.5                                     \ 
+JAVA_OPTS=" -Dversion=2.0.8                                     \ 
             -Dfortress.admin.user=cn=Manager,dc=example,dc=com  \ 
             -Dfortress.admin.pw=secret                          \ 
             -Dfortress.config.root=ou=Config,dc=example,dc=com  \
@@ -172,7 +172,7 @@ JAVA_OPTS=" -Dversion=2.0.5                                     \
 ```
  b. Connect to ApacheDS server over an encrypted connection, the truststore found on the classpath.
  ```concept
-JAVA_OPTS=" -Dversion=2.0.5                                      \
+JAVA_OPTS=" -Dversion=2.0.8                                      \
             -Dfortress.host=mydomainname.com                     \
             -Dfortress.port=1636                                 \
             -Dfortress.ldap.server.type=apacheds                 \             
@@ -187,7 +187,7 @@ JAVA_OPTS=" -Dversion=2.0.5                                      \
 
  c. This one OpenLDAP again, use encrypted connections, truststore located on fully qualified path.
  ```concept
-JAVA_OPTS=" -Dversion=2.0.5-SNAPSHOT                                        \
+JAVA_OPTS=" -Dversion=2.0.8                                                 \
             -Dfortress.host=mydomainname.com                                \
             -Dfortress.port=636                                             \
             -Dfortress.ldap.server.type=openldap                            \             
diff --git a/README.md b/README.md
index a9714f2..9131a72 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README for Apache Fortress Rest
- * Version 2.0.7
+ * Version 2.0.8
  * Apache Fortress Rest System Architecture Diagram
  ![Apache Fortress Rest System Architecture](images/fortress-rest-system-arch.png "Apache Fortress Rest System Architecture")
 
@@ -91,13 +91,7 @@ Everything else covered in steps that follow.  Tested on Debian, Centos systems.
  cd directory-fortress-enmasse
  ```
 
- b. or download package:
-
- ```
- wget http://www.apache.org/dist/directory/fortress/dist/2.0.5/fortress-rest-2.0.5-source-release.zip
- unzip fortress-rest-2.0.5.zip
- cd fortress-rest-2.0.5
- ```
+ b. or [apache fortress downloads](https://directory.apache.org/fortress/download/download-sources.html)
 
 #### 2. Build the source.
 
@@ -131,7 +125,7 @@ This web app uses Java EE security.
 #### 1. Download the fortress realm proxy jar into tomcat/lib folder:
 
   ```bash
-  wget https://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.5/fortress-realm-proxy-2.0.5.jar -P $TOMCAT_HOME/lib
+  wget https://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.8/fortress-realm-proxy-2.0.8.jar -P $TOMCAT_HOME/lib
   ```
 
  * Where `$TOMCAT_HOME` points to the execution env.
diff --git a/pom.xml b/pom.xml
index d9a0ee7..8c5a62e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
     <title>${project.name} ${project.version}</title>
     <java.version>1.8</java.version>
     <!-- Dependencies version -->
-    <fortress.realm.version>2.0.7</fortress.realm.version>
+    <fortress.realm.version>2.0.8</fortress.realm.version>
     <cxf.version>3.5.3</cxf.version>
     <httpclient.version>3.1</httpclient.version>
     <java.version>1.8</java.version>
@@ -162,7 +162,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>5.3.21</version>
+      <version>5.3.22</version>
     </dependency>
 
     <dependency>
diff --git a/rest-tree.txt b/rest-tree.txt
deleted file mode 100644
index 5392e53..0000000
--- a/rest-tree.txt
+++ /dev/null
@@ -1,101 +0,0 @@
-[INFO] Scanning for projects...
-[WARNING] 
-[WARNING] Some problems were encountered while building the effective model for org.apache.directory.fortress:fortress-rest:war:2.0.8-SNAPSHOT
-[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:tomcat-maven-plugin is missing. @ line 414, column 15
-[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
-[WARNING] 
-[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
-[WARNING] 
-[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
-[WARNING] 
-[INFO] 
-[INFO] ------------< org.apache.directory.fortress:fortress-rest >-------------
-[INFO] Building Apache Fortress Rest 2.0.8-SNAPSHOT
-[INFO] --------------------------------[ war ]---------------------------------
-[INFO] 
-[INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ fortress-rest ---
-[INFO] org.apache.directory.fortress:fortress-rest:war:2.0.8-SNAPSHOT
-[INFO] +- org.apache.directory.fortress:fortress-realm-impl:jar:2.0.8-SNAPSHOT:compile
-[INFO] |  +- org.apache.directory.fortress:fortress-core:jar:2.0.8-SNAPSHOT:compile
-[INFO] |  |  +- org.apache.directory.api:api-all:jar:2.1.0:compile
-[INFO] |  |  |  +- org.apache.servicemix.bundles:org.apache.servicemix.bundles.xpp3:jar:1.1.4c_7:compile
-[INFO] |  |  |  +- org.apache.servicemix.bundles:org.apache.servicemix.bundles.dom4j:jar:2.1.3_1:compile
-[INFO] |  |  |  +- org.apache.commons:commons-pool2:jar:2.9.0:compile
-[INFO] |  |  |  +- org.apache.mina:mina-core:jar:2.1.3:compile
-[INFO] |  |  |  +- org.apache.commons:commons-lang3:jar:3.12.0:compile
-[INFO] |  |  |  \- org.apache.servicemix.bundles:org.apache.servicemix.bundles.antlr:jar:2.7.7_5:compile
-[INFO] |  |  +- org.apache.directory.api:api-ldap-extras-codec:jar:2.1.0:compile
-[INFO] |  |  |  +- org.apache.directory.api:api-ldap-codec-core:jar:2.1.0:compile
-[INFO] |  |  |  |  +- org.apache.directory.api:api-util:jar:2.1.0:compile
-[INFO] |  |  |  |  +- org.apache.directory.api:api-asn1-api:jar:2.1.0:compile
-[INFO] |  |  |  |  +- org.apache.directory.api:api-asn1-ber:jar:2.1.0:compile
-[INFO] |  |  |  |  +- org.apache.directory.api:api-i18n:jar:2.1.0:compile
-[INFO] |  |  |  |  \- org.apache.directory.api:api-ldap-model:jar:2.1.0:compile
-[INFO] |  |  |  \- org.apache.directory.api:api-ldap-extras-codec-api:jar:2.1.0:compile
-[INFO] |  |  +- commons-configuration:commons-configuration:jar:1.10:compile
-[INFO] |  |  |  \- commons-lang:commons-lang:jar:2.6:compile
-[INFO] |  |  +- commons-io:commons-io:jar:2.11.0:compile
-[INFO] |  |  +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
-[INFO] |  |  |  \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile
-[INFO] |  |  +- net.sf.ehcache:ehcache:jar:2.10.9.2:compile
-[INFO] |  |  +- org.apache.ant:ant:jar:1.10.12:compile
-[INFO] |  |  |  \- org.apache.ant:ant-launcher:jar:1.10.12:compile
-[INFO] |  |  +- org.jasypt:jasypt:jar:1.9.3:compile
-[INFO] |  |  +- org.jgrapht:jgrapht-core:jar:1.4.0:compile
-[INFO] |  |  |  \- org.jheaps:jheaps:jar:0.11:compile
-[INFO] |  |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.2:compile
-[INFO] |  |  +- org.openldap:accelerator-api:jar:1.0-RC41:compile
-[INFO] |  |  +- org.openldap:accelerator-impl:jar:1.0-RC41:compile
-[INFO] |  |  \- jakarta.platform:jakarta.jakartaee-api:jar:9.0.0:compile
-[INFO] |  +- org.apache.commons:commons-collections4:jar:4.4:compile
-[INFO] |  +- org.apache.logging.log4j:log4j-slf4j-impl:jar:2.17.2:compile
-[INFO] |  \- org.slf4j:slf4j-api:jar:1.7.36:compile
-[INFO] +- org.apache.cxf:cxf-core:jar:3.5.2:compile
-[INFO] |  +- org.glassfish.jaxb:jaxb-runtime:jar:2.3.5:compile
-[INFO] |  |  +- org.glassfish.jaxb:txw2:jar:2.3.5:compile
-[INFO] |  |  \- com.sun.istack:istack-commons-runtime:jar:3.0.12:compile
-[INFO] |  +- com.fasterxml.woodstox:woodstox-core:jar:6.2.7:compile
-[INFO] |  |  \- org.codehaus.woodstox:stax2-api:jar:4.2.1:compile
-[INFO] |  +- org.apache.ws.xmlschema:xmlschema-core:jar:2.3.0:compile
-[INFO] |  +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
-[INFO] |  +- jakarta.xml.ws:jakarta.xml.ws-api:jar:2.3.3:compile
-[INFO] |  +- jakarta.jws:jakarta.jws-api:jar:2.1.0:compile
-[INFO] |  +- jakarta.xml.soap:jakarta.xml.soap-api:jar:1.4.2:compile
-[INFO] |  +- com.sun.activation:jakarta.activation:jar:1.2.2:compile
-[INFO] |  +- com.sun.xml.messaging.saaj:saaj-impl:jar:1.5.3:runtime
-[INFO] |  |  \- org.jvnet.staxex:stax-ex:jar:1.8.3:runtime
-[INFO] |  \- org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar:1.1.1:compile
-[INFO] +- org.apache.cxf:cxf-rt-frontend-jaxrs:jar:3.5.2:compile
-[INFO] |  +- jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6:compile
-[INFO] |  +- org.apache.cxf:cxf-rt-transports-http:jar:3.5.2:compile
-[INFO] |  \- org.apache.cxf:cxf-rt-security:jar:3.5.2:compile
-[INFO] +- com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider:jar:2.13.2:compile
-[INFO] |  +- com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-base:jar:2.13.2:compile
-[INFO] |  |  +- com.fasterxml.jackson.core:jackson-core:jar:2.13.2:compile
-[INFO] |  |  \- com.fasterxml.jackson.core:jackson-databind:jar:2.13.2:compile
-[INFO] |  \- com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:jar:2.13.2:compile
-[INFO] +- org.springframework:spring-core:jar:5.3.19:compile
-[INFO] |  \- org.springframework:spring-jcl:jar:5.3.19:compile
-[INFO] +- org.springframework.security:spring-security-web:jar:5.6.2:compile
-[INFO] |  +- org.springframework.security:spring-security-core:jar:5.6.2:compile
-[INFO] |  |  \- org.springframework.security:spring-security-crypto:jar:5.6.2:compile
-[INFO] |  +- org.springframework:spring-aop:jar:5.3.16:compile
-[INFO] |  +- org.springframework:spring-beans:jar:5.3.16:compile
-[INFO] |  +- org.springframework:spring-context:jar:5.3.16:compile
-[INFO] |  +- org.springframework:spring-expression:jar:5.3.16:compile
-[INFO] |  \- org.springframework:spring-web:jar:5.3.16:compile
-[INFO] +- org.apache.logging.log4j:log4j-api:jar:2.17.2:compile
-[INFO] +- org.apache.logging.log4j:log4j-core:jar:2.17.2:compile
-[INFO] +- commons-httpclient:commons-httpclient:jar:3.1:test
-[INFO] |  +- commons-logging:commons-logging:jar:1.0.4:compile
-[INFO] |  \- commons-codec:commons-codec:jar:1.2:compile
-[INFO] +- junit:junit:jar:4.13.2:test
-[INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:test
-[INFO] \- jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.0:compile
-[INFO]    \- jakarta.activation:jakarta.activation-api:jar:2.1.0:compile
-[INFO] ------------------------------------------------------------------------
-[INFO] BUILD SUCCESS
-[INFO] ------------------------------------------------------------------------
-[INFO] Total time:  1.655 s
-[INFO] Finished at: 2022-05-13T12:52:26-05:00
-[INFO] ------------------------------------------------------------------------
diff --git a/src/test/java/org/apache/directory/fortress/rest/JsonSerializationTest.sav b/src/test/java/org/apache/directory/fortress/rest/JsonSerializationTest.sav
deleted file mode 100644
index b83f55a..0000000
--- a/src/test/java/org/apache/directory/fortress/rest/JsonSerializationTest.sav
+++ /dev/null
@@ -1,44 +0,0 @@
-/*
- *   Licensed to the Apache Software Foundation (ASF) under one
- *   or more contributor license agreements.  See the NOTICE file
- *   distributed with this work for additional information
- *   regarding copyright ownership.  The ASF licenses this file
- *   to you under the Apache License, Version 2.0 (the
- *   "License"); you may not use this file except in compliance
- *   with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing,
- *   software distributed under the License is distributed on an
- *   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *   KIND, either express or implied.  See the License for the
- *   specific language governing permissions and limitations
- *   under the License.
- *
- */
-package org.apache.directory.fortress.rest;
-
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertNotNull;
-
-import org.apache.directory.fortress.core.model.User;
-import org.junit.Test;
-
-import com.fasterxml.jackson.databind.JsonNode;
-
-/**
- * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
- */
-public class JsonSerializationTest {
-    @Test
-    public void testFqcn() throws Exception {
-        User u = new User();
-        JacksonFieldOnlyMapper om = new JacksonFieldOnlyMapper();
-        byte[] data = om.writeValueAsBytes(u);
-        JsonNode json = om.readTree(data);
-        assertEquals(User.class.getName(), json.get("fqcn").asText());
-        User read = om.readValue(data, User.class);
-        assertNotNull(read);
-    }
-}
diff --git a/tree.txt b/tree.txt
deleted file mode 100644
index 742e319..0000000
--- a/tree.txt
+++ /dev/null
@@ -1,107 +0,0 @@
-[INFO] Scanning for projects...
-[WARNING] 
-[WARNING] Some problems were encountered while building the effective model for org.apache.directory.fortress:fortress-rest:war:2.0.8-SNAPSHOT
-[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:tomcat-maven-plugin is missing. @ line 298, column 15
-[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
-[WARNING] 
-[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
-[WARNING] 
-[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
-[WARNING] 
-[INFO] 
-[INFO] ------------< org.apache.directory.fortress:fortress-rest >-------------
-[INFO] Building Apache Fortress Rest 2.0.8-SNAPSHOT
-[INFO] --------------------------------[ war ]---------------------------------
-[INFO] 
-[INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ fortress-rest ---
-[INFO] org.apache.directory.fortress:fortress-rest:war:2.0.8-SNAPSHOT
-[INFO] +- org.apache.directory.fortress:fortress-realm-impl:jar:2.0.7:compile
-[INFO] |  +- org.apache.directory.fortress:fortress-core:jar:2.0.7:compile
-[INFO] |  |  +- org.apache.directory.api:api-all:jar:2.1.0:compile
-[INFO] |  |  |  +- org.apache.servicemix.bundles:org.apache.servicemix.bundles.xpp3:jar:1.1.4c_7:compile
-[INFO] |  |  |  +- org.apache.servicemix.bundles:org.apache.servicemix.bundles.dom4j:jar:2.1.3_1:compile
-[INFO] |  |  |  +- org.apache.commons:commons-pool2:jar:2.9.0:compile
-[INFO] |  |  |  +- org.apache.mina:mina-core:jar:2.1.3:compile
-[INFO] |  |  |  +- org.apache.commons:commons-lang3:jar:3.12.0:compile
-[INFO] |  |  |  \- org.apache.servicemix.bundles:org.apache.servicemix.bundles.antlr:jar:2.7.7_5:compile
-[INFO] |  |  +- org.apache.directory.api:api-ldap-extras-codec:jar:2.1.0:compile
-[INFO] |  |  |  +- org.apache.directory.api:api-ldap-codec-core:jar:2.1.0:compile
-[INFO] |  |  |  |  +- org.apache.directory.api:api-util:jar:2.1.0:compile
-[INFO] |  |  |  |  +- org.apache.directory.api:api-asn1-api:jar:2.1.0:compile
-[INFO] |  |  |  |  +- org.apache.directory.api:api-asn1-ber:jar:2.1.0:compile
-[INFO] |  |  |  |  +- org.apache.directory.api:api-i18n:jar:2.1.0:compile
-[INFO] |  |  |  |  \- org.apache.directory.api:api-ldap-model:jar:2.1.0:compile
-[INFO] |  |  |  \- org.apache.directory.api:api-ldap-extras-codec-api:jar:2.1.0:compile
-[INFO] |  |  +- commons-configuration:commons-configuration:jar:1.10:compile
-[INFO] |  |  |  \- commons-lang:commons-lang:jar:2.6:compile
-[INFO] |  |  +- commons-io:commons-io:jar:2.10.0:compile
-[INFO] |  |  +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
-[INFO] |  |  |  \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile
-[INFO] |  |  +- net.sf.ehcache:ehcache-core:jar:2.6.11:compile
-[INFO] |  |  +- org.apache.ant:ant:jar:1.10.12:compile
-[INFO] |  |  |  \- org.apache.ant:ant-launcher:jar:1.10.12:compile
-[INFO] |  |  +- org.jasypt:jasypt:jar:1.9.3:compile
-[INFO] |  |  +- org.jgrapht:jgrapht-core:jar:1.4.0:compile
-[INFO] |  |  |  \- org.jheaps:jheaps:jar:0.11:compile
-[INFO] |  |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.12.3:compile
-[INFO] |  |  +- org.openldap:accelerator-api:jar:1.0-RC41:compile
-[INFO] |  |  +- org.openldap:accelerator-impl:jar:1.0-RC41:compile
-[INFO] |  |  +- javax:javaee-api:jar:8.0.1:compile
-[INFO] |  |  |  \- com.sun.mail:javax.mail:jar:1.6.2:compile
-[INFO] |  |  |     \- javax.activation:activation:jar:1.1:compile
-[INFO] |  |  \- javax.xml.bind:jaxb-api:jar:2.3.0:compile
-[INFO] |  +- org.apache.commons:commons-collections4:jar:4.4:compile
-[INFO] |  +- org.apache.logging.log4j:log4j-slf4j-impl:jar:2.15.0:compile
-[INFO] |  \- org.slf4j:slf4j-api:jar:1.7.29:compile
-[INFO] +- org.apache.cxf:cxf-core:jar:3.5.1:compile
-[INFO] |  +- org.glassfish.jaxb:jaxb-runtime:jar:2.3.5:compile
-[INFO] |  +- com.fasterxml.woodstox:woodstox-core:jar:6.2.7:compile
-[INFO] |  |  \- org.codehaus.woodstox:stax2-api:jar:4.2.1:compile
-[INFO] |  +- org.apache.ws.xmlschema:xmlschema-core:jar:2.3.0:compile
-[INFO] |  +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:compile
-[INFO] |  |  \- jakarta.activation:jakarta.activation-api:jar:1.2.2:compile
-[INFO] |  +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
-[INFO] |  +- jakarta.xml.ws:jakarta.xml.ws-api:jar:2.3.3:compile
-[INFO] |  +- jakarta.jws:jakarta.jws-api:jar:2.1.0:compile
-[INFO] |  +- jakarta.xml.soap:jakarta.xml.soap-api:jar:1.4.2:compile
-[INFO] |  +- com.sun.activation:jakarta.activation:jar:1.2.2:compile
-[INFO] |  +- com.sun.xml.messaging.saaj:saaj-impl:jar:1.5.3:runtime
-[INFO] |  |  \- org.jvnet.staxex:stax-ex:jar:1.8.3:runtime
-[INFO] |  \- org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar:1.1.1:compile
-[INFO] +- org.apache.cxf:cxf-rt-frontend-jaxrs:jar:3.5.1:compile
-[INFO] |  +- jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6:compile
-[INFO] |  +- org.apache.cxf:cxf-rt-transports-http:jar:3.5.1:compile
-[INFO] |  \- org.apache.cxf:cxf-rt-security:jar:3.5.1:compile
-[INFO] +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.13.2:compile
-[INFO] |  +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.13.2:compile
-[INFO] |  |  +- com.fasterxml.jackson.core:jackson-core:jar:2.13.2:compile
-[INFO] |  |  \- com.fasterxml.jackson.core:jackson-databind:jar:2.13.2:compile
-[INFO] |  \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.13.2:compile
-[INFO] +- org.springframework:spring-core:jar:5.3.17:compile
-[INFO] |  \- org.springframework:spring-jcl:jar:5.3.17:compile
-[INFO] +- org.springframework.security:spring-security-web:jar:5.6.2:compile
-[INFO] |  +- org.springframework.security:spring-security-core:jar:5.6.2:compile
-[INFO] |  |  \- org.springframework.security:spring-security-crypto:jar:5.6.2:compile
-[INFO] |  +- org.springframework:spring-aop:jar:5.3.16:compile
-[INFO] |  +- org.springframework:spring-beans:jar:5.3.16:compile
-[INFO] |  +- org.springframework:spring-context:jar:5.3.16:compile
-[INFO] |  +- org.springframework:spring-expression:jar:5.3.16:compile
-[INFO] |  \- org.springframework:spring-web:jar:5.3.16:compile
-[INFO] +- org.apache.logging.log4j:log4j-api:jar:2.17.2:compile
-[INFO] +- org.apache.logging.log4j:log4j-core:jar:2.17.2:compile
-[INFO] +- commons-httpclient:commons-httpclient:jar:3.1:test
-[INFO] |  +- commons-logging:commons-logging:jar:1.0.4:compile
-[INFO] |  \- commons-codec:commons-codec:jar:1.2:compile
-[INFO] +- junit:junit:jar:4.13.2:test
-[INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:test
-[INFO] +- com.sun.xml.bind:jaxb-impl:jar:3.0.2:compile
-[INFO] |  \- com.sun.xml.bind:jaxb-core:jar:3.0.2:compile
-[INFO] \- org.glassfish.jaxb:jaxb-core:jar:3.0.2:compile
-[INFO]    +- org.glassfish.jaxb:txw2:jar:3.0.2:compile
-[INFO]    \- com.sun.istack:istack-commons-runtime:jar:4.0.1:compile
-[INFO] ------------------------------------------------------------------------
-[INFO] BUILD SUCCESS
-[INFO] ------------------------------------------------------------------------
-[INFO] Total time:  1.754 s
-[INFO] Finished at: 2022-04-10T12:53:53-05:00
-[INFO] ------------------------------------------------------------------------