JAVA-921: Migrate mesos-marathon to parent-boot-2

This commit is contained in:
sampadawagde
2020-04-22 15:42:16 +05:30
parent cba1cbf947
commit e01bab2ac0
3 changed files with 4 additions and 4 deletions
@@ -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;