Skip to content

Commit b2bbc9b

Browse files
authored
Merge pull request #835 from hazendaz/master
Build updates - use commons logging now
2 parents 0d432a1 + 419b022 commit b2bbc9b

File tree

1 file changed

+7
-21
lines changed

1 file changed

+7
-21
lines changed

pom.xml

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,13 @@
201201
<artifactId>commons-dbcp2</artifactId>
202202
<version>2.13.0</version>
203203
<optional>true</optional>
204-
<exclusions>
205-
<exclusion>
206-
<groupId>commons-logging</groupId>
207-
<artifactId>commons-logging</artifactId>
208-
</exclusion>
209-
</exclusions>
204+
</dependency>
205+
206+
<dependency>
207+
<groupId>commons-logging</groupId>
208+
<artifactId>commons-logging</artifactId>
209+
<version>1.3.5</version>
210+
<optional>true</optional>
210211
</dependency>
211212

212213
<dependency>
@@ -266,12 +267,6 @@
266267
<scope>test</scope>
267268
</dependency>
268269

269-
<dependency>
270-
<groupId>org.slf4j</groupId>
271-
<artifactId>jcl-over-slf4j</artifactId>
272-
<version>${slf4j.version}</version>
273-
<scope>compile</scope>
274-
</dependency>
275270
<dependency>
276271
<groupId>org.slf4j</groupId>
277272
<artifactId>slf4j-api</artifactId>
@@ -388,15 +383,6 @@
388383
</build>
389384

390385
<profiles>
391-
<profile>
392-
<id>pre16</id>
393-
<activation>
394-
<jdk>(,16)</jdk>
395-
</activation>
396-
<properties>
397-
<derby.version>10.15.2.0</derby.version>
398-
</properties>
399-
</profile>
400386
<profile>
401387
<id>17</id>
402388
<activation>

0 commit comments

Comments
 (0)