Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit d1bdd25

Browse files
authored
Merge pull request #137 from NotMyFault/whitespace-fix
fix: NSFE at WHITESPACE
2 parents 7b1da71 + 817ee1d commit d1bdd25

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

pom.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@
8686
<groupId>org.apache.httpcomponents</groupId>
8787
<artifactId>httpcore</artifactId>
8888
</exclusion>
89+
<exclusion>
90+
<groupId>org.slf4j</groupId>
91+
<artifactId>slf4j-api</artifactId>
92+
</exclusion>
8993
</exclusions>
9094
</dependency>
9195
<dependency>
@@ -96,18 +100,12 @@
96100
<dependency>
97101
<groupId>com.github.pircbotx</groupId>
98102
<artifactId>pircbotx</artifactId>
99-
<version>2.2</version>
100-
<exclusions>
101-
<exclusion>
102-
<groupId>com.google.guava</groupId>
103-
<artifactId>guava</artifactId>
104-
</exclusion>
105-
</exclusions>
103+
<version>master-v2.3-gb1b48bf-9</version>
106104
</dependency>
107105
<dependency>
108106
<groupId>org.apache.commons</groupId>
109107
<artifactId>commons-lang3</artifactId>
110-
<version>3.9</version>
108+
<version>3.12.0</version>
111109
</dependency>
112110
<dependency>
113111
<groupId>commons-io</groupId>

0 commit comments

Comments
 (0)