Skip to content

Commit cc46f2a

Browse files
author
Damian Staszewski
committed
apache commons is unnecessary here
Signed-off-by: Damian Staszewski <[email protected]>
1 parent 9be7588 commit cc46f2a

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

pom.xml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,6 @@
126126
<version>1.16.18</version>
127127
<scope>compile</scope>
128128
</dependency>
129-
<dependency>
130-
<groupId>commons-io</groupId>
131-
<artifactId>commons-io</artifactId>
132-
<version>2.5</version>
133-
<scope>compile</scope>
134-
</dependency>
135129
<dependency>
136130
<groupId>com.fasterxml.jackson.dataformat</groupId>
137131
<artifactId>jackson-dataformat-xml</artifactId>
@@ -141,20 +135,21 @@
141135
<groupId>com.rometools</groupId>
142136
<artifactId>rome</artifactId>
143137
<version>1.8.0</version>
138+
<scope>compile</scope>
144139
</dependency>
145140
<dependency>
146141
<groupId>org.jsoup</groupId>
147142
<artifactId>jsoup</artifactId>
148143
<version>1.10.3</version>
144+
<scope>compile</scope>
149145
</dependency>
150146
<dependency>
151147
<groupId>org.slf4j</groupId>
152148
<artifactId>slf4j-simple</artifactId>
153149
<version>1.7.25</version>
154-
<scope>test</scope>
150+
<scope>provided</scope>
155151
</dependency>
156-
157-
<dependency>
152+
<dependency>
158153
<groupId>org.junit.jupiter</groupId>
159154
<artifactId>junit-jupiter-api</artifactId>
160155
<version>5.0.0</version>

0 commit comments

Comments
 (0)