Common utilities, model and DAOs for crawling services usage.
Add this repository to your pom.xml file:
<repository>
<id>CrawlingCommons-mvn-repo</id>
<url>https://raw.github.com/arashk1368/CrawlingCommons/mvn-repo/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>And also add this dependecy for usage:
<dependency>
<groupId>cloudservices.brokerage.crawler</groupId>
<artifactId>CrawlingCommons</artifactId>
<version>1.0-SNAPSHOT</version>
<type>jar</type>
</dependency>