wps-demo-dev
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.disy.wps</groupId>
<artifactId>wps-demo-dev</artifactId>
<version>2.0.0</version>
</dependency><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>
<artifactId>wps-demo-dev</artifactId>
<packaging>war</packaging>
<name>WPS Demo Dev</name>
<parent>
<groupId>net.disy.wps</groupId>
<artifactId>wps-parent</artifactId>
<version>2.0.0</version>
<relativePath>../wps-parent/pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</dependency>
<dependency>
<groupId>net.disy.wps</groupId>
<artifactId>wps-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.disy.wps</groupId>
<artifactId>wps-proxy</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.disy.wps</groupId>
<artifactId>wps-scripts</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.disy.wps</groupId>
<artifactId>wps-samples</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
</dependency>
<dependency>
<groupId>commons-httpcore</groupId>
<artifactId>commons-httpcore</artifactId>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.disy.legato</groupId>
<artifactId>legato-tools</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>net.disy.legato</groupId>
<artifactId>legato-scripts</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>net.disy.legato</groupId>
<artifactId>legato-jquery</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>net.disy.prototype</groupId>
<artifactId>prototype</artifactId>
<version>1.6.0.3</version>
</dependency>
<dependency>
<groupId>net.disy.jquery</groupId>
<artifactId>jquery-ui</artifactId>
<version>1.8.20</version>
</dependency>
<dependency>
<groupId>net.disy.legato</groupId>
<artifactId>legato-testing</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>