File tree Expand file tree Collapse file tree 4 files changed +33
-9
lines changed Expand file tree Collapse file tree 4 files changed +33
-9
lines changed Original file line number Diff line number Diff line change 112
112
<groupId >org.jboss.soa.bpel</groupId >
113
113
<artifactId >riftsaw-dao-jpa-hibernate</artifactId >
114
114
<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 >
115
125
</dependency >
116
126
<dependency >
117
127
<groupId >org.jboss.soa.bpel</groupId >
118
128
<artifactId >riftsaw-dao-jpa</artifactId >
119
129
<version >${version.org.riftsaw.ode} </version >
130
+ <exclusions >
131
+ <exclusion >
132
+ <groupId >org.slf4j</groupId >
133
+ <artifactId >slf4j-log4j12</artifactId >
134
+ </exclusion >
135
+ </exclusions >
120
136
</dependency >
121
137
122
138
<dependency >
Original file line number Diff line number Diff line change 58
58
<groupId >junit</groupId >
59
59
<artifactId >junit</artifactId >
60
60
</dependency >
61
- <dependency >
62
- <groupId >org.slf4j</groupId >
63
- <artifactId >slf4j-log4j12</artifactId >
64
- </dependency >
65
61
<!-- Slf4j -->
66
62
<dependency >
67
63
<groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 153
153
</dependency >
154
154
<dependency >
155
155
<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 >
161
157
</dependency >
162
158
</dependencies >
163
159
Original file line number Diff line number Diff line change 160
160
<groupId >org.jboss.soa.bpel</groupId >
161
161
<artifactId >riftsaw-dao-jpa-hibernate</artifactId >
162
162
<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 >
163
173
</dependency >
164
174
<dependency >
165
175
<groupId >org.jboss.soa.bpel</groupId >
166
176
<artifactId >riftsaw-dao-jpa</artifactId >
167
177
<version >${version.org.riftsaw.ode} </version >
178
+ <exclusions >
179
+ <exclusion >
180
+ <groupId >org.slf4j</groupId >
181
+ <artifactId >slf4j-log4j12</artifactId >
182
+ </exclusion >
183
+ </exclusions >
168
184
</dependency >
169
185
<dependency >
170
186
<groupId >org.jboss.fuse</groupId >
You can’t perform that action at this time.
0 commit comments