diff --git a/pom.xml b/pom.xml index 4de6281..92b2933 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.sinistral proteus-core - 0.3.5-SNAPSHOT + 0.3.5 proteus core Proteus is an extremely light, fast, and flexible Java REST API framework built atop Undertow. http://github.com/noboomu/proteus @@ -238,7 +238,7 @@ 2.1.1 - + net.openhft @@ -263,7 +263,7 @@ guice 4.1.0 - + com.google.guava guava @@ -304,6 +304,7 @@ slf4j-ext 1.7.25 + org.fusesource.jansi jansi @@ -403,6 +404,23 @@ ${openapi.version} + diff --git a/src/main/java/io/sinistral/proteus/server/ServerResponse.java b/src/main/java/io/sinistral/proteus/server/ServerResponse.java index d2f1912..679f907 100644 --- a/src/main/java/io/sinistral/proteus/server/ServerResponse.java +++ b/src/main/java/io/sinistral/proteus/server/ServerResponse.java @@ -10,7 +10,6 @@ import java.util.Locale; import java.util.Map; -import javax.ws.rs.WebApplicationException; import javax.ws.rs.core.Response; import org.slf4j.Logger; @@ -37,7 +36,7 @@ * @author jbauer * Base server response. Friendlier interface to underlying exchange. * @TODO extend javax.ws.rs.core.Response - */ + */ public class ServerResponse { @@ -70,7 +69,7 @@ public class ServerResponse public ServerResponse() { - + } public ByteBuffer getBody()