27 lines
953 B
XML
27 lines
953 B
XML
<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">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<artifactId>vasc</artifactId>
|
|
<groupId>net.forwardfire.vasc</groupId>
|
|
<version>0.3.5-SNAPSHOT</version>
|
|
</parent>
|
|
<groupId>net.forwardfire.vasc</groupId>
|
|
<artifactId>vasc-xpql</artifactId>
|
|
<version>0.3.5-SNAPSHOT</version>
|
|
<name>vasc-xpql</name>
|
|
<description>vasc xpql parser for queries.</description>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.x4o</groupId>
|
|
<artifactId>x4o-core</artifactId>
|
|
<version>${x4o-core.version}</version>
|
|
</dependency>
|
|
<!-- JSP depency -->
|
|
<dependency>
|
|
<groupId>javax.servlet.jsp</groupId>
|
|
<artifactId>jsp-api</artifactId>
|
|
<version>2.1</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |