Skip to content
This repository was archived by the owner on Nov 10, 2021. It is now read-only.

Commit 0d4b80c

Browse files
committed
Merge branch 'develop' into feature/inventory
2 parents 9cec7ef + 55be09b commit 0d4b80c

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,10 @@
4141

4242
<dependencies>
4343
<!-- Logging -->
44-
<dependency>
45-
<groupId>org.slf4j</groupId>
46-
<artifactId>slf4j-api</artifactId>
47-
<version>1.7.26</version>
48-
<scope>compile</scope>
49-
</dependency>
5044
<dependency>
5145
<groupId>org.slf4j</groupId>
5246
<artifactId>slf4j-log4j12</artifactId>
53-
<version>1.7.6</version>
47+
<version>1.7.26</version>
5448
<scope>compile</scope>
5549
</dependency>
5650

@@ -59,7 +53,6 @@
5953
<groupId>org.projectlombok</groupId>
6054
<artifactId>lombok</artifactId>
6155
<version>1.18.6</version>
62-
<scope>provided</scope>
6356
</dependency>
6457

6558
<!--Spigot API -->

0 commit comments

Comments
 (0)