Skip to content

Commit

Permalink
fix(embedded): fix camel hawtio not launching by downgrading slf4j …
Browse files Browse the repository at this point in the history
…to 2.0.11
  • Loading branch information
tadayosi committed Mar 24, 2024
1 parent 3e5fd1a commit 2f08d97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
<org-json-version>20240303</org-json-version>
<osgi-version>6.0.0</osgi-version>
<servlet-api-version>4.0.1</servlet-api-version>
<slf4j-version>2.0.12</slf4j-version>
<!-- Pin SLF4J version until https://issues.apache.org/jira/browse/CAMEL-20598 is resolved at SLF4J -->
<slf4j-version>2.0.11</slf4j-version>
<wildfly-version>11.0.0.Final</wildfly-version>
<wildfly-maven-plugin-version>1.2.1.Final</wildfly-maven-plugin-version>
<jaxb-version>2.3.2</jaxb-version>
Expand Down

0 comments on commit 2f08d97

Please sign in to comment.