Author: andyhot
Date: Wed Nov 25 02:24:17 2009
New Revision: 883959
URL: http://svn.apache.org/viewvc?rev=883959&view=rev
Log:
revert javassist version - not found in defined repos or central
Modified:
tapestry/tapestry5/branches/5.0/tapestry-ioc/pom.xml
Modified: tapestry/tapestry5/branches/5.0/tapestry-ioc/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.0/tapestry-ioc/pom.xml?rev=883959&r1=883958&r2=883959&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.0/tapestry-ioc/pom.xml (original)
+++ tapestry/tapestry5/branches/5.0/tapestry-ioc/pom.xml Wed Nov 25 02:24:17
2009
@@ -27,7 +27,7 @@
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.9.0.GA</version>
+ <version>3.8.0.GA</version>
</dependency>
<dependency>
@@ -117,7 +117,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
- <!-- Version 2.1 is broken. -->
<version>${cobertura-plugin-version}</version>
</plugin>
</plugins>