You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by jb...@apache.org on 2015/03/20 13:11:31 UTC

[06/12] cxf-fediz git commit: Removing provided libs from assembled zip

Removing provided libs from assembled zip


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/5c2dfa61
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/5c2dfa61
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/5c2dfa61

Branch: refs/heads/master
Commit: 5c2dfa610d7dc07311bd1ca90cafc45d116754c4
Parents: ab0d1b0
Author: Jan Bernhardt <jb...@talend.com>
Authored: Mon Mar 9 14:14:44 2015 +0100
Committer: Jan Bernhardt <jb...@talend.com>
Committed: Thu Mar 19 17:26:39 2015 +0100

----------------------------------------------------------------------
 .../java/org/apache/cxf/fediz/example/FederationServlet.java   | 2 +-
 plugins/websphere/pom.xml                                      | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/5c2dfa61/examples/websphereWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java
----------------------------------------------------------------------
diff --git a/examples/websphereWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java b/examples/websphereWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java
index a20910d..13029d9 100644
--- a/examples/websphereWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java
+++ b/examples/websphereWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java
@@ -86,7 +86,7 @@ public class FederationServlet extends HttpServlet {
                 out.println(c.getClaimType().toString() + ": " + c.getValue() + "<p>");
             }
         } else {
-            out.println("<p>Principal is not instance of FedizPrincipal");
+            out.println("<br>Principal is not instance of FedizPrincipal<p>");
         }
 
         Element el = SecurityTokenThreadLocal.getToken();

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/5c2dfa61/plugins/websphere/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/websphere/pom.xml b/plugins/websphere/pom.xml
index 7fbc88c..cbc36d4 100644
--- a/plugins/websphere/pom.xml
+++ b/plugins/websphere/pom.xml
@@ -67,21 +67,21 @@
 			<artifactId>com.ibm.websphere.security</artifactId>
 			<version>1.0.3</version>
 			<type>jar</type>
-			<scope>compile</scope>
+			<scope>provided</scope>
  		</dependency>
 		<dependency>
 			<groupId>com.ibm.ws.security</groupId>
 			<artifactId>com.ibm.ws.security.authentication.tai</artifactId>
 			<version>1.0.3</version>
 			<type>jar</type>
-			<scope>compile</scope>
+			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>com.ibm.ws.security</groupId>
 			<artifactId>com.ibm.ws.security.token</artifactId>
 			<version>1.0.2</version>
 			<type>jar</type>
-			<scope>compile</scope>
+			<scope>provided</scope>
 		</dependency>        
 
 		<dependency>