spring.lookup/pom.xml
changeset 972 a2947558c966
parent 616 cc37e93c83ef
child 977 5cb76f2cb8a0
     1.1 --- a/spring.lookup/pom.xml	Thu May 07 20:23:28 2009 +0200
     1.2 +++ b/spring.lookup/pom.xml	Wed Feb 03 00:04:30 2010 +0100
     1.3 @@ -50,20 +50,15 @@
     1.4      </build>
     1.5      <dependencies>
     1.6          <dependency>
     1.7 -            <groupId>org.apidesign</groupId>
     1.8 -            <artifactId>lookup</artifactId>
     1.9 -            <version>7.22.0</version>
    1.10 -        </dependency>
    1.11 -        <dependency>
    1.12              <groupId>org.netbeans.api</groupId>
    1.13              <artifactId>org-netbeans-modules-nbjunit</artifactId>
    1.14 -            <version>RELEASE65</version>
    1.15 +            <version>RELEASE68</version>
    1.16              <scope>test</scope>
    1.17          </dependency>
    1.18          <dependency>
    1.19              <groupId>org.netbeans.modules</groupId>
    1.20              <artifactId>org-netbeans-insane</artifactId>
    1.21 -            <version>RELEASE65</version>
    1.22 +            <version>RELEASE68</version>
    1.23              <scope>test</scope>
    1.24          </dependency>
    1.25          <dependency>
    1.26 @@ -81,6 +76,11 @@
    1.27              <artifactId>spring-context</artifactId>
    1.28              <version>2.5.6</version>
    1.29          </dependency>
    1.30 +        <dependency>
    1.31 +            <groupId>org.netbeans.api</groupId>
    1.32 +            <artifactId>org-openide-util</artifactId>
    1.33 +            <version>RELEASE68</version>
    1.34 +        </dependency>
    1.35      </dependencies>
    1.36      <description>Provides mapping between Lookup library,
    1.37  so it is directly usable with Spring Framework's