Skip to content

Commit f039717

Browse files
51Degree: Remove Redundant Logback Dependency (#3552)
1 parent 4286f77 commit f039717

File tree

1 file changed

+0
-14
lines changed
  • extra/modules/fiftyone-devicedetection

1 file changed

+0
-14
lines changed

extra/modules/fiftyone-devicedetection/pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
<properties>
1717
<fiftyone-device-detection.version>4.4.94</fiftyone-device-detection.version>
18-
<logback.version>1.2.13</logback.version>
1918
</properties>
2019

2120
<dependencies>
@@ -32,18 +31,5 @@
3231
<artifactId>device-detection</artifactId>
3332
<version>${fiftyone-device-detection.version}</version>
3433
</dependency>
35-
36-
<dependency>
37-
<groupId>ch.qos.logback</groupId>
38-
<artifactId>logback-classic</artifactId>
39-
<version>${logback.version}</version>
40-
<scope>test</scope>
41-
</dependency>
42-
<dependency>
43-
<groupId>ch.qos.logback</groupId>
44-
<artifactId>logback-core</artifactId>
45-
<version>${logback.version}</version>
46-
<scope>test</scope>
47-
</dependency>
4834
</dependencies>
4935
</project>

0 commit comments

Comments
 (0)