plugin.geomajas-layer-tms.1.18.2.source-code.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geomajas-layer-tms Show documentation
Show all versions of geomajas-layer-tms Show documentation
Geomajas server: Layer TMS - Implementation
<!-- ~ This is part of Geomajas, a GIS framework, http://www.geomajas.org/. ~ ~ Copyright 2008-2015 Geosparc nv, http://www.geosparc.com/, Belgium. ~ ~ The program is available in open source according to the GNU Affero ~ General Public License. All contributions in this program are covered ~ by the Geomajas Contributors License Agreement. For full licensing ~ details, see LICENSE.txt in the project root. --> <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"> <parent> <groupId>org.geomajas.plugin</groupId> <artifactId>geomajas-server-layer-tms-parent</artifactId> <version>1.18.2</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.geomajas.plugin</groupId> <artifactId>geomajas-layer-tms</artifactId> <packaging>jar</packaging> <name>Geomajas server: Layer TMS - Implementation</name> <description>Geomajas server: Layer TMS - Implementation</description> <dependencies> <dependency> <groupId>org.geomajas</groupId> <artifactId>geomajas-api</artifactId> </dependency> <dependency> <groupId>org.geomajas.plugin</groupId> <artifactId>geomajas-plugin-cache</artifactId> </dependency> <dependency> <groupId>org.geomajas.plugin</groupId> <artifactId>geomajas-plugin-cache-infinispan</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.geomajas.plugin</groupId> <artifactId>geomajas-plugin-layer-common</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <scope>test</scope> </dependency> <!-- Dependencies for the Proxy controller --> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> <dependency> <groupId>org.geomajas</groupId> <artifactId>geomajas-testdata</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>log4j-over-slf4j</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.easytesting</groupId> <artifactId>fest-assert</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.geomajas</groupId> <artifactId>geomajas-impl</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <resources> <resource> <directory>src/main/resources</directory> <filtering>true</filtering> <includes> <include>META-INF/geomajasContext.xml</include> </includes> </resource> <resource> <directory>src/main/resources</directory> <filtering>false</filtering> <excludes> <exclude>META-INF/geomajasContext.xml</exclude> </excludes> </resource> </resources> </build> </project>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy