blob: 34c8c23b84f47e5b8a5ae6648ab52c5bc78e4fb4 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project>
<extend>${basedir}/../tag-project.xml</extend>
<artifactId>commons-jelly-tags-jetty</artifactId>
<name>commons-jelly-tags-jetty</name>
<currentVersion>1.0.1-SNAPSHOT</currentVersion>
<package>org.apache.commons.jelly.tags.jetty</package>
<description>These are Jelly tags that can set up an in-process web server.</description>
<shortDescription>Commons Jelly Jetty Tag Library</shortDescription>
<versions>
<version>
<id>1.0</id>
<name>1.0</name>
<tag>COMMONS-JELLY-JETTY-1_0</tag>
</version>
</versions>
<dependencies>
<!-- START for compilation -->
<!-- may need JDK 1.4 or jsse -->
<!-- http taglib -->
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.0-rc4</version>
<!-- replace below once we work out what the 3.0 stuff is in Gump
properties>
<gump.project>commons-httpclient-2.0-branch</gump.project>
</properties-->
</dependency>
<dependency>
<groupId>jetty</groupId>
<artifactId>jetty</artifactId>
<version>4.2.3</version>
<properties>
<gump.project>jetty4</gump.project>
</properties>
</dependency>
<!-- END for compilation -->
<!-- for testing -->
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-http</artifactId>
<version>1.0</version>
<properties>
<scope>test</scope>
</properties>
</dependency>
<!-- PL: Commented out as it might be this is part of JDK 1.4...
<dependency>
<groupId>jsse</groupId>
<artifactId>jsse</artifactId>
<version>1.0.3</version>
<properties>
<scope>test</scope>
</properties>
</dependency>
<dependency>
<groupId>jsse</groupId>
<artifactId>jsse-jnet</artifactId>
<version>1.0.3</version>
<properties>
<scope>test</scope>
</properties>
</dependency> -->
<!-- END for testing -->
<!-- for runtime -->
<dependency>
<groupId>servletapi</groupId>
<artifactId>servletapi</artifactId>
<version>2.2</version>
<url>http://jakarta.apache.org/tomcat/</url>
<properties>
<gump.project>jakarta-servletapi-5-servlet</gump.project>
<scope>provided</scope>
</properties>
</dependency>
<!-- END for runtime -->
<!-- PS (felipeal: I'm not sure if dependency below is runtime or test only -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.3</version>
<properties>
<gump.project>commons-codec</gump.project>
</properties>
</dependency>
</dependencies>
</project>