Skip to content

Commit c42566c

Browse files
committed
[pom] Reorder entries in pom to align all loggers together
One type is just the support layer, the other type is support + testing
1 parent 53dacab commit c42566c

File tree

1 file changed

+28
-24
lines changed

1 file changed

+28
-24
lines changed

pom.xml

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -173,30 +173,6 @@
173173
<scope>compile</scope>
174174
<optional>true</optional>
175175
</dependency>
176-
<dependency>
177-
<groupId>org.slf4j</groupId>
178-
<artifactId>slf4j-api</artifactId>
179-
<version>2.0.9</version>
180-
<optional>true</optional>
181-
</dependency>
182-
<dependency>
183-
<groupId>ch.qos.reload4j</groupId>
184-
<artifactId>reload4j</artifactId>
185-
<version>1.2.25</version>
186-
<optional>true</optional>
187-
</dependency>
188-
<dependency>
189-
<groupId>org.apache.logging.log4j</groupId>
190-
<artifactId>log4j-api</artifactId>
191-
<version>${log4j.version}</version>
192-
<optional>true</optional>
193-
</dependency>
194-
<dependency>
195-
<groupId>commons-logging</groupId>
196-
<artifactId>commons-logging</artifactId>
197-
<version>1.3.0</version>
198-
<optional>true</optional>
199-
</dependency>
200176
<dependency>
201177
<groupId>cglib</groupId>
202178
<artifactId>cglib</artifactId>
@@ -321,6 +297,34 @@
321297
<version>${mssql-jdbc.version}</version>
322298
<scope>provided</scope>
323299
</dependency>
300+
301+
<!-- Logging Support -->
302+
<dependency>
303+
<groupId>ch.qos.reload4j</groupId>
304+
<artifactId>reload4j</artifactId>
305+
<version>1.2.25</version>
306+
<optional>true</optional>
307+
</dependency>
308+
<dependency>
309+
<groupId>commons-logging</groupId>
310+
<artifactId>commons-logging</artifactId>
311+
<version>1.3.0</version>
312+
<optional>true</optional>
313+
</dependency>
314+
<dependency>
315+
<groupId>org.apache.logging.log4j</groupId>
316+
<artifactId>log4j-api</artifactId>
317+
<version>${log4j.version}</version>
318+
<optional>true</optional>
319+
</dependency>
320+
<dependency>
321+
<groupId>org.slf4j</groupId>
322+
<artifactId>slf4j-api</artifactId>
323+
<version>2.0.9</version>
324+
<optional>true</optional>
325+
</dependency>
326+
327+
<!-- Logging Support used in testing -->
324328
<dependency>
325329
<groupId>ch.qos.logback</groupId>
326330
<artifactId>logback-classic</artifactId>

0 commit comments

Comments
 (0)