45 lines
1.3 KiB
XML
Executable File
45 lines
1.3 KiB
XML
Executable File
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>WebCallerID</groupId>
|
|
<artifactId>WebCallerID</artifactId>
|
|
<version>1.1.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>
|
|
<artifactId>log4j</artifactId>
|
|
<version>1.2.17</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-codec</groupId>
|
|
<artifactId>commons-codec</artifactId>
|
|
<version>20041127.091804</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.mail</groupId>
|
|
<artifactId>mail</artifactId>
|
|
<version>1.4.5</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.martiansoftware</groupId>
|
|
<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> |