removing build time dependencies from the runtime (#22501)

Closes #22496
This commit is contained in:
Steven Hawkins 2023-08-21 08:41:23 -04:00 committed by GitHub
parent 7f10ea3255
commit 080b53fbce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>
@ -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>