You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2021/10/31 02:43:52 UTC

[cxf] 04/05: CXF-8605: Introduce HTTP/2 Transport: server-side support. Fixing dependency scopes for jax_rs/basic_http2_jetty example

This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 54ecc5e5686ab26a233d64ba17f8bf6360227732
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Oct 30 14:46:36 2021 -0400

     CXF-8605: Introduce HTTP/2 Transport: server-side support. Fixing dependency scopes for jax_rs/basic_http2_jetty example
    
    (cherry picked from commit 18f42c66201573b67e1944671ad32b0001b1f8da)
---
 distribution/src/main/release/samples/jax_rs/basic_http2_jetty/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/distribution/src/main/release/samples/jax_rs/basic_http2_jetty/pom.xml b/distribution/src/main/release/samples/jax_rs/basic_http2_jetty/pom.xml
index c112739..0806cfb 100644
--- a/distribution/src/main/release/samples/jax_rs/basic_http2_jetty/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/basic_http2_jetty/pom.xml
@@ -85,7 +85,6 @@
                     <groupId>org.eclipse.jetty</groupId>
                     <artifactId>jetty-alpn-openjdk8-server</artifactId>
                     <version>${cxf.jetty9.version}</version>
-                    <scope>test</scope>
                 </dependency>
             </dependencies>
         </profile>
@@ -99,7 +98,6 @@
                     <groupId>org.eclipse.jetty</groupId>
                     <artifactId>jetty-alpn-java-server</artifactId>
                     <version>${cxf.jetty9.version}</version>
-                    <scope>test</scope>
                 </dependency>
             </dependencies>
         </profile>