use dependencies instead of copying code

This commit is contained in:
Athou
2022-01-02 20:35:12 +01:00
parent 1c49873da1
commit ec3645a1c9
6 changed files with 14 additions and 787 deletions

10
pom.xml
View File

@@ -466,6 +466,16 @@
<artifactId>cssparser</artifactId>
<version>0.9.29</version>
</dependency>
<dependency>
<groupId>edu.uci.ics</groupId>
<artifactId>crawler4j</artifactId>
<version>3.5</version>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>