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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 49cc8ba1c8 ARTEMIS-4168 fix Keycloak example deps
49cc8ba1c8 is described below

commit 49cc8ba1c89bb61628afa5b21376cf01ffb67b1e
Author: Justin Bertram <[email protected]>
AuthorDate: Mon Feb 13 15:14:45 2023 -0600

    ARTEMIS-4168 fix Keycloak example deps
---
 examples/features/standard/security-keycloak/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/examples/features/standard/security-keycloak/pom.xml 
b/examples/features/standard/security-keycloak/pom.xml
index 80d8125761..034991dcb0 100644
--- a/examples/features/standard/security-keycloak/pom.xml
+++ b/examples/features/standard/security-keycloak/pom.xml
@@ -34,6 +34,7 @@ under the License.
    <properties>
       <activemq.basedir>${project.basedir}/../../../..</activemq.basedir>
       <version.org.keycloak>19.0.2</version.org.keycloak>
+      <version.jboss.logging>3.5.0.Final</version.jboss.logging>
    </properties>
 
    <dependencies>
@@ -86,6 +87,7 @@ under the License.
                         
<arg>org.keycloak:keycloak-adapter-core:jar:${version.org.keycloak}</arg>
                         
<arg>org.keycloak:keycloak-core:jar:${version.org.keycloak}</arg>
                         
<arg>org.apache.httpcomponents:httpclient:jar:${apache.httpclient.version}</arg>
+                        
<arg>org.jboss.logging:jboss-logging:jar:${version.jboss.logging}</arg>
                      </libListWithDeps>
                   </configuration>
                </execution>
@@ -146,6 +148,11 @@ under the License.
                   <artifactId>httpclient</artifactId>
                   <version>${apache.httpclient.version}</version>
                </dependency>
+               <dependency>
+                  <groupId>org.jboss.logging</groupId>
+                  <artifactId>jboss-logging</artifactId>
+                  <version>${version.jboss.logging}</version>
+               </dependency>
             </dependencies>
          </plugin>
          <plugin>

Reply via email to