Expand features-test-plugin-it dependencies 22/110422/3
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 1 Mar 2024 18:07:42 +0000 (19:07 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 1 Mar 2024 19:51:44 +0000 (20:51 +0100)
We need odlparent-artifacts to be built before we attempt execution,
make sure they are a dependency.

Change-Id: Iee1ca1b64a3a941a0141fadd2fff2af5c1f19a37
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features-test-plugin-it/pom.xml

index b2885a975b7aa20ac80cd6adde823fd8a0c00594..3ddd9524bb9a851a03cb8fc354677166695d547e 100644 (file)
             <artifactId>features-test-plugin</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.odlparent</groupId>
+            <artifactId>odlparent-artifacts</artifactId>
+            <version>${project.version}</version>
+            <type>pom</type>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
             <artifactId>opendaylight-karaf-empty</artifactId>