diff --git a/lib/server-api/pom.xml b/lib/server-api/pom.xml index 30319d7e1..d8ff842c6 100644 --- a/lib/server-api/pom.xml +++ b/lib/server-api/pom.xml @@ -46,15 +46,17 @@ 2.5 provided + + io.netty + netty-codec-http + 4.1.16.Final + + junit junit + test - - io.netty - netty-all - 4.1.16.Final - @@ -74,7 +76,8 @@ - org.apache.olingo.server.api* + org.apache.olingo.server.api*, + org.apache.olingo.netty.server.api* * diff --git a/lib/server-api/src/main/java/org/apache/olingo/netty/server/api/package-info.java b/lib/server-api/src/main/java/org/apache/olingo/netty/server/api/package-info.java new file mode 100644 index 000000000..d1d4d4604 --- /dev/null +++ b/lib/server-api/src/main/java/org/apache/olingo/netty/server/api/package-info.java @@ -0,0 +1,25 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +/** + * Netty handler for Olingo Server API + *

+ * The netty package is used to condense all Netty related parts used in Olingo. + * + */ +package org.apache.olingo.netty.server.api; \ No newline at end of file diff --git a/lib/server-core/pom.xml b/lib/server-core/pom.xml index 673abed06..4818ca39b 100644 --- a/lib/server-core/pom.xml +++ b/lib/server-core/pom.xml @@ -51,13 +51,8 @@ 2.5 provided - - commons-io - commons-io - test - - + com.fasterxml.jackson.core jackson-core @@ -75,15 +70,22 @@ junit junit + + io.netty + netty-codec-http + 4.1.16.Final + + org.mockito mockito-all + test - io.netty - netty-all - 4.1.16.Final - + commons-io + commons-io + test +