Repository: cxf-fediz Updated Branches: refs/heads/master c3893abfd -> ffa599bc7
Fixing wsclientWebapp demo on master Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/ffa599bc Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/ffa599bc Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/ffa599bc Branch: refs/heads/master Commit: ffa599bc7082d33fa863ab8315511166a24f8f2f Parents: c3893ab Author: Colm O hEigeartaigh <[email protected]> Authored: Mon Oct 6 13:10:18 2014 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Mon Oct 6 13:10:18 2014 +0100 ---------------------------------------------------------------------- examples/wsclientWebapp/webapp/pom.xml | 26 -------------------------- 1 file changed, 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/ffa599bc/examples/wsclientWebapp/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/wsclientWebapp/webapp/pom.xml b/examples/wsclientWebapp/webapp/pom.xml index 95a0ae7..093d9ba 100644 --- a/examples/wsclientWebapp/webapp/pom.xml +++ b/examples/wsclientWebapp/webapp/pom.xml @@ -82,32 +82,6 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-security</artifactId> <version>${cxf.version}</version> - <exclusions> - <exclusion> - <artifactId>xmlsec</artifactId> - <groupId>org.apache.santuario</groupId> - </exclusion> - <exclusion> - <artifactId>wss4j-ws-security-dom</artifactId> - <groupId>org.apache.wss4j</groupId> - </exclusion> - <exclusion> - <artifactId>wss4j-policy</artifactId> - <groupId>org.apache.wss4j</groupId> - </exclusion> - <exclusion> - <artifactId>wss4j-ws-security-stax</artifactId> - <groupId>org.apache.wss4j</groupId> - </exclusion> - <exclusion> - <artifactId>wss4j-ws-security-policy-stax</artifactId> - <groupId>org.apache.wss4j</groupId> - </exclusion> - <exclusion> - <artifactId>ehcache-core</artifactId> - <groupId>net.sf.ehcache</groupId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.apache.cxf</groupId>
