Changeset 2149


Ignore:
Timestamp:
05/22/17 10:22:48 (7 years ago)
Author:
pharms
Message:
  • maven does not seem to resolve things from the snapshot repository anmore by default
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/java-utils-test/pom.xml

    r2120 r2149  
    2828        </repository> 
    2929    </distributionManagement> 
     30    <repositories> 
     31        <repository> 
     32            <id>autoquest-snapshots</id> 
     33            <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/autoquest-snapshots</url> 
     34        </repository> 
     35        <repository> 
     36            <id>autoquest</id> 
     37            <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/autoquest-releases</url> 
     38        </repository> 
     39     
     40    </repositories> 
    3041    <dependencies> 
    3142        <dependency> 
Note: See TracChangeset for help on using the changeset viewer.