1
0
mirror of synced 2026-08-07 10:47:49 +00:00

Upgrade to Spring 1.1.2.

This commit is contained in:
Ben Alex
2004-11-16 12:14:09 +00:00
parent f286c34312
commit 1d81f4d1b7
2 changed files with 47 additions and 22 deletions
+19 -12
View File
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<extend>${basedir}/../project.xml</extend>
<artifactId>acegi-security-sample-contacts</artifactId>
<name>Acegi Security System for Spring - Contacts sample</name>
<extend>${basedir}/../project.xml</extend>
<pomVersion>1</pomVersion>
<artifactId>acegi-security-sample-contacts</artifactId>
<name>Acegi Security System for Spring - Contacts sample</name>
<groupId>acegi-security-sample-contacts</groupId>
<dependencies>
<dependency>
<groupId>springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>1.1</version>
<url>http://www.springframework.org</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>hessian</groupId>
<artifactId>hessian</artifactId>
<version>3.0.1</version>
<type>jar</type>
<url>http://www.caucho.com</url>
<properties>
<war.bundle>true</war.bundle>
@@ -25,10 +20,22 @@
<groupId>burlap</groupId>
<artifactId>burlap</artifactId>
<version>2.1.7</version>
<type>jar</type>
<url>http://www.caucho.com</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>1.1.2</version>
<type>jar</type>
<url>http://www.springframework.org</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
</dependencies>
</project>