diff options
author | Instrumental <jcgmisc@stl.gathman.org> | 2018-04-11 13:13:46 -0500 |
---|---|---|
committer | Instrumental <jcgmisc@stl.gathman.org> | 2018-04-11 13:14:00 -0500 |
commit | d3348840a68e7366cd03c0cabccd12f2cf05b5e2 (patch) | |
tree | ec69f77a087be9a06e50c7ef03f838435c1954d7 /cadi/shiro/pom.xml | |
parent | 39c1c1ce440c64472392dc6f4d92dc43c2be12f0 (diff) |
Update Bouncey Castle Version
Issue-ID: AAF-228
Change-Id: Ica02b8640b692c3bd192e6728ea0cb7645f469ca
Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
Diffstat (limited to 'cadi/shiro/pom.xml')
-rw-r--r-- | cadi/shiro/pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cadi/shiro/pom.xml b/cadi/shiro/pom.xml index b5838c5b..af0bfd51 100644 --- a/cadi/shiro/pom.xml +++ b/cadi/shiro/pom.xml @@ -97,13 +97,13 @@ <artifactId>shiro-core</artifactId> <version>1.4.0</version> </dependency> + </dependencies> <build> <plugins> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.7</version> <extensions>true</extensions> <configuration> <nexusUrl>${nexusproxy}</nexusUrl> @@ -114,7 +114,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <version>2.8.1</version> <configuration> <skip>false</skip> </configuration> @@ -122,7 +121,6 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>${jacoco.version}</version> <configuration> <excludes> <exclude>**/gen/**</exclude> |