Skip to content

Commit d270d0b

Browse files
authored
fix: remove duplicated dependency (#2442)
Signed-off-by: Chris Laprun <claprun@redhat.com>
1 parent faec746 commit d270d0b

File tree

1 file changed

+0
-6
lines changed
  • bootstrapper-maven-plugin/src/main/resources/templates

1 file changed

+0
-6
lines changed

bootstrapper-maven-plugin/src/main/resources/templates/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@
5151
<version>${fabric8-client.version}</version>
5252
<scope>provided</scope>
5353
</dependency>
54-
<dependency>
55-
<groupId>io.javaoperatorsdk</groupId>
56-
<artifactId>operator-framework-junit-5</artifactId>
57-
<version>${josdk.version}</version>
58-
<scope>test</scope>
59-
</dependency>
6054
<dependency>
6155
<groupId>org.slf4j</groupId>
6256
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)