From ce38bf265a4ea5fa02f7a2da2fe293fd5d0ed99d Mon Sep 17 00:00:00 2001 From: Christopher Elkins Date: Fri, 11 Apr 2014 12:51:07 -0700 Subject: [PATCH 1/2] Fix copy-and-paste error introduced in 6da2f4493d --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 62fb833..5d79197 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ spring-boot-jersey - spring-boot-sample-jersey-parent + spring-boot-jersey-parent spring-boot-sample-jersey From 37976ff8833797ec5aee500bdcbc90581057cc4a Mon Sep 17 00:00:00 2001 From: Christopher Elkins Date: Fri, 11 Apr 2014 12:51:21 -0700 Subject: [PATCH 2/2] Servlet API required for compilation --- spring-boot-jersey/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-boot-jersey/pom.xml b/spring-boot-jersey/pom.xml index b4d4e97..60be404 100644 --- a/spring-boot-jersey/pom.xml +++ b/spring-boot-jersey/pom.xml @@ -16,6 +16,10 @@ + + javax.servlet + javax.servlet-api + org.springframework.boot spring-boot-starter