You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by as...@apache.org on 2019/03/25 11:26:07 UTC

[oozie] branch master updated: OOZIE-3448 Cleanup of oozie-server copy dependency (nobigo via asalamon74)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f3ae290  OOZIE-3448 Cleanup of oozie-server copy dependency (nobigo via asalamon74)
f3ae290 is described below

commit f3ae29044bbf12f634358ee864255246664a9986
Author: Andras Salamon <as...@apache.org>
AuthorDate: Mon Mar 25 12:25:02 2019 +0100

    OOZIE-3448 Cleanup of oozie-server copy dependency (nobigo via asalamon74)
---
 release-log.txt |  1 +
 server/pom.xml  | 69 ---------------------------------------------------------
 2 files changed, 1 insertion(+), 69 deletions(-)

diff --git a/release-log.txt b/release-log.txt
index dcf12d6..4d776df 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.2.0 release (trunk - unreleased)
 
+OOZIE-3448 Cleanup of oozie-server copy dependency (nobigo via asalamon74)
 OOZIE-3446 Migrate from commons-lang 2.x to commons-lang 3.x (nobigo via asalamon74)
 OOZIE-3312 Add support for HSTS (kmarton via asalamon74)
 OOZIE-3207 Update ASF root pom version (asalamon74 via kmarton)
diff --git a/server/pom.xml b/server/pom.xml
index cc6041e..c35b636 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -186,75 +186,6 @@
                         <goals>
                             <goal>copy-dependencies</goal>
                         </goals>
-                        <configuration>
-                            <artifactItems>
-                                <artifactItem>
-                                    <groupId>org.eclipse.jetty</groupId>
-                                    <artifactId>jetty-server</artifactId>
-                                </artifactItem>
-                                <artifactItem>
-                                    <groupId>org.eclipse.jetty</groupId>
-                                    <artifactId>jetty-util</artifactId>
-                                </artifactItem>
-                                <artifactItem>
-                                    <groupId>org.eclipse.jetty</groupId>
-                                    <artifactId>jetty-http</artifactId>
-                                </artifactItem>
-                                <artifactItem>
-                                    <groupId>org.eclipse.jetty</groupId>
-                                    <artifactId>jetty-io</artifactId>
-                                </artifactItem>
-                                <artifactItem>
-                                    <groupId>org.eclipse.jetty</groupId>
-                                    <artifactId>jetty-webapp</artifactId>
-                                </artifactItem>
-                                <artifactItem>
-                                    <groupId>org.eclipse.jetty</groupId>
-                                    <artifactId>jetty-servlet</artifactId>
-                                </artifactItem>
-                                <artifactItem>
-                                    <groupId>org.eclipse.jetty</groupId>
-                                    <artifactId>jetty-security</artifactId>
-                                </artifactItem>
-                                <artifactItem>
-                                    <groupId>org.eclipse.jetty</groupId>
-                                    <artifactId>jetty-jsp</artifactId>
-                                </artifactItem>
-                                <artifactItem>
-                                    <groupId>org.eclipse.jetty</groupId>
-                                    <artifactId>jetty-plus</artifactId>
-                                </artifactItem>
-                                <artifactItem>
-                                    <groupId>org.eclipse.jetty</groupId>
-                                    <artifactId>jetty-annotations</artifactId>
-                                </artifactItem>
-
-                                <!--  JSP support -->
-                                <artifactItem>
-                                    <groupId>org.eclipse.jetty</groupId>
-                                    <artifactId>jetty-annotations</artifactId>
-                                </artifactItem>
-                                <artifactItem>
-                                    <groupId>org.eclipse.jetty</groupId>
-                                    <artifactId>jetty-webapp</artifactId>
-                                </artifactItem>
-                                <artifactItem>
-                                    <groupId>org.eclipse.jetty</groupId>
-                                    <artifactId>apache-jsp</artifactId>
-                                    <type>jar</type>
-                                </artifactItem>
-                                <artifactItem>
-                                    <groupId>org.eclipse.jetty</groupId>
-                                    <artifactId>jetty-plus</artifactId>
-                                </artifactItem>
-
-                                <artifactItem>
-                                    <groupId>org.apache.oozie</groupId>
-                                    <artifactId>webapp</artifactId>
-                                </artifactItem>
-
-                            </artifactItems>
-                        </configuration>
                     </execution>
                 </executions>
             </plugin>