Author: jochen
Date: Mon Jul 31 23:35:54 2006
New Revision: 427466
URL: http://svn.apache.org/viewvc?rev=427466&view=rev
Log:
Limited dependency scope.
Modified:
webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml
Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml?rev=427466&r1=427465&r2=427466&view=diff
==============================================================================
--- webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml (original)
+++ webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml Mon Jul 31
23:35:54 2006
@@ -33,7 +33,7 @@
<system>jira</system>
<url>http://issues.apache.org/jira/browse/JAXME</url>
</issueManagement>
- <inceptionYear>2005</inceptionYear>
+ <inceptionYear>2006</inceptionYear>
<mailingLists>
<mailingList>
<name>JaxMe Developers</name>
@@ -141,16 +141,19 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>2.0.4</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<version>2.0.4</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<artifactId>plexus-utils</artifactId>
<groupId>plexus</groupId>
<version>1.0.3</version>
+ <scope>provided</scope>
</dependency>
</dependencies>
<reporting>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]