diff --git a/pom.xml b/pom.xml
index 41f6682..739fd10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
com.redhat.emergency.response
incident-service-quarkus
- 0.0.1-SNAPSHOT
+ 1.0.0-SNAPSHOT
3.8.1
true
@@ -17,6 +17,8 @@
io.quarkus
1.4.1.Final
2.22.1
+ 2.0.4
+ 2.18.0
@@ -88,13 +90,13 @@
io.smallrye.reactive
smallrye-reactive-messaging-in-memory
- 2.0.4
+ ${smallrye.version}
test
net.javacrumbs.json-unit
json-unit
- 2.18.0
+ ${json-unit.version}
test
@@ -103,6 +105,69 @@
test
+
+
+
+ io.quarkus
+ quarkus-maven-plugin
+ ${quarkus-plugin.version}
+
+
+
+ build
+
+
+
+
+
+ maven-compiler-plugin
+ ${compiler-plugin.version}
+
+
+ maven-surefire-plugin
+ ${surefire-plugin.version}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+
+
+
+ native
+
+
+ native
+
+
+
+
+
+ maven-failsafe-plugin
+ ${surefire-plugin.version}
+
+
+
+ integration-test
+ verify
+
+
+
+ ${project.build.directory}/${project.build.finalName}-runner
+
+
+
+
+
+
+
+
+ native
+
+
+
@@ -171,67 +236,4 @@
https://maven.repository.redhat.com/ga/
-
-
-
- io.quarkus
- quarkus-maven-plugin
- ${quarkus-plugin.version}
-
-
-
- build
-
-
-
-
-
- maven-compiler-plugin
- ${compiler-plugin.version}
-
-
- maven-surefire-plugin
- ${surefire-plugin.version}
-
-
- org.jboss.logmanager.LogManager
-
-
-
-
-
-
-
- native
-
-
- native
-
-
-
-
-
- maven-failsafe-plugin
- ${surefire-plugin.version}
-
-
-
- integration-test
- verify
-
-
-
- ${project.build.directory}/${project.build.finalName}-runner
-
-
-
-
-
-
-
-
- native
-
-
-