Skip to content

Commit 735869e

Browse files
committed
[PATCH-3150] Align to SLF4J 1.7.32.redhat-00001, Log4j1 is not needed at all
1 parent 0658f81 commit 735869e

File tree

4 files changed

+33
-9
lines changed

4 files changed

+33
-9
lines changed

esb/esb-assembly/pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,27 @@
112112
<groupId>org.jboss.soa.bpel</groupId>
113113
<artifactId>riftsaw-dao-jpa-hibernate</artifactId>
114114
<version>${version.org.riftsaw.ode}</version>
115+
<exclusions>
116+
<exclusion>
117+
<groupId>log4j</groupId>
118+
<artifactId>log4j</artifactId>
119+
</exclusion>
120+
<exclusion>
121+
<groupId>org.slf4j</groupId>
122+
<artifactId>slf4j-log4j12</artifactId>
123+
</exclusion>
124+
</exclusions>
115125
</dependency>
116126
<dependency>
117127
<groupId>org.jboss.soa.bpel</groupId>
118128
<artifactId>riftsaw-dao-jpa</artifactId>
119129
<version>${version.org.riftsaw.ode}</version>
130+
<exclusions>
131+
<exclusion>
132+
<groupId>org.slf4j</groupId>
133+
<artifactId>slf4j-log4j12</artifactId>
134+
</exclusion>
135+
</exclusions>
120136
</dependency>
121137

122138
<dependency>

esb/esb-itests/common/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@
5858
<groupId>junit</groupId>
5959
<artifactId>junit</artifactId>
6060
</dependency>
61-
<dependency>
62-
<groupId>org.slf4j</groupId>
63-
<artifactId>slf4j-log4j12</artifactId>
64-
</dependency>
6561
<!-- Slf4j -->
6662
<dependency>
6763
<groupId>org.slf4j</groupId>

quickstarts/camel/camel-sap/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,7 @@
153153
</dependency>
154154
<dependency>
155155
<groupId>org.slf4j</groupId>
156-
<artifactId>slf4j-log4j12</artifactId>
157-
</dependency>
158-
<dependency>
159-
<groupId>log4j</groupId>
160-
<artifactId>log4j</artifactId>
156+
<artifactId>slf4j-simple</artifactId>
161157
</dependency>
162158
</dependencies>
163159

quickstarts/custom/pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,27 @@
160160
<groupId>org.jboss.soa.bpel</groupId>
161161
<artifactId>riftsaw-dao-jpa-hibernate</artifactId>
162162
<version>${version.org.riftsaw.ode}</version>
163+
<exclusions>
164+
<exclusion>
165+
<groupId>org.slf4j</groupId>
166+
<artifactId>slf4j-log4j12</artifactId>
167+
</exclusion>
168+
<exclusion>
169+
<groupId>log4j</groupId>
170+
<artifactId>log4j</artifactId>
171+
</exclusion>
172+
</exclusions>
163173
</dependency>
164174
<dependency>
165175
<groupId>org.jboss.soa.bpel</groupId>
166176
<artifactId>riftsaw-dao-jpa</artifactId>
167177
<version>${version.org.riftsaw.ode}</version>
178+
<exclusions>
179+
<exclusion>
180+
<groupId>org.slf4j</groupId>
181+
<artifactId>slf4j-log4j12</artifactId>
182+
</exclusion>
183+
</exclusions>
168184
</dependency>
169185
<dependency>
170186
<groupId>org.jboss.fuse</groupId>

0 commit comments

Comments
 (0)