Google Contacts angefangen

This commit is contained in:
2012-07-30 18:00:46 +02:00
parent 60e93c2a92
commit a21badb635
10 changed files with 2788 additions and 13 deletions
+16
View File
@@ -4,6 +4,12 @@
<groupId>WebCallerID</groupId>
<artifactId>WebCallerID</artifactId>
<version>1.0.2</version>
<repositories>
<repository>
<id>mandubian-mvn</id>
<url>http://mandubian-mvn.googlecode.com/svn/trunk/mandubian-mvn/repository</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>log4j</groupId>
@@ -25,5 +31,15 @@
<artifactId>jsap</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>com.google.gdata</groupId>
<artifactId>gdata-core-1.0</artifactId>
<version>1.36.0</version>
</dependency>
<dependency>
<groupId>com.google.gdata</groupId>
<artifactId>gdata-contacts-3.0</artifactId>
<version>1.36.0</version>
</dependency>
</dependencies>
</project>