source:
trunk/quest-core-testgeneration/pom.xml
@
800
Last change on this file since 800 was 794, checked in by pharms, 12 years ago | |
---|---|
|
|
File size: 1.1 KB |
Line | |
---|---|
1 | <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/xsd/maven-4.0.0.xsd"> |
2 | <parent> |
3 | <groupId>de.ugoe.cs.quest</groupId> |
4 | <artifactId>quest</artifactId> |
5 | <version>0.0.1-SNAPSHOT</version> |
6 | </parent> |
7 | <modelVersion>4.0.0</modelVersion> |
8 | <artifactId>quest-core-testgeneration</artifactId> |
9 | <name>quest-core-testgeneration</name> |
10 | <scm> |
11 | <url>${quest-scm-trunk-dir}/quest-core-testgeneration</url> |
12 | </scm> |
13 | <dependencies> |
14 | <dependency> |
15 | <groupId>de.ugoe.cs.quest</groupId> |
16 | <artifactId>quest-core-events</artifactId> |
17 | <version>${project.parent.version}</version> |
18 | </dependency> |
19 | <dependency> |
20 | <groupId>de.ugoe.cs.quest</groupId> |
21 | <artifactId>quest-core-usageprofiles</artifactId> |
22 | <version>${project.parent.version}</version> |
23 | </dependency> |
24 | <dependency> |
25 | <groupId>de.ugoe.cs.quest</groupId> |
26 | <artifactId>quest-core-coverage</artifactId> |
27 | <version>${project.parent.version}</version> |
28 | </dependency> |
29 | </dependencies> |
30 | </project> |
Note: See TracBrowser
for help on using the repository browser.