|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
svn commit: r673134 - in /tapestry/tapestry5/trunk: pom.xml tapestry-ioc/pom.xmlAuthor: hlship
Date: Tue Jul 1 09:47:49 2008 New Revision: 673134 URL: http://svn.apache.org/viewvc?rev=673134&view=rev Log: TAPESTRY-2498: Add JDK 1.6 compatibility via Javassist 3.8.0.GA Modified: tapestry/tapestry5/trunk/pom.xml tapestry/tapestry5/trunk/tapestry-ioc/pom.xml Modified: tapestry/tapestry5/trunk/pom.xml URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=673134&r1=673133&r2=673134&view=diff ============================================================================== --- tapestry/tapestry5/trunk/pom.xml (original) +++ tapestry/tapestry5/trunk/pom.xml Tue Jul 1 09:47:49 2008 @@ -1,4 +1,5 @@ -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.tapestry</groupId> <artifactId>tapestry-project</artifactId> @@ -77,15 +78,15 @@ <role>Developer</role> </roles> <timezone>+1</timezone> - </developer> - <developer> - <id>drobiazko</id> - <name>Igor Drobiazko</name> - <email>drobiazko@...</email> - <roles> - <role>Developer</role> - </roles> - <timezone>+1</timezone> + </developer> + <developer> + <id>drobiazko</id> + <name>Igor Drobiazko</name> + <email>drobiazko@...</email> + <roles> + <role>Developer</role> + </roles> + <timezone>+1</timezone> </developer> </developers> @@ -153,13 +154,6 @@ </dependency> <dependency> - <groupId>jboss</groupId> - <artifactId>javassist</artifactId> - <version>3.7.ga</version> - </dependency> - - - <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> <version>2.3</version> Modified: tapestry/tapestry5/trunk/tapestry-ioc/pom.xml URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/pom.xml?rev=673134&r1=673133&r2=673134&view=diff ============================================================================== --- tapestry/tapestry5/trunk/tapestry-ioc/pom.xml (original) +++ tapestry/tapestry5/trunk/tapestry-ioc/pom.xml Tue Jul 1 09:47:49 2008 @@ -25,11 +25,11 @@ </dependency> <dependency> - <groupId>jboss</groupId> + <groupId>org.jboss</groupId> <artifactId>javassist</artifactId> + <version>3.8.0.GA</version> </dependency> - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> |
| Free Forum Powered by Nabble | Forum Help |