added spring expression dependency to maven pom

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2957 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Keith Donald 2010-02-11 23:01:58 +00:00
parent 7a3fe2081c
commit 3640d1d065
1 changed files with 6 additions and 0 deletions

View File

@ -181,6 +181,12 @@
<version>${project.version}</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId> <artifactId>spring-oxm</artifactId>