spring-framework/org.springframework.expression/pom.xml

24 lines
928 B
XML
Raw Normal View History

2008-07-11 14:34:50 +08:00
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2008-11-17 23:09:17 +08:00
<parent>
<groupId>org.springframework</groupId>
<artifactId>org.springframework.parent</artifactId>
<version>3.0-M1-SNAPSHOT</version>
</parent>
2008-07-11 14:34:50 +08:00
<modelVersion>4.0.0</modelVersion>
<artifactId>org.springframework.expression</artifactId>
<packaging>jar</packaging>
2008-11-17 23:09:17 +08:00
<name>Spring Framework: Expression Language</name>
2008-07-11 14:34:50 +08:00
<dependencies>
<dependency>
2008-11-17 23:09:17 +08:00
<groupId>org.springframework</groupId>
<artifactId>org.springframework.core</artifactId>
<version>${pom.version}</version>
2008-07-11 14:34:50 +08:00
</dependency>
2008-11-17 23:09:17 +08:00
<dependency>
<groupId>org.antlr</groupId>
<artifactId>com.springsource.org.antlr</artifactId>
<version>3.0.1</version>
</dependency>
2008-07-11 14:34:50 +08:00
</dependencies>
</project>