Update Bouncey Castle Version
[aaf/authz.git] / cadi / shiro / pom.xml
index b5838c5..af0bfd5 100644 (file)
                        <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>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-deploy-plugin</artifactId>
-                               <version>2.8.1</version>
                                <configuration>
                                        <skip>false</skip>
                                </configuration>
                        <plugin>
                                <groupId>org.jacoco</groupId>
                                <artifactId>jacoco-maven-plugin</artifactId>
-                               <version>${jacoco.version}</version>
                                <configuration>
                                        <excludes>
                                                <exclude>**/gen/**</exclude>