source: trunk/autoquest-core-usageprofiles/pom.xml @ 920

Last change on this file since 920 was 920, checked in by pharms, 12 years ago
  • rename to autoquest
  • Property svn:mime-type set to text/plain
File size: 1.4 KB
Line 
1<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3    <parent>
4        <groupId>de.ugoe.cs.autoquest</groupId>
5        <artifactId>autoquest</artifactId>
6        <version>0.0.1-SNAPSHOT</version>
7    </parent>
8        <modelVersion>4.0.0</modelVersion>
9        <artifactId>autoquest-core-usageprofiles</artifactId>
10        <name>autoquest-core-usageprofiles</name>
11        <scm>
12                <url>${autoquest-scm-trunk-dir}/autoquest-core-usageprofiles</url>
13        </scm>
14        <repositories>
15                <repository>
16                        <id>mbari</id>
17                        <url>http://mbari-maven-repository.googlecode.com/svn/repository</url>
18                </repository>
19        </repositories>
20        <dependencies>
21                <dependency>
22                        <groupId>de.ugoe.cs.autoquest</groupId>
23                        <artifactId>autoquest-core-events</artifactId>
24                        <version>${project.parent.version}</version>
25                </dependency>
26                <dependency>
27                        <groupId>net.sf.jung</groupId>
28                        <artifactId>jung-visualization</artifactId>
29                        <version>2.0.1</version>
30                </dependency>
31                <dependency>
32                        <groupId>net.sf.jung</groupId>
33                        <artifactId>jung-graph-impl</artifactId>
34                        <version>2.0.1</version>
35                </dependency>
36                <dependency>
37                        <groupId>jama</groupId>
38                        <artifactId>jama</artifactId>
39                        <version>1.0.2</version>
40                </dependency>
41        </dependencies>
42</project>
Note: See TracBrowser for help on using the repository browser.