Skip to content

Commit

Permalink
adding exclusions for jcl-over-slf4j in jbpm-spring-boot-autoconfigur…
Browse files Browse the repository at this point in the history
…ation

      <exclusions>
        <exclusion>
          <groupId>org.slf4j</groupId>
          <artifactId>jcl-over-slf4j</artifactId>
        </exclusion>
      </exclusions>
  • Loading branch information
mareknovotny authored Mar 21, 2024
1 parent 444e80c commit 191d0c4
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-workitems-rest</artifactId>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
Expand Down Expand Up @@ -95,6 +101,12 @@
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-human-task-audit</artifactId>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
Expand Down Expand Up @@ -249,4 +261,4 @@
</exclusions>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 191d0c4

Please sign in to comment.