diff options
Diffstat (limited to 'cadi/shiro')
-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> |