Skip to content

Commit

Permalink
downgrade commons-logging due to log4j issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaenick committed Jan 9, 2024
1 parent 4a29547 commit c785b91
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,13 @@
<artifactId>commons-collections4</artifactId>
<version>4.4</version>
</dependency>

<!-- upgrading this causes problems with log4j-api; e.g. when trying
to open the habitat wizard. verify everything before upgrading! -->
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.3.0</version>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
Expand Down

0 comments on commit c785b91

Please sign in to comment.