Skip to content

Commit 1b0b612

Browse files
committed
Reverting to vertx 4.2.7 because of a bug with openapi requests
1 parent 3c68c89 commit 1b0b612

File tree

5 files changed

+307
-208
lines changed

5 files changed

+307
-208
lines changed

pom.xml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>org.computate</groupId>
55
<artifactId>computate-base</artifactId>
66
<relativePath>../computate-base/pom.xml</relativePath>
7-
<version>4.3.3.19</version>
7+
<version>4.2.7.20</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>computate-vertx</artifactId>
12-
<version>4.3.3.19</version>
12+
<version>4.2.7.20</version>
1313
<packaging>jar</packaging>
1414
<name>Computate Tools for integrating with Vert.x</name>
1515
<description>Tools for integrating with Vert.x for reactive, asynchronous programming. </description>
@@ -80,6 +80,14 @@
8080
<type>pom</type>
8181
<scope>import</scope>
8282
</dependency>
83+
84+
<dependency>
85+
<groupId>${quarkus.platform.group-id}</groupId>
86+
<artifactId>${quarkus.platform.artifact-id}</artifactId>
87+
<version>${quarkus.platform.version}</version>
88+
<type>pom</type>
89+
<scope>import</scope>
90+
</dependency>
8391
</dependencies>
8492
</dependencyManagement>
8593

@@ -90,7 +98,7 @@
9098
<dependency>
9199
<groupId>org.computate</groupId>
92100
<artifactId>computate-search</artifactId>
93-
<version>4.3.3.19</version>
101+
<version>4.2.7.20</version>
94102
</dependency>
95103

96104
<!-- Vert.x -->

0 commit comments

Comments
 (0)