~vcs-imports/skycastle/trunk

« back to all changes in this revision

Viewing changes to modules/core/pom.xml

  • Committer: zzorn
  • Date: 2008-11-10 14:55:40 UTC
  • Revision ID: vcs-imports@canonical.com-20081110145540-l1hvmkbhnd0612ws
Fixed compile: removed packages of unused code, updated to use new Darkstar API, moved external library versions to the master pom.

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
        <dependency>
234
234
            <groupId>org.skycastle</groupId>
235
235
            <artifactId>skycastle-utils</artifactId>
236
 
            <version>0.0.4-SNAPSHOT</version>
237
236
        </dependency>
238
237
 
239
238
        <!-- Primitive collections -->
256
255
        <dependency>
257
256
            <groupId>jme</groupId>
258
257
            <artifactId>jme</artifactId>
259
 
            <version>1.0</version>
260
258
        </dependency>
261
259
 
262
260
        <!-- Generic Collections -->
263
261
        <dependency>
264
262
            <groupId>net.sourceforge.collections</groupId>
265
263
            <artifactId>collections-generic</artifactId>
266
 
            <version>4.01</version>
267
264
        </dependency>
268
265
 
269
266
        <!--