You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2016/05/25 20:34:25 UTC

[03/39] incubator-trafodion git commit: Fix for JIRA 1953

Fix for JIRA 1953


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/67d3e197
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/67d3e197
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/67d3e197

Branch: refs/heads/master
Commit: 67d3e197f4be877a5206e06326009a0f4681a5a8
Parents: 5dc6754
Author: Venkat Muthuswamy <ve...@esgyn.com>
Authored: Wed Apr 27 21:47:22 2016 -0700
Committer: Venkat Muthuswamy <ve...@esgyn.com>
Committed: Wed Apr 27 21:47:22 2016 -0700

----------------------------------------------------------------------
 core/rest/pom.xml              | 6 +++++-
 core/rest/src/assembly/all.xml | 1 +
 2 files changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/67d3e197/core/rest/pom.xml
----------------------------------------------------------------------
diff --git a/core/rest/pom.xml b/core/rest/pom.xml
index ab36f7c..5f7b478 100644
--- a/core/rest/pom.xml
+++ b/core/rest/pom.xml
@@ -520,7 +520,11 @@
       <artifactId>jetty-util</artifactId>
       <version>${jetty.version}</version>
     </dependency>
-
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+      <version>${jetty.version}</version>
+    </dependency>
      <!-- REST dependencies -->
     <dependency>
       <groupId>com.sun.jersey</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/67d3e197/core/rest/src/assembly/all.xml
----------------------------------------------------------------------
diff --git a/core/rest/src/assembly/all.xml b/core/rest/src/assembly/all.xml
index ba9df23..461db05 100644
--- a/core/rest/src/assembly/all.xml
+++ b/core/rest/src/assembly/all.xml
@@ -83,6 +83,7 @@ http://maven.apache.org/plugins/maven-assembly-plugin/faq.html#required-classifi
         <include>org.eclipse.jetty:jetty-http</include>
         <include>org.eclipse.jetty:jetty-io</include>
         <include>org.eclipse.jetty:jetty-server</include>
+        <include>org.eclipse.jetty:jetty-security</include>
         <include>javax.servlet:javax.servlet-api</include>
         <include>com.sun.jersey:jersey-server</include>
         <include>com.sun.jersey:jersey-json</include>