Skip to content
Snippets Groups Projects
Commit 28f9b0c5 authored by Zachary Sabourin's avatar Zachary Sabourin
Browse files

fix: Add missing serialization extension in efservices module

parent eb5555c5
No related branches found
Tags 1.1.3
1 merge request!228fix: Add missing serialization extension in efservices module
Pipeline #52262 passed
......@@ -9,7 +9,7 @@
<parent>
<groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
......
......@@ -9,7 +9,7 @@
<parent>
<groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
......
......@@ -8,7 +8,7 @@
<parent>
<groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
......@@ -22,7 +22,11 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client-reactive</artifactId>
<artifactId>quarkus-rest-client</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client-jackson</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
......
......@@ -9,7 +9,7 @@
<parent>
<groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
......
......@@ -11,7 +11,7 @@
<parent>
<groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-persistence-parent</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</parent>
<artifactId>quarkus-persistence-deployment</artifactId>
<name>Persistence - Deployment</name>
......
......@@ -10,7 +10,7 @@
<parent>
<groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modules>
......
......@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-persistence-parent</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</parent>
<artifactId>quarkus-persistence</artifactId>
<name>Persistence - Runtime</name>
......
......@@ -7,7 +7,7 @@
<groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-commons</artifactId>
<name>Java SDK Commons</name>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<packaging>pom</packaging>
<properties>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
......
......@@ -9,7 +9,7 @@
<parent>
<groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
......
......@@ -9,7 +9,7 @@
<parent>
<groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment