Skip to content

Commit 1535590

Browse files
committed
no warnings in maven build
1 parent 81c65d6 commit 1535590

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
<includes>
110110
<include>**/*IntegrationTest.java</include>
111111
</includes>
112+
<encoding>UTF-8</encoding>
112113
</configuration>
113114
</plugin>
114115
<plugin>
@@ -194,7 +195,7 @@
194195
<scope>test</scope>
195196
</dependency>
196197
<dependency>
197-
<groupId>org.apache.commons</groupId>
198+
<groupId>commons-io</groupId>
198199
<artifactId>commons-io</artifactId>
199200
<version>1.3.2</version>
200201
<scope>test</scope>

0 commit comments

Comments
 (0)