Skip to content

Commit d22f106

Browse files
committed
fix: #10618 sync my fork with upstream & clean pom
1 parent 96520c4 commit d22f106

File tree

5 files changed

+0
-10
lines changed
  • modules/openapi-generator/src/main/resources/Java/libraries/microprofile
  • samples
    • client/petstore/java
      • microprofile-rest-client-mutiny
      • microprofile-rest-client-outer-enum
      • microprofile-rest-client
    • server/petstore/java-microprofile

5 files changed

+0
-10
lines changed

modules/openapi-generator/src/main/resources/Java/libraries/microprofile/pom.mustache

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@
221221
{{#useBeanValidation}}
222222
<beanvalidation.version>3.0.2</beanvalidation.version>
223223
{{/useBeanValidation}}
224-
<cxf.version>3.2.7</cxf.version>
225224
<jackson.jaxrs.version>2.17.1</jackson.jaxrs.version>
226225
{{#jackson}}
227226
<jackson.version>2.17.1</jackson.version>
@@ -235,7 +234,6 @@
235234
<microprofile.rest.client.api.version>{{microprofileRestClientVersion}}</microprofile.rest.client.api.version>
236235
<smallrye.rest.client.version>1.2.1</smallrye.rest.client.version>
237236
<smallrye.config.version>1.3.5</smallrye.config.version>
238-
<cxf.rt.rs.extension.providers.version>3.2.6</cxf.rt.rs.extension.providers.version>
239237
<jaxb.core.version>2.2.11</jaxb.core.version>
240238
<jaxb.impl.version>2.2.11</jaxb.impl.version>
241239
<hibernate.validator.version>5.2.2.Final</hibernate.validator.version>

samples/client/petstore/java/microprofile-rest-client-mutiny/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@
157157
<jetty.version>9.2.9.v20150224</jetty.version>
158158
<junit.version>5.10.2</junit.version>
159159
<logback.version>1.5.13</logback.version>
160-
<cxf.version>3.2.7</cxf.version>
161160
<jackson.jaxrs.version>2.17.1</jackson.jaxrs.version>
162161
<jakarta.activation.version>1.2.2</jakarta.activation.version>
163162
<jakarta.annotation.version>1.3.5</jakarta.annotation.version>
@@ -168,7 +167,6 @@
168167
<microprofile.rest.client.api.version>2.0</microprofile.rest.client.api.version>
169168
<smallrye.rest.client.version>1.2.1</smallrye.rest.client.version>
170169
<smallrye.config.version>1.3.5</smallrye.config.version>
171-
<cxf.rt.rs.extension.providers.version>3.2.6</cxf.rt.rs.extension.providers.version>
172170
<jaxb.core.version>2.2.11</jaxb.core.version>
173171
<jaxb.impl.version>2.2.11</jaxb.impl.version>
174172
<hibernate.validator.version>5.2.2.Final</hibernate.validator.version>

samples/client/petstore/java/microprofile-rest-client-outer-enum/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@
152152
<jetty.version>9.2.9.v20150224</jetty.version>
153153
<junit.version>5.10.2</junit.version>
154154
<logback.version>1.5.13</logback.version>
155-
<cxf.version>3.2.7</cxf.version>
156155
<jackson.jaxrs.version>2.17.1</jackson.jaxrs.version>
157156
<jakarta.activation.version>1.2.2</jakarta.activation.version>
158157
<jakarta.annotation.version>1.3.5</jakarta.annotation.version>
@@ -163,7 +162,6 @@
163162
<microprofile.rest.client.api.version>2.0</microprofile.rest.client.api.version>
164163
<smallrye.rest.client.version>1.2.1</smallrye.rest.client.version>
165164
<smallrye.config.version>1.3.5</smallrye.config.version>
166-
<cxf.rt.rs.extension.providers.version>3.2.6</cxf.rt.rs.extension.providers.version>
167165
<jaxb.core.version>2.2.11</jaxb.core.version>
168166
<jaxb.impl.version>2.2.11</jaxb.impl.version>
169167
<hibernate.validator.version>5.2.2.Final</hibernate.validator.version>

samples/client/petstore/java/microprofile-rest-client/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@
152152
<jetty.version>9.2.9.v20150224</jetty.version>
153153
<junit.version>5.10.2</junit.version>
154154
<logback.version>1.5.13</logback.version>
155-
<cxf.version>3.2.7</cxf.version>
156155
<jackson.jaxrs.version>2.17.1</jackson.jaxrs.version>
157156
<jakarta.activation.version>1.2.2</jakarta.activation.version>
158157
<jakarta.annotation.version>1.3.5</jakarta.annotation.version>
@@ -163,7 +162,6 @@
163162
<microprofile.rest.client.api.version>2.0</microprofile.rest.client.api.version>
164163
<smallrye.rest.client.version>1.2.1</smallrye.rest.client.version>
165164
<smallrye.config.version>1.3.5</smallrye.config.version>
166-
<cxf.rt.rs.extension.providers.version>3.2.6</cxf.rt.rs.extension.providers.version>
167165
<jaxb.core.version>2.2.11</jaxb.core.version>
168166
<jaxb.impl.version>2.2.11</jaxb.impl.version>
169167
<hibernate.validator.version>5.2.2.Final</hibernate.validator.version>

samples/server/petstore/java-microprofile/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@
148148
<jetty.version>9.2.9.v20150224</jetty.version>
149149
<junit.version>5.10.2</junit.version>
150150
<logback.version>1.5.13</logback.version>
151-
<cxf.version>3.2.7</cxf.version>
152151
<jackson.jaxrs.version>2.17.1</jackson.jaxrs.version>
153152
<jackson.version>2.17.1</jackson.version>
154153
<jakarta.activation.version>1.2.2</jakarta.activation.version>
@@ -160,7 +159,6 @@
160159
<microprofile.rest.client.api.version>2.0</microprofile.rest.client.api.version>
161160
<smallrye.rest.client.version>1.2.1</smallrye.rest.client.version>
162161
<smallrye.config.version>1.3.5</smallrye.config.version>
163-
<cxf.rt.rs.extension.providers.version>3.2.6</cxf.rt.rs.extension.providers.version>
164162
<jaxb.core.version>2.2.11</jaxb.core.version>
165163
<jaxb.impl.version>2.2.11</jaxb.impl.version>
166164
<hibernate.validator.version>5.2.2.Final</hibernate.validator.version>

0 commit comments

Comments
 (0)