Skip to content

Commit f072795

Browse files
committed
Fix: Remove duplicate commons-io dependency in pom.xml
1 parent d73699d commit f072795

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" root="true">
33
<modelVersion>4.0.0</modelVersion>
44
<name>github-java-client</name>
55
<artifactId>github-client</artifactId>
@@ -276,12 +276,6 @@
276276
<version>${okhttp.version}</version>
277277
<scope>test</scope>
278278
</dependency>
279-
<dependency>
280-
<groupId>commons-io</groupId>
281-
<artifactId>commons-io</artifactId>
282-
<version>2.14.0</version>
283-
<scope>compile</scope>
284-
</dependency>
285279
</dependencies>
286280

287281
<profiles>

0 commit comments

Comments
 (0)