Skip to content

Commit adfaa8f

Browse files
committed
no dep on guava
1 parent 5b10578 commit adfaa8f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<modelVersion>4.0.0</modelVersion>
2929
<groupId>io.github.q3769</groupId>
3030
<artifactId>chunk4j</artifactId>
31-
<version>20230309.0.4</version>
31+
<version>20230309.0.5</version>
3232
<packaging>jar</packaging>
3333
<name>chunk4j</name>
3434
<description>A Java API to chop up larger data blobs into smaller "chunks" of a pre-defined size, and stitch the
@@ -137,17 +137,22 @@
137137
<version>2.2.1</version>
138138
</dependency>
139139
<dependency>
140-
<groupId>io.github.elf4j</groupId>
141-
<artifactId>elf4j-provider</artifactId>
140+
<groupId>com.google.code.findbugs</groupId>
141+
<artifactId>jsr305</artifactId>
142142
<version>3.0.2</version>
143-
<scope>test</scope>
144143
</dependency>
145144
<dependency>
146145
<groupId>org.projectlombok</groupId>
147146
<artifactId>lombok</artifactId>
148147
<version>1.18.26</version>
149148
<scope>provided</scope>
150149
</dependency>
150+
<dependency>
151+
<groupId>io.github.elf4j</groupId>
152+
<artifactId>elf4j-provider</artifactId>
153+
<version>3.0.2</version>
154+
<scope>test</scope>
155+
</dependency>
151156
<dependency>
152157
<groupId>org.junit.jupiter</groupId>
153158
<artifactId>junit-jupiter-api</artifactId>
@@ -172,11 +177,6 @@
172177
<version>4.2.0</version>
173178
<scope>test</scope>
174179
</dependency>
175-
<dependency>
176-
<groupId>com.google.guava</groupId>
177-
<artifactId>guava</artifactId>
178-
<version>31.1-jre</version>
179-
</dependency>
180180
</dependencies>
181181
<build>
182182
<plugins>

0 commit comments

Comments
 (0)