Last change
on this file since 742 was
703,
checked in by pharms, 12 years ago
|
- moved some test utilities to dedicated test utilities project
|
File size:
1.4 KB
|
Line | |
---|
1 | <project |
---|
2 | xmlns="http://maven.apache.org/POM/4.0.0" |
---|
3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
---|
5 | > |
---|
6 | <modelVersion>4.0.0</modelVersion> |
---|
7 | <groupId>de.ugoe.cs.quest</groupId> |
---|
8 | <artifactId>quest-test-utils</artifactId> |
---|
9 | <version>0.0.1-SNAPSHOT</version> |
---|
10 | <name>quest-test-utils</name> |
---|
11 | <scm> |
---|
12 | <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-test-utils</url> |
---|
13 | </scm> |
---|
14 | <dependencies> |
---|
15 | <dependency> |
---|
16 | <groupId>de.ugoe.cs</groupId> |
---|
17 | <artifactId>java-utils</artifactId> |
---|
18 | <version>0.0.1-SNAPSHOT</version> |
---|
19 | </dependency> |
---|
20 | <dependency> |
---|
21 | <groupId>de.ugoe.cs.quest</groupId> |
---|
22 | <artifactId>quest-core-events</artifactId> |
---|
23 | <version>0.0.1-SNAPSHOT</version> |
---|
24 | </dependency> |
---|
25 | <dependency> |
---|
26 | <groupId>junit</groupId> |
---|
27 | <artifactId>junit</artifactId> |
---|
28 | <version>4.8.1</version> |
---|
29 | </dependency> |
---|
30 | </dependencies> |
---|
31 | <build> |
---|
32 | <plugins> |
---|
33 | <plugin> |
---|
34 | <artifactId>maven-compiler-plugin</artifactId> |
---|
35 | <version>2.3.2</version> |
---|
36 | <configuration> |
---|
37 | <source>1.6</source> |
---|
38 | <target>1.6</target> |
---|
39 | </configuration> |
---|
40 | </plugin> |
---|
41 | </plugins> |
---|
42 | </build> |
---|
43 | </project> |
---|
Note: See
TracBrowser
for help on using the repository browser.