diff --git a/README.md b/README.md index 7c8a48d..2cb0898 100644 --- a/README.md +++ b/README.md @@ -302,7 +302,7 @@ "interaction" : { "upvoted" : true, "reported" : false - } + }, "offers" : [ { "user" : { diff --git a/pom.xml b/pom.xml index d3cb287..f895721 100644 --- a/pom.xml +++ b/pom.xml @@ -63,29 +63,15 @@ org.springframework.boot spring-boot-starter-data-mongodb - org.projectlombok lombok true - - org.springframework.boot - spring-boot-starter-test - test - - - org.springframework.restdocs - spring-restdocs-mockmvc - test - - org.springframework.boot spring-boot-starter-web - - com.amazonaws aws-java-sdk-s3 diff --git a/src/test/java/hr/asc/appic/WishoutApplicationTests.java b/src/test/java/hr/asc/appic/WishoutApplicationTests.java deleted file mode 100644 index bbc4ab5..0000000 --- a/src/test/java/hr/asc/appic/WishoutApplicationTests.java +++ /dev/null @@ -1,16 +0,0 @@ -package hr.asc.appic; - -import org.junit.Test; -import org.junit.runner.RunWith; -import org.springframework.boot.test.context.SpringBootTest; -import org.springframework.test.context.junit4.SpringRunner; - -@RunWith(SpringRunner.class) -@SpringBootTest -public class WishoutApplicationTests { - - @Test - public void contextLoads() { - } - -}