/[Apache-SVN]/webservices/rampart/trunk/java/pom.xml
ViewVC logotype

Log of /webservices/rampart/trunk/java/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 808564 - (view) (annotate) - [select for diffs]
Modified Thu Aug 27 18:40:34 2009 UTC (2 months, 4 weeks ago) by nandana
File length: 14142 byte(s)
Diff to previous 800303 (colored)
RAMPART-231 Applying Thilina's patch for SAML 2.0 support. Thanks Thilina

Revision 800303 - (view) (annotate) - [select for diffs]
Modified Mon Aug 3 11:10:39 2009 UTC (3 months, 3 weeks ago) by nandana
File length: 13868 byte(s)
Diff to previous 791776 (colored)
moving to WSS4J 1.5.8

Revision 791776 - (view) (annotate) - [select for diffs]
Modified Tue Jul 7 10:00:47 2009 UTC (4 months, 2 weeks ago) by nandana
File length: 13877 byte(s)
Diff to previous 790571 (colored)
changing wss4j version to 1.5.8-SNAPSHOT

Revision 790571 - (view) (annotate) - [select for diffs]
Modified Thu Jul 2 12:55:43 2009 UTC (4 months, 3 weeks ago) by nandana
File length: 13868 byte(s)
Diff to previous 765654 (colored)
changing the axis2 version and wss4j version

Revision 765654 - (view) (annotate) - [select for diffs]
Modified Thu Apr 16 14:44:26 2009 UTC (7 months, 1 week ago) by ruchithf
File length: 13886 byte(s)
Diff to previous 764086 (colored)
Updated my info

Revision 764086 - (view) (annotate) - [select for diffs]
Modified Fri Apr 10 22:23:43 2009 UTC (7 months, 2 weeks ago) by veithen
File length: 13870 byte(s)
Diff to previous 761777 (colored)
Added a profile that allows to specify a different Axiom version.

Revision 761777 - (view) (annotate) - [select for diffs]
Modified Fri Apr 3 20:18:18 2009 UTC (7 months, 3 weeks ago) by veithen
File length: 12739 byte(s)
Diff to previous 761773 (colored)
Changed scope of log4j dependency to test.

Revision 761773 - (view) (annotate) - [select for diffs]
Modified Fri Apr 3 20:02:18 2009 UTC (7 months, 3 weeks ago) by veithen
File length: 12707 byte(s)
Diff to previous 760510 (colored)
Changed Axis2 version from SNAPSHOT to 1.5-SNAPSHOT to make sure the next release of Rampart works with the next Axis2 release.

Revision 760510 - (view) (annotate) - [select for diffs]
Modified Tue Mar 31 16:27:39 2009 UTC (7 months, 3 weeks ago) by nandana
File length: 12695 byte(s)
Diff to previous 759452 (colored)
changing source version 1.5

Revision 759452 - (view) (annotate) - [select for diffs]
Modified Sat Mar 28 10:51:36 2009 UTC (8 months ago) by nandana
File length: 12695 byte(s)
Diff to previous 759427 (colored)
removing properties not used any more

Revision 759427 - (view) (annotate) - [select for diffs]
Modified Sat Mar 28 03:32:29 2009 UTC (8 months ago) by nandana
File length: 13885 byte(s)
Diff to previous 759409 (colored)
removing dependancies inherited from Axis2

Revision 759409 - (view) (annotate) - [select for diffs]
Modified Sat Mar 28 00:35:47 2009 UTC (8 months ago) by veithen
File length: 18617 byte(s)
Diff to previous 754659 (colored)
Dependency cleanup (1st part):
* junit dependency should have test scope. Exception: in rampart-integration, the code in src/main/java also depends on junit.
* Added exclusions for transitive dependencies from jaxen.
* Removed dependencies on annogen, ant-nodeps and xalan.
* Replaced dependency on axis2-transports by dependencies on individual transport implementations so that maven can add the right transitive dependencies.
* Removed the explicit dependency on httpcore. This is now a transitive dependency contributed by axis2-transport-http.
* The dependency on org.opensaml:opensaml was declared twice: first using version 2.2.3 and then using version 1.1. Since Maven only keeps the last declared version, removed the dependency on 2.2.3.
* Removed dependencies on xml-apis and xercesImpl since the target platform is now Java 5. (Note that they still remain transitive dependencies)

Revision 754659 - (view) (annotate) - [select for diffs]
Modified Sun Mar 15 11:56:20 2009 UTC (8 months, 1 week ago) by veithen
File length: 20056 byte(s)
Diff to previous 752370 (colored)
RAMPART-219: Set WSS4J version to 1.5.6, which is now available.

Revision 752370 - (view) (annotate) - [select for diffs]
Modified Wed Mar 11 04:46:49 2009 UTC (8 months, 2 weeks ago) by nandana
File length: 20059 byte(s)
Diff to previous 751325 (colored)
Applying patch for RAMPART-219, thanks Clom

Revision 751325 - (view) (annotate) - [select for diffs]
Modified Sat Mar 7 20:28:48 2009 UTC (8 months, 2 weeks ago) by veithen
File length: 20055 byte(s)
Diff to previous 751252 (colored)
1. Removed the ModulePolicyExtension interface from the Rampart module. Rationale:
* ModulePolicyExtension is not really implemented since Rampart#getPolicyExtension() only throws an UnsupportedOperationException.
* The UnsupportedOperationException causes a misleading error message in wsdl2java (cf. http://markmail.org/thread/3kcjha2fxo2tksey and r748704).
* ModulePolicyExtension is part of axis2-codegen and therefore requires a corresponding Maven dependency. Since it is not really used, this is an unnecessary annoyance for Maven projects depending on Rampart.
* It causes troubles at runtime. See AXIS2-3213 and AXIS2-4265. 

2. Moved the codegen and xmlbeans dependencies from the root POM to rampart-integration.

Revision 751252 - (view) (annotate) - [select for diffs]
Modified Sat Mar 7 12:10:48 2009 UTC (8 months, 3 weeks ago) by veithen
File length: 20631 byte(s)
Diff to previous 751236 (colored)
Stripped dependencies that would impose a particular logging implementation on Maven projects depending on Rampart.

Revision 751236 - (view) (annotate) - [select for diffs]
Modified Sat Mar 7 10:20:28 2009 UTC (8 months, 3 weeks ago) by veithen
File length: 20383 byte(s)
Diff to previous 747687 (colored)
Moved the axis2-transports dependency from the parent POM to rampart-integration.

Revision 747687 - (view) (annotate) - [select for diffs]
Modified Wed Feb 25 07:06:39 2009 UTC (9 months ago) by nandana
File length: 20587 byte(s)
Diff to previous 733778 (colored)
Adding bouncycastle to the distribution and upgrading to new version , adding OpenSAML2 dependancy and OpenSAML repo ,

Revision 733778 - (view) (annotate) - [select for diffs]
Modified Mon Jan 12 15:10:39 2009 UTC (10 months, 2 weeks ago) by gdaniels
File length: 19656 byte(s)
Diff to previous 725819 (colored)
Use separate variable for transport version now that it's decoupled.

Remove -lcmn option from codegen, which should never have been needed originally.

Revision 725819 - (view) (annotate) - [select for diffs]
Modified Thu Dec 11 21:21:09 2008 UTC (11 months, 2 weeks ago) by dims
File length: 19584 byte(s)
Diff to previous 718982 (colored)
switch off unique versions in the snapshot repo

Revision 718982 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 15:28:06 2008 UTC (12 months, 1 week ago) by dims
File length: 19535 byte(s)
Diff to previous 718653 (colored)
don't fail if -Dtest=false is set

Revision 718653 - (view) (annotate) - [select for diffs]
Modified Tue Nov 18 17:07:02 2008 UTC (12 months, 1 week ago) by dims
File length: 19490 byte(s)
Diff to previous 685489 (colored)
switch to 1.4-SNAPSHOT for xmlschema

Revision 685489 - (view) (annotate) - [select for diffs]
Modified Wed Aug 13 09:19:52 2008 UTC (15 months, 2 weeks ago) by nandana
File length: 19486 byte(s)
Diff to previous 654693 (colored)
Adding axis2 transport module

Revision 654693 - (view) (annotate) - [select for diffs]
Modified Fri May 9 06:40:02 2008 UTC (18 months, 2 weeks ago) by nandana
File length: 19292 byte(s)
Diff to previous 650014 (colored)
Removed xbeans dependency 

Revision 650014 - (view) (annotate) - [select for diffs]
Modified Mon Apr 21 03:45:17 2008 UTC (19 months ago) by keithc
File length: 19511 byte(s)
Diff to previous 649379 (colored)
Adding <classifier>impl</classifier> to the axis2 mex dependancy as mentioned by Dims (http://www.nabble.com/Mex-jar-missing-in-maven-repo-td16794069.html)

Revision 649379 - (view) (annotate) - [select for diffs]
Modified Fri Apr 18 06:11:29 2008 UTC (19 months, 1 week ago) by nandana
File length: 19469 byte(s)
Diff to previous 645474 (colored)
Added WS zones repository 

Revision 645474 - (view) (annotate) - [select for diffs]
Modified Mon Apr 7 12:13:29 2008 UTC (19 months, 2 weeks ago) by nandana
File length: 18731 byte(s)
Diff to previous 645453 (colored)
changed the mex-impl dependency to mex (Axis2 metadata) 

Revision 645453 - (view) (annotate) - [select for diffs]
Modified Mon Apr 7 10:40:42 2008 UTC (19 months, 2 weeks ago) by nandana
File length: 18736 byte(s)
Diff to previous 645389 (colored)
Reverted the xmlsec version to 1.4.0 for now

Revision 645389 - (view) (annotate) - [select for diffs]
Modified Mon Apr 7 06:03:17 2008 UTC (19 months, 2 weeks ago) by nandana
File length: 18736 byte(s)
Diff to previous 642144 (colored)
Changed the xmlsec version to 1.4.1 

Revision 642144 - (view) (annotate) - [select for diffs]
Modified Fri Mar 28 08:46:46 2008 UTC (20 months ago) by nandana
File length: 18736 byte(s)
Diff to previous 636208 (colored)
Changed the httpcore version to be syn with Axis2

Revision 636208 - (view) (annotate) - [select for diffs]
Modified Wed Mar 12 05:51:26 2008 UTC (20 months, 2 weeks ago) by ruchithf
File length: 19316 byte(s)
Diff to previous 631100 (colored)
Removed some hardcoded version numbers from the integration pom.xml

Revision 631100 - (view) (annotate) - [select for diffs]
Modified Tue Feb 26 06:09:48 2008 UTC (21 months ago) by nandana
File length: 19851 byte(s)
Diff to previous 627231 (colored)
Added Axis2 MEX module and added my name as a developer :)

Revision 627231 - (view) (annotate) - [select for diffs]
Modified Wed Feb 13 03:39:13 2008 UTC (21 months, 2 weeks ago) by dims
File length: 19445 byte(s)
Diff to previous 616984 (colored)
Update dependencies to latest versions

Revision 616984 - (view) (annotate) - [select for diffs]
Modified Thu Jan 31 01:57:35 2008 UTC (21 months, 3 weeks ago) by ruchithf
File length: 18464 byte(s)
Diff to previous 616657 (colored)
Fixed build break

Revision 616657 - (view) (annotate) - [select for diffs]
Modified Wed Jan 30 06:43:50 2008 UTC (21 months, 3 weeks ago) by saminda
File length: 19761 byte(s)
Diff to previous 612068 (colored)
1.0-SNAPSHOT

Revision 612068 - (view) (annotate) - [select for diffs]
Modified Tue Jan 15 10:12:40 2008 UTC (22 months, 1 week ago) by saminda
File length: 19772 byte(s)
Diff to previous 611730 (colored)
Allowing the rampart parent version to come to rampart.version property

Revision 611730 - (view) (annotate) - [select for diffs]
Modified Mon Jan 14 07:47:28 2008 UTC (22 months, 1 week ago) by saminda
File length: 19766 byte(s)
Diff to previous 611729 (colored)
Moved documentation resources to documentation module. 

Revision 611729 - (view) (annotate) - [select for diffs]
Modified Mon Jan 14 07:34:15 2008 UTC (22 months, 1 week ago) by saminda
File length: 20469 byte(s)
Diff to previous 597667 (colored)
1. Fixed the disbribution
2. Fixed poms
3. Inorder to build the distribtuion use mvn clean install -Drelease 

Revision 597667 - (view) (annotate) - [select for diffs]
Modified Fri Nov 23 14:02:40 2007 UTC (2 years ago) by ruchithf
File length: 19284 byte(s)
Diff to previous 597554 (colored)
Updating versions to be able to build with the latest Axis2 trunk

Revision 597554 - (view) (annotate) - [select for diffs]
Modified Fri Nov 23 05:20:12 2007 UTC (2 years ago) by keithc
File length: 19284 byte(s)
Diff to previous 597552 (colored)
Updating woden dependancy to pick the new jars


Revision 597552 - (view) (annotate) - [select for diffs]
Modified Fri Nov 23 05:19:21 2007 UTC (2 years ago) by keithc
File length: 19093 byte(s)
Diff to previous 563677 (colored)
Fixing woden version


Revision 563677 - (view) (annotate) - [select for diffs]
Modified Tue Aug 7 22:13:20 2007 UTC (2 years, 3 months ago) by ruchithf
File length: 19088 byte(s)
Diff to previous 563658 (colored)
Trying to get rid of hardcoded versions

Revision 563658 - (view) (annotate) - [select for diffs]
Modified Tue Aug 7 21:14:49 2007 UTC (2 years, 3 months ago) by ruchithf
File length: 18935 byte(s)
Diff to previous 563652 (colored)
Reverted the trunk deps versions to SNAPSHOT and created the 1.3 branch

Revision 563652 - (view) (annotate) - [select for diffs]
Modified Tue Aug 7 20:52:27 2007 UTC (2 years, 3 months ago) by ruchithf
File length: 18940 byte(s)
Diff to previous 563543 (colored)
Set the axis2 versions to 1.3-SNAPSHOT

Revision 563543 - (view) (annotate) - [select for diffs]
Modified Tue Aug 7 16:16:33 2007 UTC (2 years, 3 months ago) by dims
File length: 18935 byte(s)
Diff to previous 561014 (colored)
Don't bring in the boat :) - just use what we need

Revision 561014 - (view) (annotate) - [select for diffs]
Modified Mon Jul 30 15:38:19 2007 UTC (2 years, 3 months ago) by ruchithf
File length: 18340 byte(s)
Diff to previous 556500 (colored)
Got clover reports working ... but it is yet to be configured properly

Revision 556500 - (view) (annotate) - [select for diffs]
Modified Mon Jul 16 03:18:54 2007 UTC (2 years, 4 months ago) by muthulee
File length: 17245 byte(s)
Diff to previous 555902 (colored)
1) Fully tested tomcat sample
2) Adding the xdoc directory
3) Adding the site build to the pom


Revision 555902 - (view) (annotate) - [select for diffs]
Modified Fri Jul 13 08:02:03 2007 UTC (2 years, 4 months ago) by muthulee
File length: 17608 byte(s)
Diff to previous 554163 (colored)
Adding the Rampart site. Adding the site to the build.xml.


Revision 554163 - (view) (annotate) - [select for diffs]
Modified Sat Jul 7 08:33:33 2007 UTC (2 years, 4 months ago) by ruchithf
File length: 17278 byte(s)
Diff to previous 553190 (colored)
Applied a patch from Amila on policy validation - Thanks Amila
Fixed a typo
Updated the neethi version to SNAPSHOT


Revision 553190 - (view) (annotate) - [select for diffs]
Modified Wed Jul 4 12:28:42 2007 UTC (2 years, 4 months ago) by ruchithf
File length: 17275 byte(s)
Diff to previous 543099 (colored)
Making sure rampart compiles with axis2 trunk

Revision 543099 - (view) (annotate) - [select for diffs]
Modified Thu May 31 09:39:52 2007 UTC (2 years, 5 months ago) by ruchithf
File length: 17281 byte(s)
Diff to previous 541984 (colored)
Changed the axis2 version to SNAPSHOT

Revision 541984 - (view) (annotate) - [select for diffs]
Modified Sun May 27 13:10:28 2007 UTC (2 years, 6 months ago) by ruchithf
File length: 17265 byte(s)
Diff to previous 540802 (colored)
Setting SNAPSHOTS to released versions

Revision 540802 - (view) (annotate) - [select for diffs]
Modified Wed May 23 01:48:58 2007 UTC (2 years, 6 months ago) by dims
File length: 17276 byte(s)
Diff to previous 539771 (colored)
switch addressing mar to the 1.2 released version as well

Revision 539771 - (view) (annotate) - [select for diffs]
Modified Sat May 19 16:01:03 2007 UTC (2 years, 6 months ago) by ruchithf
File length: 17285 byte(s)
Diff to previous 536162 (colored)
release distro build is ready

Revision 536162 - (view) (annotate) - [select for diffs]
Modified Tue May 8 11:16:22 2007 UTC (2 years, 6 months ago) by ruchithf
File length: 17288 byte(s)
Diff to previous 534656 (colored)
applied Hans' patch in RAMPART-8 - Thanks Hans. Added maven-site-plugin config into pom.xmls

Revision 534656 - (view) (annotate) - [select for diffs]
Modified Wed May 2 23:32:42 2007 UTC (2 years, 6 months ago) by ruchithf
File length: 16929 byte(s)
Diff to previous 531537 (colored)
setting the axis2 and axiom versions to latest released versions

Revision 531537 - (view) (annotate) - [select for diffs]
Modified Mon Apr 23 17:16:59 2007 UTC (2 years, 7 months ago) by ruchithf
File length: 16941 byte(s)
Diff to previous 530721 (colored)
Updated the xml-sec group id

Revision 530721 - (view) (annotate) - [select for diffs]
Modified Fri Apr 20 09:43:13 2007 UTC (2 years, 7 months ago) by ruchithf
File length: 16933 byte(s)
Diff to previous 529541 (colored)
Imported the samples from the axis2 repo and updated deps

Revision 529541 - (view) (annotate) - [select for diffs]
Modified Tue Apr 17 09:28:46 2007 UTC (2 years, 7 months ago) by ruchithf
File length: 16862 byte(s)
Diff to previous 519914 (colored)
Build failure seems to be due to the bug mentioned here : 
http://issues.apache.org/bugzilla/show_bug.cgi?id=38655
This is fixed in xmlsec-1.4.0

Changed the rampart's xml-sec version to 1.4.0. We need to get xmlsec-1.4.0.jar into a public maven2 repo. 
Dims can you please help :-)?


Revision 519914 - (view) (annotate) - [select for diffs]
Modified Mon Mar 19 11:47:12 2007 UTC (2 years, 8 months ago) by saminda
File length: 16862 byte(s)
Diff to previous 519888 (colored)
Cleaning up the dependencies 

Revision 519888 - (view) (annotate) - [select for diffs]
Modified Mon Mar 19 09:51:16 2007 UTC (2 years, 8 months ago) by ruchithf
File length: 17685 byte(s)
Diff to previous 516379 (colored)
Using the axis2-SNAPSHOT and getting rid of specific deps

Revision 516379 - (view) (annotate) - [select for diffs]
Modified Fri Mar 9 11:40:23 2007 UTC (2 years, 8 months ago) by saminda
File length: 18087 byte(s)
Diff to previous 508425 (colored)
Fixing build faliour problem. Cleanup the poms. This's my first commit to the Rampart.:)  

Revision 508425 - (view) (annotate) - [select for diffs]
Modified Fri Feb 16 14:37:34 2007 UTC (2 years, 9 months ago) by dims
File length: 17754 byte(s)
Diff to previous 508353 (colored)
add support for deploying snapshots

Revision 508353 - (view) (annotate) - [select for diffs]
Modified Fri Feb 16 09:16:08 2007 UTC (2 years, 9 months ago) by muthulee
File length: 17201 byte(s)
Diff to previous 507586 (colored)
If MTOM Policy Assertion is present, MTOM serialize the message

Revision 507586 - (view) (annotate) - [select for diffs]
Modified Wed Feb 14 15:42:11 2007 UTC (2 years, 9 months ago) by dims
File length: 17021 byte(s)
Diff to previous 507576 (colored)
switch to m2 built version of wss4j

Revision 507576 - (view) (annotate) - [select for diffs]
Modified Wed Feb 14 15:30:01 2007 UTC (2 years, 9 months ago) by dims
File length: 17004 byte(s)
Diff to previous 504428 (colored)
Don't use the m1 repos & update dependencies

Revision 504428 - (view) (annotate) - [select for diffs]
Modified Wed Feb 7 03:52:18 2007 UTC (2 years, 9 months ago) by ruchithf
File length: 17990 byte(s)
Diff to previous 504211 (colored)
- Getting RampartTest (policy based) to work (Two more test scenarios to go - SecConv - and we'r done !!!:-) )
- Added the stub class for the codegen'ed tests to work around a bug in Axis2 codegen where it doesn't recognise the soapAction specified in the WSDL


Revision 504211 - (view) (annotate) - [select for diffs]
Modified Tue Feb 6 17:30:21 2007 UTC (2 years, 9 months ago) by ruchithf
File length: 17990 byte(s)
Diff to previous 503653 (colored)
Updated deps and added the ws.zones maven2 repo

Revision 503653 - (view) (annotate) - [select for diffs]
Modified Mon Feb 5 11:59:01 2007 UTC (2 years, 9 months ago) by ruchithf
File length: 17017 byte(s)
Diff to previous 500585 (colored)
Adding rampart-integration to the main build

Revision 500585 - (view) (annotate) - [select for diffs]
Modified Sat Jan 27 18:45:04 2007 UTC (2 years, 10 months ago) by ruchithf
File length: 16971 byte(s)
Diff to previous 500240 (colored)
Added mailing list info and playing around to figure out how to create the web site properly :-)

Revision 500240 - (view) (annotate) - [select for diffs]
Modified Fri Jan 26 13:44:56 2007 UTC (2 years, 10 months ago) by ruchithf
File length: 16418 byte(s)
Diff to previous 495508 (colored)
Applying Dimuthu's patch to RAMPART-1

Revision 495508 - (view) (annotate) - [select for diffs]
Modified Fri Jan 12 07:47:02 2007 UTC (2 years, 10 months ago) by ruchithf
File length: 16326 byte(s)
Diff to previous 495157 (colored)
Added the mvn build to build the test suite

Revision 495157 - (view) (annotate) - [select for diffs]
Modified Thu Jan 11 08:46:04 2007 UTC (2 years, 10 months ago) by ruchithf
File length: 16334 byte(s)
Diff to previous 494783 (colored)
adding sanka to the dev list ... he worked on the secpolicy builders

Revision 494783 - (view) (annotate) - [select for diffs]
Added Wed Jan 10 11:01:43 2007 UTC (2 years, 10 months ago) by ruchithf
File length: 16124 byte(s)
Adding maven2 build files

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2