We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c65d6 commit 1535590Copy full SHA for 1535590
pom.xml
@@ -109,6 +109,7 @@
109
<includes>
110
<include>**/*IntegrationTest.java</include>
111
</includes>
112
+ <encoding>UTF-8</encoding>
113
</configuration>
114
</plugin>
115
<plugin>
@@ -194,7 +195,7 @@
194
195
<scope>test</scope>
196
</dependency>
197
<dependency>
- <groupId>org.apache.commons</groupId>
198
+ <groupId>commons-io</groupId>
199
<artifactId>commons-io</artifactId>
200
<version>1.3.2</version>
201
0 commit comments