Changeset 1566


Ignore:
Timestamp:
2010-06-21 19:13:55 (3 years ago)
Author:
karel
Message:

Upgraded groovy to 1.7.3. This brings us closer
to being able to run on google appengine (#334)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/kauri-representation/kauri-representationbuilder-impl/pom.xml

    r1522 r1566  
    5656      <artifactId>jsr250-api</artifactId> 
    5757    </dependency> 
     58    <dependency> 
     59      <groupId>junit</groupId> 
     60      <artifactId>junit</artifactId> 
     61    </dependency> 
    5862  </dependencies> 
    5963 
  • trunk/pom.xml

    r1531 r1566  
    557557        <groupId>org.codehaus.groovy</groupId> 
    558558        <artifactId>groovy-all</artifactId> 
    559         <version>1.5.6</version> 
     559        <version>1.7.3</version> 
    560560        <scope>compile</scope> 
    561561        <exclusions> 
Note: See TracChangeset for help on using the changeset viewer.