wps-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.disy.wps</groupId> <artifactId>wps-api</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-api</artifactId> <packaging>jar</packaging> <name>WPS API</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>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.jvnet.ogc</groupId> <artifactId>wps-v_1_0_0-schema</artifactId> </dependency> <dependency> <groupId>org.jvnet.ogc</groupId> <artifactId>gml-v_3_1_1-schema</artifactId> </dependency> <dependency> <groupId>org.jvnet.ogc</groupId> <artifactId>ogc-tools-gml-jts</artifactId> </dependency> <dependency> <groupId>net.disy.wps</groupId> <artifactId>wps-pd</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> </dependency> <dependency> <groupId>net.sourceforge.collections</groupId> <artifactId>collections-generic</artifactId> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </dependency> <dependency> <groupId>org.directwebremoting</groupId> <artifactId>dwr</artifactId> <version>2.0.3</version> </dependency> <dependency> <groupId>com.vividsolutions</groupId> <artifactId>jts</artifactId> <version>1.11</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> </dependency> <dependency> <groupId>net.java.dev.jsr-275</groupId> <artifactId>jsr-275</artifactId> </dependency> <dependency> <groupId>net.disy.legato</groupId> <artifactId>legato-tools</artifactId> <version>2.0.0</version> </dependency> </dependencies> <build> <defaultGoal>install</defaultGoal> <plugins> <plugin> <groupId>com.mycila.maven-license-plugin</groupId> <artifactId>maven-license-plugin</artifactId> </plugin> </plugins> </build> </project>