Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,6 @@
<skodjob.test-frame.version>1.1.0</skodjob.test-frame.version>
<skodjob-doc.version>0.4.0</skodjob-doc.version>
<helm-client.version>0.0.15</helm-client.version>
<!--
Currently, there are no released versions in Maven repository of this module,
using SNAPSHOT for having the `api` module available and usable in the STs.
Tracked in https://github.com/strimzi/strimzi-kafka-operator/issues/11207.
-->
<access-operator.version>0.2.0-SNAPSHOT</access-operator.version>
<!-- properties to skip surefire tests during failsafe execution -->
<skipTests>false</skipTests>
<skip.surefire.tests>${skipTests}</skip.surefire.tests>
Expand Down Expand Up @@ -824,11 +818,6 @@
<artifactId>docker-java-api</artifactId>
<version>${docker-java.version}</version>
</dependency>
<dependency>
<groupId>io.strimzi.access-operator</groupId>
<artifactId>api</artifactId>
<version>${access-operator.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
7 changes: 7 additions & 0 deletions systemtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
<properties>
<skipTests>true</skipTests>
<failsafe.forkCount>0</failsafe.forkCount>
<!--
Currently, there are no released versions in Maven repository of this module,
using SNAPSHOT for having the `api` module available and usable in the STs.
Tracked in https://github.com/strimzi/strimzi-kafka-operator/issues/11207.
-->
<access-operator.version>0.2.0-SNAPSHOT</access-operator.version>

<!-- Points to the root directory of the Strimzi project directory and can be used for fixed location to configuration files -->
<strimziRootDirectory>${basedir}${file.separator}..</strimziRootDirectory>
Expand Down Expand Up @@ -260,6 +266,7 @@
<dependency>
<groupId>io.strimzi.access-operator</groupId>
<artifactId>api</artifactId>
<version>${access-operator.version}</version>
</dependency>
<dependency>
<groupId>com.marcnuri.helm-java</groupId>
Expand Down
Loading