Remove unneeded dependencies.

Causing build failures with mvn -B, due to maven-dependency-plugin

Signed-off-by: Tom Powell <zifnab@zifnab06.net>
This commit is contained in:
Tom Powell
2016-11-10 22:33:48 -08:00
parent 88e4dd35b8
commit e3e9056548
-12
View File
@@ -259,12 +259,6 @@
<version>1.5.5</version> <version>1.5.5</version>
</dependency> </dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<version>1.5.5</version>
</dependency>
<dependency> <dependency>
<groupId>taglibs</groupId> <groupId>taglibs</groupId>
<artifactId>standard</artifactId> <artifactId>standard</artifactId>
@@ -304,12 +298,6 @@
<version>2.0.1</version> <version>2.0.1</version>
</dependency> </dependency>
<dependency>
<groupId>org.seamless</groupId>
<artifactId>seamless-http</artifactId>
<version>1.1.0</version>
</dependency>
<dependency> <dependency>
<groupId>org.seamless</groupId> <groupId>org.seamless</groupId>
<artifactId>seamless-util</artifactId> <artifactId>seamless-util</artifactId>