diff --git a/axon/pom.xml b/axon/pom.xml
index c643ea9e57..bb7839f150 100644
--- a/axon/pom.xml
+++ b/axon/pom.xml
@@ -4,29 +4,45 @@
4.0.0
axon
axon
-
+ Basic Axon Framework with Spring Boot configuration tutorial
+
- parent-modules
com.baeldung
- 1.0.0-SNAPSHOT
+ parent-boot-2
+ 0.0.1-SNAPSHOT
+ ../parent-boot-2
+
+ org.axonframework
+ axon-spring-boot-autoconfigure
+ ${axon.version}
+
+
+ org.axonframework
+ axon-server-connector
+
+
+
+
org.axonframework
axon-test
${axon.version}
test
+
- org.axonframework
- axon-core
- ${axon.version}
+ org.springframework.boot
+ spring-boot-autoconfigure
+ 2.1.1.RELEASE
+ compile
- 3.0.2
+ 4.0.3
\ No newline at end of file