Remove crd-generator-apt from operator (#32555)
* Remove crd-generator-apt from operator to avoid generating CRDs multiple times Signed-off-by: Bernhard Strähle <bernhard.straehle@gmail.com> * Add io.sundr/builder-annotations to managed dependencies Signed-off-by: Bernhard Strähle <bernhard.straehle@gmail.com> --------- Signed-off-by: Bernhard Strähle <bernhard.straehle@gmail.com>
This commit is contained in:
parent
f0bf290c28
commit
bfe9d2343c
2 changed files with 20 additions and 7 deletions
|
@ -36,10 +36,17 @@
|
||||||
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<!-- Sundrio -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>io.sundr</groupId>
|
||||||
|
<artifactId>builder-annotations</artifactId>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- Fabric8 -->
|
<!-- Fabric8 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.fabric8</groupId>
|
<groupId>io.fabric8</groupId>
|
||||||
<artifactId>crd-generator-apt</artifactId>
|
<artifactId>generator-annotations</artifactId>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
6
pom.xml
6
pom.xml
|
@ -143,6 +143,7 @@
|
||||||
<apacheds.codec.version>2.0.0</apacheds.codec.version>
|
<apacheds.codec.version>2.0.0</apacheds.codec.version>
|
||||||
<google.zxing.version>3.4.0</google.zxing.version>
|
<google.zxing.version>3.4.0</google.zxing.version>
|
||||||
<freemarker.version>2.3.32</freemarker.version>
|
<freemarker.version>2.3.32</freemarker.version>
|
||||||
|
<sundrio.version>0.200.0</sundrio.version>
|
||||||
|
|
||||||
<!-- json-ld processing for oid4vci ld-proofs -->
|
<!-- json-ld processing for oid4vci ld-proofs -->
|
||||||
<com.apicatalog.titanium-json-ld.version>1.3.3</com.apicatalog.titanium-json-ld.version>
|
<com.apicatalog.titanium-json-ld.version>1.3.3</com.apicatalog.titanium-json-ld.version>
|
||||||
|
@ -321,6 +322,11 @@
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>io.sundr</groupId>
|
||||||
|
<artifactId>builder-annotations</artifactId>
|
||||||
|
<version>${sundrio.version}</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.thoughtworks.xstream</groupId>
|
<groupId>com.thoughtworks.xstream</groupId>
|
||||||
<artifactId>xstream</artifactId>
|
<artifactId>xstream</artifactId>
|
||||||
|
|
Loading…
Reference in a new issue