We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e76b07 commit 23ed3b7Copy full SHA for 23ed3b7
operator-framework/pom.xml
@@ -87,6 +87,7 @@
87
<dependency>
88
<groupId>io.fabric8</groupId>
89
<artifactId>kube-api-test-client-inject</artifactId>
90
+ <scope>test</scope>
91
</dependency>
92
</dependencies>
93
pom.xml
@@ -218,7 +218,6 @@
218
219
220
<version>${fabric8-client.version}</version>
221
- <scope>test</scope>
222
223
<!-- Kubernetes client HTTP client implementations -->
224
<!-- Default implementation is controlled by fabric8-httpclient-impl.name property -->
0 commit comments