b3923bd2fb
without s and made vasc config object.
32 lines
1.1 KiB
XML
32 lines
1.1 KiB
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/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<artifactId>vasc-frontend</artifactId>
|
|
<groupId>net.forwardfire.vasc</groupId>
|
|
<version>0.3.5-SNAPSHOT</version>
|
|
<relativePath>..</relativePath>
|
|
</parent>
|
|
<artifactId>vasc-frontend-web-export</artifactId>
|
|
<name>vasc-frontend-web-export</name>
|
|
<description>vasc-frontend-web-export</description>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>net.forwardfire.vasc</groupId>
|
|
<artifactId>vasc-core</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.forwardfire.vasc</groupId>
|
|
<artifactId>vasc-ejb3</artifactId>
|
|
<version>${project.version}</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.servlet</groupId>
|
|
<artifactId>servlet-api</artifactId>
|
|
<version>2.5</version>
|
|
<type>jar</type>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |