diff --git a/mesos-marathon/README.md b/mesos-marathon/README.md
index 65b2361698..8e5b8e4974 100644
--- a/mesos-marathon/README.md
+++ b/mesos-marathon/README.md
@@ -6,4 +6,4 @@ This module contains articles about Marathon and Mesos.
- [Simple Jenkins Pipeline with Marathon and Mesos](https://www.baeldung.com/jenkins-pipeline-with-marathon-mesos)
- To run the pipeline, please modify the dockerise.sh file with your own useranema and password for docker login.
+ To run the pipeline, please modify the dockerise.sh file with your own username and password for docker login.
diff --git a/mesos-marathon/pom.xml b/mesos-marathon/pom.xml
index 4fb819c434..42798bb209 100644
--- a/mesos-marathon/pom.xml
+++ b/mesos-marathon/pom.xml
@@ -7,9 +7,9 @@
com.baeldung
- parent-boot-1
+ parent-boot-2
0.0.1-SNAPSHOT
- ../parent-boot-1
+ ../parent-boot-2
diff --git a/mesos-marathon/src/test/java/com/baeldung/DemoApplicationIntegrationTest.java b/mesos-marathon/src/test/java/com/baeldung/DemoApplicationIntegrationTest.java
index 85331516f9..dfe944a316 100644
--- a/mesos-marathon/src/test/java/com/baeldung/DemoApplicationIntegrationTest.java
+++ b/mesos-marathon/src/test/java/com/baeldung/DemoApplicationIntegrationTest.java
@@ -3,8 +3,8 @@ package com.baeldung;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
-import org.springframework.boot.context.embedded.LocalServerPort;
import org.springframework.boot.test.context.SpringBootTest;
+import org.springframework.boot.web.server.LocalServerPort;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import org.springframework.web.client.RestTemplate;