6 Oct 2008 09:12
svn commit: r701962 - /cocoon/cocoon3/trunk/parent/pom.xml
<reinhard <at> apache.org>
2008-10-06 07:12:13 GMT
2008-10-06 07:12:13 GMT
Author: reinhard Date: Mon Oct 6 00:12:13 2008 New Revision: 701962 URL: http://svn.apache.org/viewvc?rev=701962&view=rev Log: give credit to Simone Modified: cocoon/cocoon3/trunk/parent/pom.xml Modified: cocoon/cocoon3/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/parent/pom.xml?rev=701962&r1=701961&r2=701962&view=diff ============================================================================== --- cocoon/cocoon3/trunk/parent/pom.xml (original) +++ cocoon/cocoon3/trunk/parent/pom.xml Mon Oct 6 00:12:13 2008 <at> <at> -87,6 +87,12 <at> <at> <timezone>+1</timezone> </developer> </developers> + <contributors> + <contributor> + <name>Simone Tripodi</name> + <email>simone[dot]tripodi[at]gmail[dot]com</email> + </contributor> + </contributors> <dependencyManagement> <dependencies> <at> <at> -168,9 +174,24 <at> <at> <!-- Other libraries --> <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.3</version> + <groupId>commons-betwixt</groupId> + <artifactId>commons-betwixt</artifactId> + <version>0.8</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + <exclusion> + <groupId>commons-digester</groupId> + <artifactId>commons-digester</artifactId> + </exclusion> + <exclusion> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>commons-io</groupId> <at> <at> -178,35 +199,40 <at> <at> <version>1.4</version> </dependency> <dependency> + <groupId>commons-jexl</groupId> + <artifactId>commons-jexl</artifactId> + <version>1.1</version> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.3</version> + </dependency> + <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1.1</version> - </dependency> + </dependency> <dependency> - <groupId>commons-jexl</groupId> - <artifactId>commons-jexl</artifactId> - <version>1.1</version> - </dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <version>2.4</version> + </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.14</version> </dependency> <dependency> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - <version>1.3.02</version> - </dependency> - <dependency> <groupId>org.antlr</groupId> <artifactId>stringtemplate</artifactId> <version>3.0</version> </dependency> <dependency> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - <version>2.4</version> - </dependency> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + <version>1.3.02</version> + </dependency> <!-- Cocoon internal dependencies --> <dependency>
RSS Feed