diff options
author | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2022-08-17 15:21:39 +0200 |
---|---|---|
committer | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2022-08-18 12:52:57 +0200 |
commit | a2471df77eaf8f6135c29cbe47617f152a3ffe05 (patch) | |
tree | 45b9e5a5b4b37d6a4d8daca3044050f4ef3d2230 /opendaylight/sulfur/sulfur-alpine | |
parent | b62ae2e4a975ae0531426d7f02a2face4ca12bfc (diff) |
add fix for odl aaa
uncomment the odl fix in sulfur build pom
Issue-ID: CCSDK-3743
Change-Id: I776cde37aa8c5750babf6e38a3c45189f22fa679
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'opendaylight/sulfur/sulfur-alpine')
-rw-r--r-- | opendaylight/sulfur/sulfur-alpine/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/opendaylight/sulfur/sulfur-alpine/pom.xml b/opendaylight/sulfur/sulfur-alpine/pom.xml index 36a3bc7b..af63a5e7 100644 --- a/opendaylight/sulfur/sulfur-alpine/pom.xml +++ b/opendaylight/sulfur/sulfur-alpine/pom.xml @@ -70,7 +70,7 @@ <overWriteIfNewer>true</overWriteIfNewer> </configuration> </execution> - <!-- <execution> + <execution> <id>copy-with-alternalte-repo-2</id> <phase>generate-sources</phase> <goals> @@ -78,7 +78,7 @@ </goals> <configuration> <artifactItems> - <artifactItem> not yet ready + <artifactItem> <groupId>com.highstreet-technologies.aaa</groupId> <artifactId>aaa-authn-api</artifactId> <version>${odl.shiro.version}</version> @@ -91,7 +91,7 @@ <overWriteSnapshots>true</overWriteSnapshots> <overWriteIfNewer>true</overWriteIfNewer> </configuration> - </execution> --> + </execution> </executions> </plugin> |