Jan Bartel | 28453e9 | 2010-01-26 01:37:03 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Jan Bartel | 28453e9 | 2010-01-26 01:37:03 +0000 | [diff] [blame] | 2 | <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"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | <parent> |
| 5 | <groupId>org.eclipse.jetty.tests</groupId> |
| 6 | <artifactId>test-sessions-parent</artifactId> |
Joakim Erdfelt | 9cf0e34 | 2015-10-07 15:41:32 -0700 | [diff] [blame] | 7 | <version>9.4.0-SNAPSHOT</version> |
Jan Bartel | 28453e9 | 2010-01-26 01:37:03 +0000 | [diff] [blame] | 8 | </parent> |
| 9 | <artifactId>test-sessions-common</artifactId> |
| 10 | <name>Jetty Tests :: Sessions :: Common</name> |
Jesse McConnell | eddb499 | 2013-05-21 13:10:07 -0500 | [diff] [blame] | 11 | <url>http://www.eclipse.org/jetty</url> |
Greg Wilkins | b47f9ef | 2014-08-15 19:35:49 +1000 | [diff] [blame] | 12 | <properties> |
| 13 | <bundle-symbolic-name>${project.groupId}.sessions.common</bundle-symbolic-name> |
| 14 | </properties> |
Jan Bartel | 28453e9 | 2010-01-26 01:37:03 +0000 | [diff] [blame] | 15 | <build> |
| 16 | </build> |
| 17 | <dependencies> |
| 18 | <dependency> |
| 19 | <groupId>org.eclipse.jetty</groupId> |
| 20 | <artifactId>jetty-server</artifactId> |
| 21 | <version>${project.version}</version> |
| 22 | </dependency> |
Joakim Erdfelt | acc4f23 | 2011-01-28 18:58:47 +0000 | [diff] [blame] | 23 | <dependency> |
| 24 | <groupId>org.eclipse.jetty</groupId> |
| 25 | <artifactId>jetty-webapp</artifactId> |
| 26 | <version>${project.version}</version> |
| 27 | </dependency> |
| 28 | <dependency> |
| 29 | <groupId>org.eclipse.jetty</groupId> |
| 30 | <artifactId>jetty-client</artifactId> |
| 31 | <version>${project.version}</version> |
| 32 | </dependency> |
| 33 | <dependency> |
| 34 | <groupId>org.eclipse.jetty.toolchain</groupId> |
| 35 | <artifactId>jetty-test-helper</artifactId> |
| 36 | <scope>compile</scope> |
| 37 | </dependency> |
Jan Bartel | 28453e9 | 2010-01-26 01:37:03 +0000 | [diff] [blame] | 38 | </dependencies> |
| 39 | </project> |