Skip to content

Commit 9c31426

Browse files
committed
Drop unused dependencies
These two were seemingly unused.
1 parent eb1e3e6 commit 9c31426

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -273,11 +273,6 @@ under the License.
273273
<artifactId>commons-lang3</artifactId>
274274
<version>3.20.0</version>
275275
</dependency>
276-
<dependency>
277-
<groupId>org.apache.commons</groupId>
278-
<artifactId>commons-text</artifactId>
279-
<version>1.14.0</version>
280-
</dependency>
281276
<dependency>
282277
<groupId>org.apache.httpcomponents</groupId>
283278
<artifactId>httpclient</artifactId>
@@ -289,12 +284,6 @@ under the License.
289284
<version>4.4.16</version>
290285
</dependency>
291286

292-
<dependency>
293-
<groupId>com.thoughtworks.qdox</groupId>
294-
<artifactId>qdox</artifactId>
295-
<version>2.2.0</version>
296-
</dependency>
297-
298287
<dependency>
299288
<groupId>org.slf4j</groupId>
300289
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)