You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2019/07/26 05:53:30 UTC

[storm] branch master updated: STORM-3435: Use Jetty BOM

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

srdo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c5c9b7  STORM-3435: Use Jetty BOM
     new 2b669f8  Merge pull request #3051 from srdo/STORM-3435
2c5c9b7 is described below

commit 2c5c9b79e0550e7b8d2f8d8315edc2dc3d445ce2
Author: Stig Rohde Døssing <sr...@apache.org>
AuthorDate: Sat Jun 29 12:08:46 2019 +0200

    STORM-3435: Use Jetty BOM
---
 pom.xml | 20 +++-----------------
 1 file changed, 3 insertions(+), 17 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5603831..6ad8c43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -865,25 +865,11 @@
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
-                <artifactId>jetty-servlet</artifactId>
-                <version>${jetty.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.eclipse.jetty</groupId>
-                <artifactId>jetty-servlets</artifactId>
-                <version>${jetty.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.eclipse.jetty</groupId>
-                <artifactId>jetty-server</artifactId>
-                <version>${jetty.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.eclipse.jetty</groupId>
-                <artifactId>jetty-util</artifactId>
+                <artifactId>jetty-bom</artifactId>
                 <version>${jetty.version}</version>
+                <scope>import</scope>
+                <type>pom</type>
             </dependency>
-
             <dependency>
                 <groupId>org.clojure</groupId>
                 <artifactId>tools.logging</artifactId>