Skip to content

Commit

Permalink
JAVA-921: Migrate mesos-marathon to parent-boot-2
Browse files Browse the repository at this point in the history
  • Loading branch information
sampadawagde committed Apr 22, 2020
1 parent 7d5af63 commit 1170bd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mesos-marathon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions mesos-marathon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-1</artifactId>
<artifactId>parent-boot-2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent-boot-1</relativePath>
<relativePath>../parent-boot-2</relativePath>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
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;

Expand Down

0 comments on commit 1170bd3

Please sign in to comment.