Ignore:
Timestamp:
08/16/12 14:45:03 (12 years ago)
Author:
sherbold
Message:
  • countless adaptations throughout nearly all components to remove errors introduced due to the refactoring of the event core
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-core-usageprofiles/pom.xml

    r518 r548  
    99                <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-core-usageprofiles</url> 
    1010        </scm> 
     11        <repositories> 
     12                <repository> 
     13                        <id>mbari</id> 
     14                        <url>http://mbari-maven-repository.googlecode.com/svn/repository</url> 
     15                </repository> 
     16        </repositories> 
    1117        <dependencies> 
    1218                <dependency> 
     
    1420                        <artifactId>quest-core-events</artifactId> 
    1521                        <version>0.0.1-SNAPSHOT</version> 
     22                </dependency> 
     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> 
    1637                </dependency> 
    1738        </dependencies> 
Note: See TracChangeset for help on using the changeset viewer.