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:
parent
7a3fe2081c
commit
3640d1d065
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue