aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--installation/sdnc/pom.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml
index 63c20f49..03b3af6a 100644
--- a/installation/sdnc/pom.xml
+++ b/installation/sdnc/pom.xml
@@ -30,7 +30,6 @@
<docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy>
<docker.autoCreateCustomNetworks>true</docker.autoCreateCustomNetworks>
- <odl.shiro.version>0.17.11</odl.shiro.version>
<!-- SDNR Features Boot -->
<sdnr.features.boot>ccsdk-features-all</sdnr.features.boot>
@@ -401,28 +400,6 @@
</artifactItems>
</configuration>
</execution>
- <execution>
- <id>copy-with-alternalte-repo-2</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>copy</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>com.highstreet-technologies.aaa</groupId>
- <artifactId>aaa-authn-api</artifactId>
- <version>0.17.8</version>
- <outputDirectory>${project.build.directory}/docker-stage/system/org/opendaylight/aaa/aaa-authn-api/${odl.shiro.version}</outputDirectory>
- <destFileName>aaa-authn-api-${odl.shiro.version}.jar</destFileName>
- <excludes>*</excludes>
- </artifactItem>
- </artifactItems>
- <overWriteReleases>false</overWriteReleases>
- <overWriteSnapshots>true</overWriteSnapshots>
- <overWriteIfNewer>true</overWriteIfNewer>
- </configuration>
- </execution>
</executions>
</plugin>
<plugin>