You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Frank Cornelis <fr...@lin-k.net> on 2007/02/23 10:34:05 UTC

WSS4J pom.xml should include runtime xalan dependency

Hi,

The Maven2 pom.xml for WSS4J 1.5.1 should also contain the next
dependency:
<dependencies>
	<dependency>
		<groupId>xalan</groupId>
		<artifactId>xalan</artifactId>
		<version>2.7.0</version>
		<scope>runtime</scope>
	</dependency>
</dependencies>


Regards,
Frank.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: WSS4J pom.xml should include runtime xalan dependency

Posted by Carlos Sanchez <ca...@apache.org>.
Please read http://maven.apache.org/guides/mini/guide-maven-evangelism.html

On 2/23/07, Frank Cornelis <fr...@lin-k.net> wrote:
> Hi,
>
> The Maven2 pom.xml for WSS4J 1.5.1 should also contain the next
> dependency:
> <dependencies>
>         <dependency>
>                 <groupId>xalan</groupId>
>                 <artifactId>xalan</artifactId>
>                 <version>2.7.0</version>
>                 <scope>runtime</scope>
>         </dependency>
> </dependencies>
>
>
> Regards,
> Frank.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>


-- 
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                             -- The Princess Bride

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org