BAEL-5429 - How to Fix Java Compiler Error: Illegal Character (#9)

This commit is contained in:
alemoles
2022-03-23 01:41:59 -04:00
committed by GitHub
parent 0776871206
commit b933c21023
3 changed files with 90 additions and 0 deletions
+10
View File
@@ -59,6 +59,16 @@
<artifactId>spring-core</artifactId>
<version>${spring.core.version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
</dependency>
<dependency>
<groupId>com.google.gdata</groupId>
<artifactId>core</artifactId>
<version>1.47.1</version>
</dependency>
</dependencies>
<build>