Last change
on this file since 742 was
548,
checked in by sherbold, 12 years ago
|
- countless adaptations throughout nearly all components to remove errors introduced due to the refactoring of the event core
|
-
Property svn:mime-type set to
text/plain
|
File size:
1.5 KB
|
Rev | Line | |
---|
[518] | 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 | <modelVersion>4.0.0</modelVersion>
|
---|
| 4 | <groupId>de.ugoe.cs.quest</groupId>
|
---|
| 5 | <artifactId>quest-core-usageprofiles</artifactId>
|
---|
| 6 | <version>0.0.1-SNAPSHOT</version>
|
---|
| 7 | <name>quest-core-usageprofiles</name>
|
---|
| 8 | <scm>
|
---|
| 9 | <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-core-usageprofiles</url>
|
---|
| 10 | </scm>
|
---|
[548] | 11 | <repositories>
|
---|
| 12 | <repository>
|
---|
| 13 | <id>mbari</id>
|
---|
| 14 | <url>http://mbari-maven-repository.googlecode.com/svn/repository</url>
|
---|
| 15 | </repository>
|
---|
| 16 | </repositories>
|
---|
[518] | 17 | <dependencies>
|
---|
| 18 | <dependency>
|
---|
| 19 | <groupId>de.ugoe.cs.quest</groupId>
|
---|
| 20 | <artifactId>quest-core-events</artifactId>
|
---|
| 21 | <version>0.0.1-SNAPSHOT</version>
|
---|
| 22 | </dependency>
|
---|
[548] | 23 | <dependency>
|
---|
| 24 | <groupId>net.sf.jung</groupId>
|
---|
| 25 | <artifactId>jung-visualization</artifactId>
|
---|
| 26 | <version>2.0.1</version>
|
---|
| 27 | </dependency>
|
---|
| 28 | <dependency>
|
---|
| 29 | <groupId>net.sf.jung</groupId>
|
---|
| 30 | <artifactId>jung-graph-impl</artifactId>
|
---|
| 31 | <version>2.0.1</version>
|
---|
| 32 | </dependency>
|
---|
| 33 | <dependency>
|
---|
| 34 | <groupId>jama</groupId>
|
---|
| 35 | <artifactId>jama</artifactId>
|
---|
| 36 | <version>1.0.2</version>
|
---|
| 37 | </dependency>
|
---|
[518] | 38 | </dependencies>
|
---|
| 39 | <build>
|
---|
| 40 | <plugins>
|
---|
| 41 | <plugin>
|
---|
| 42 | <artifactId>maven-compiler-plugin</artifactId>
|
---|
| 43 | <version>2.3.2</version>
|
---|
| 44 | <configuration>
|
---|
| 45 | <source>1.6</source>
|
---|
| 46 | <target>1.6</target>
|
---|
| 47 | </configuration>
|
---|
| 48 | </plugin>
|
---|
| 49 | </plugins>
|
---|
| 50 | </build>
|
---|
| 51 | </project> |
---|
Note: See
TracBrowser
for help on using the repository browser.