Statistics
| Revision:

svn-gvsig-desktop / trunk / build / libraries-pom / pom.xml @ 27195

History | View | Annotate | Download (1.07 KB)

1
<project xmlns="http://maven.apache.org/POM/4.0.0"
2
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
        <modelVersion>4.0.0</modelVersion>
5
        <groupId>org.gvsig</groupId>
6
        <artifactId>gvsig-library-base-pom</artifactId>
7
        <packaging>pom</packaging>
8
        <version>1.9-SNAPSHOT</version>
9
        <name>library-base-pom</name>
10
        <parent>
11
                <groupId>org.gvsig</groupId>
12
                <artifactId>gvsig-basepoms</artifactId>
13
                <version>1.9-SNAPSHOT</version>
14
        </parent>
15
        <description>
16
                Base POM for all GvSIG libraries projects. This pom knows how to
17
                build and made an libraries for GvSIG. The property
18
                "gvsig-path" must be set up correctly. 
19
        </description>
20
        <dependencies>
21
                <dependency>
22
                        <groupId>junit</groupId>
23
                        <artifactId>junit</artifactId>
24
                        <version>3.8.1</version>
25
                        <scope>test</scope>
26
                </dependency>
27
                <dependency>
28
                        <groupId>log4j</groupId>
29
                <artifactId>log4j</artifactId>
30
                <version>1.2.8</version>
31
              </dependency>
32
        </dependencies>
33
</project>