Revision 703 org.gvsig.maven.base/trunk/org.gvsig.maven.base/org.gvsig.maven.base.pom/pom.xml

View differences:

pom.xml
247 247
                <scope>compile</scope>
248 248
            </dependency>
249 249
            <dependency>
250
                <groupId>commons-io</groupId>
251
                <artifactId>commons-io</artifactId>
252
                <version>2.4</version>
253
                <scope>compile</scope>
254
            </dependency>
255
            <dependency>
256
                <groupId>commons-logging</groupId>
257
                <artifactId>commons-logging</artifactId>
258
                <version>1.1.1</version>
259
                <scope>compile</scope>
260
            </dependency>
261
            <dependency>
262
                <groupId>commons-logging</groupId>
263
                <artifactId>commons-logging</artifactId>
264
                <version>1.1.1</version>
265
                <classifier>api</classifier>
266
                <scope>compile</scope>
267
            </dependency>
268
            <dependency>
250 269
                <groupId>org.dspace</groupId>
251 270
                <artifactId>cql-java</artifactId>
252 271
                <version>1.0</version>
......
509 528
                <scope>compile</scope>
510 529
            </dependency>
511 530
            <dependency>
512
                <groupId>commons-logging</groupId>
513
                <artifactId>commons-logging</artifactId>
514
                <version>1.1.1</version>
531
                <groupId>com.jgoodies</groupId>
532
                <artifactId>forms</artifactId>
533
                <version>1.0.7</version>
515 534
                <scope>compile</scope>
516 535
            </dependency>
517 536
            <dependency>
518
                <groupId>commons-logging</groupId>
519
                <artifactId>commons-logging</artifactId>
520
                <version>1.1.1</version>
521
                <classifier>api</classifier>
522
                <scope>compile</scope>
523
            </dependency>
524
            <dependency>
525 537
                <groupId>com.jgoodies</groupId>
526 538
                <artifactId>looks</artifactId>
527 539
                <version>2.1.4</version>
......
974 986
                    <version>2.12</version>
975 987
                    <executions>
976 988
                        <execution>
977
                        <goals>
978
                            <goal>integration-test</goal>
979
                            <goal>verify</goal>
980
                        </goals>
981
                    </execution>
989
                            <goals>
990
                                <goal>integration-test</goal>
991
                                <goal>verify</goal>
992
                            </goals>
993
                        </execution>
982 994
                    </executions>
983 995
                    <configuration>
984 996
                        <forkMode>once</forkMode>

Also available in: Unified diff