removed duplicated odl patch 88/137588/1
authorMichael Dürre <michael.duerre@highstreet-technologies.com>
Tue, 26 Mar 2024 12:36:10 +0000 (13:36 +0100)
committerMichael Dürre <michael.duerre@highstreet-technologies.com>
Tue, 26 Mar 2024 12:36:18 +0000 (13:36 +0100)
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>
installation/sdnc/pom.xml

index 63c20f4..03b3af6 100644 (file)
@@ -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>
                             </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>