We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed6d36 commit cebbd1bCopy full SHA for cebbd1b
pom.xml
@@ -81,7 +81,7 @@
81
<dependency>
82
<groupId>com.google.guava</groupId>
83
<artifactId>guava</artifactId>
84
- <version>32.0.0-jre</version>
+ <version>33.4.8-jre</version>
85
<scope>compile</scope>
86
<optional>true</optional>
87
</dependency>
@@ -284,4 +284,17 @@
284
</distributionManagement>
285
</profile>
286
</profiles>
287
+ <build>
288
+ <pluginManagement>
289
+ <plugins>
290
+ <plugin>
291
+ <groupId>org.apache.maven.plugins</groupId>
292
+ <artifactId>maven-surefire-plugin</artifactId>
293
+ <configuration>
294
+ <argLine>-Dfile.encoding=UTF-8</argLine>
295
+ </configuration>
296
+ </plugin>
297
+ </plugins>
298
+ </pluginManagement>
299
+ </build>
300
</project>
0 commit comments