mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-11 21:48:29 -05:00
Add maven jsr173, htmlcleaner and swt dependencies, found a repo for htmlcleaner
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@187 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
c6b5a7be94
commit
cbfa0df53f
21
pom.xml
21
pom.xml
@ -63,6 +63,14 @@
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>xwiki</id>
|
||||
<layout>default</layout>
|
||||
<url>http://maven.xwiki.org/externals</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@ -98,9 +106,10 @@
|
||||
<version>1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>swt</groupId>
|
||||
<groupId>org.eclipse</groupId>
|
||||
<artifactId>swt</artifactId>
|
||||
<version>3.3</version>
|
||||
<version>3.3.0-v3346</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
@ -108,10 +117,16 @@
|
||||
<version>2.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>htmlcleaner</groupId>
|
||||
<groupId>net.sourceforge.htmlcleaner</groupId>
|
||||
<artifactId>htmlcleaner</artifactId>
|
||||
<version>2.1</version>
|
||||
</dependency>
|
||||
<!-- included in Java 1.6, needed with Java 1.5 -->
|
||||
<dependency>
|
||||
<groupId>javax.xml.bind</groupId>
|
||||
<artifactId>jsr173_api</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<sourceDirectory>src/java</sourceDirectory>
|
||||
|
Loading…
Reference in New Issue
Block a user