webmotion-extra-sitemesh
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.debux.webmotion</groupId> <artifactId>webmotion-extra-sitemesh</artifactId> <version>2.5.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- #%L WebMotion extra sitemesh $Id$ $HeadURL$ %% Copyright (C) 2011 - 2015 Debux %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Lesser Public License for more details. You should have received a copy of the GNU General Lesser Public License along with this program. If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>. #L% --> <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> <groupId>org.debux.webmotion</groupId> <artifactId>webmotion-extra-sitemesh</artifactId> <packaging>jar</packaging> <name>WebMotion extra sitemesh</name> <description>WebMotion is Java web framework based on the Java EE6 standard</description> <url>www.webmotion-framework.org</url> <parent> <groupId>org.debux.webmotion</groupId> <artifactId>webmotion-project</artifactId> <version>2.5.3</version> </parent> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>webmotion</artifactId> <version>${project.version}</version> </dependency> <!-- SiteMesh --> <dependency> <groupId>org.sitemesh</groupId> <artifactId>sitemesh</artifactId> </dependency> <!-- Servlet --> <dependency> <groupId>javax</groupId> <artifactId>javaee-api</artifactId> </dependency> <dependency> <groupId>taglibs</groupId> <artifactId>standard</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> </dependency> <!-- Logger --> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </dependency> <!-- Test --> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> </dependency> </dependencies> </project>