Fetching sul web ProvinciaCrawler completato

This commit is contained in:
Fabio Scotto di Santolo
2017-01-04 10:27:23 +01:00
parent d2cfcf4191
commit 28a6fb5c36
16 changed files with 297 additions and 106 deletions

View File

@@ -30,5 +30,15 @@
<artifactId>jsoup</artifactId>
<version>1.10.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.22</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.22</version>
</dependency>
</dependencies>
</project>