Sha256: 8185328ea55990fa52e55d496b8d64d5365c6ae965e69ac800cae91e915cb3f0
Contents?: true
Size: 1022 Bytes
Versions: 4
Compression:
Stored size: 1022 Bytes
Contents
<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> <artifactId>project</artifactId> <groupId>org.mortbay.jetty</groupId> <version>6.1.22</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mortbay.jetty</groupId> <artifactId>extratests</artifactId> <name>extra tests</name> <dependencies> <dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>jsp-2.1-jetty</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
miso-java-0.1.5 | jetty/examples/tests/pom.xml |
miso-java-0.1.4 | jetty/examples/tests/pom.xml |
miso-java-0.1.3 | jetty/examples/tests/pom.xml |
miso-java-0.1.2 | jetty/examples/tests/pom.xml |