diff options
author | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2024-03-26 13:36:10 +0100 |
---|---|---|
committer | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2024-03-26 13:36:18 +0100 |
commit | b288a302100fb4f843cc494b73c0c3ec4be4a413 (patch) | |
tree | a963466dc8c8befe5652cd5dcc0293cb23257ef2 | |
parent | a8709a236ce96f310002d7de37363ae492d850c2 (diff) |
removed duplicated odl patch
removed aaa authn patch overwrite from ccsdk
Issue-ID: SDNC-1839
Change-Id: Id6194166b2a81ff34727a035759a31ed4d06eef1
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
-rw-r--r-- | installation/sdnc/pom.xml | 23 |
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> |