diff options
author | Instrumental <jcgmisc@stl.gathman.org> | 2018-04-05 20:17:18 -0500 |
---|---|---|
committer | Instrumental <jcgmisc@stl.gathman.org> | 2018-04-05 20:17:25 -0500 |
commit | 924b18d7469204ceaae60d7345712ea09f75a674 (patch) | |
tree | b4584c2731c82f484a31feadcb71d75c3613af43 /cadi/client | |
parent | 33e7b1a9fa15b0b699d16e359b406195b7fe87be (diff) |
Add Certs, Docker Build
Issue-ID: AAF-211
Change-Id: Idc7630578155586a6e53d7af80dd16e4e0ac41ca
Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
Diffstat (limited to 'cadi/client')
-rw-r--r-- | cadi/client/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cadi/client/pom.xml b/cadi/client/pom.xml index 46a83677..43c20215 100644 --- a/cadi/client/pom.xml +++ b/cadi/client/pom.xml @@ -98,7 +98,7 @@ <dependency> <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> + <artifactId>javax.servlet-api</artifactId> <scope>compile</scope> </dependency> </dependencies> |