diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-08-31 14:34:41 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-08-31 14:34:48 -0500 |
commit | e0a2e0d0c79dcaf4532d0ca3aeefd3f5546af404 (patch) | |
tree | a437998bc57caa3f65c626d2717c88510bd63009 /auth/auth-deforg/pom.xml | |
parent | 613f761567310ffb84f55d2136ab95fc15724020 (diff) |
Relocate JavaxMail
Issue-ID: AAF-419
Change-Id: I73890b6f6db09f2f86018594bb4692a4e90a6df9
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/auth-deforg/pom.xml')
-rw-r--r-- | auth/auth-deforg/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/auth/auth-deforg/pom.xml b/auth/auth-deforg/pom.xml index bce3199d..3420663e 100644 --- a/auth/auth-deforg/pom.xml +++ b/auth/auth-deforg/pom.xml @@ -102,16 +102,6 @@ <artifactId>aaf-auth-core</artifactId> </dependency> - <dependency> - <groupId>javax.mail</groupId> - <artifactId>mail</artifactId> - </dependency> - - <dependency> - <groupId>org.jvnet.mock-javamail</groupId> - <artifactId>mock-javamail</artifactId> - <version>1.9</version> - </dependency> </dependencies> <build> |