Skip to content

Commit

Permalink
removing build time dependencies from the runtime (#22501)
Browse files Browse the repository at this point in the history
Closes #22496
  • Loading branch information
shawkins committed Aug 21, 2023
1 parent 7f10ea3 commit 080b53f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,10 @@

<dependencies>
<!-- Fabric8 -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>crd-generator-api</artifactId>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>crd-generator-apt</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
Expand Down Expand Up @@ -178,6 +175,11 @@
<goals>
<goal>build</goal>
</goals>
<configuration>
<properties>
<quarkus.package.filter-optional-dependencies>true</quarkus.package.filter-optional-dependencies>
</properties>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 080b53f

Please sign in to comment.