adjust the pom to make project can be compile

This commit is contained in:
YuCheng Hu
2021-04-15 12:15:45 -04:00
parent 43c81ad3d4
commit a228fa25f3
9 changed files with 47 additions and 112 deletions
+11 -2
View File
@@ -10,8 +10,8 @@
<parent>
<groupId>com.ossez</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<artifactId>java-tutorials</artifactId>
<version>0.0.1</version>
</parent>
<dependencies>
@@ -26,11 +26,20 @@
<artifactId>commons-io</artifactId>
<version>${commons.io.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
</dependency>
</dependencies>
<properties>
<guava.version>23.0</guava.version>
<commons.io.version>2.6</commons.io.version>
<!-- plugins -->
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
</properties>
</project>