]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.gis.geotools/pom.xml
Prepare next development cycle
[lgpl/argeo-commons.git] / org.argeo.gis.geotools / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.commons.gis</groupId>
6 <artifactId>runtime</artifactId>
7 <version>0.2.3-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.gis.geotools</artifactId>
11 <name>Commons GIS Geotools</name>
12 <build>
13 <plugins>
14 <plugin>
15 <groupId>org.apache.maven.plugins</groupId>
16 <artifactId>maven-compiler-plugin</artifactId>
17 </plugin>
18 <plugin>
19 <groupId>org.apache.maven.plugins</groupId>
20 <artifactId>maven-source-plugin</artifactId>
21 </plugin>
22 <plugin>
23 <groupId>org.apache.maven.plugins</groupId>
24 <artifactId>maven-jar-plugin</artifactId>
25 </plugin>
26 <plugin>
27 <groupId>org.apache.felix</groupId>
28 <artifactId>maven-bundle-plugin</artifactId>
29 <version>${version.maven-bundle-plugin}</version>
30 <configuration>
31 <instructions>
32 <Export-Package>org.argeo.geotools.*</Export-Package>
33 </instructions>
34 </configuration>
35 </plugin>
36 <plugin>
37 <groupId>org.argeo.maven.plugins</groupId>
38 <artifactId>maven-argeo-osgi-plugin</artifactId>
39 <version>${version.maven-argeo-osgi}</version>
40 <executions>
41 <execution>
42 <id>check-osgi</id>
43 <phase>test</phase>
44 <goals>
45 <goal>equinox</goal>
46 </goals>
47 <configuration>
48 <onlyCheck>true</onlyCheck>
49 </configuration>
50 </execution>
51 </executions>
52 </plugin>
53 </plugins>
54 </build>
55 <dependencies>
56 <!-- Geotools -->
57 <dependency>
58 <groupId>org.argeo.dep.osgi</groupId>
59 <artifactId>org.argeo.dep.osgi.geotools</artifactId>
60 </dependency>
61 <dependency>
62 <groupId>org.argeo.dep.osgi</groupId>
63 <artifactId>org.argeo.dep.osgi.jts</artifactId>
64 </dependency>
65 <dependency>
66 <groupId>org.argeo.dep.osgi</groupId>
67 <artifactId>org.argeo.dep.osgi.geoapi</artifactId>
68 </dependency>
69 <dependency>
70 <groupId>org.jdom</groupId>
71 <artifactId>com.springsource.org.jdom</artifactId>
72 </dependency>
73 <dependency>
74 <groupId>org.jaxen</groupId>
75 <artifactId>com.springsource.org.jaxen</artifactId>
76 </dependency>
77 <dependency>
78 <groupId>org.argeo.dep.osgi</groupId>
79 <artifactId>org.argeo.dep.osgi.jsr275</artifactId>
80 </dependency>
81 <dependency>
82 <groupId>org.argeo.dep.osgi</groupId>
83 <artifactId>org.argeo.dep.osgi.java3d</artifactId>
84 </dependency>
85 <!-- Apache Commons -->
86 <dependency>
87 <groupId>org.apache.commons</groupId>
88 <artifactId>com.springsource.org.apache.commons.beanutils</artifactId>
89 </dependency>
90 <dependency>
91 <groupId>org.apache.commons</groupId>
92 <artifactId>com.springsource.org.apache.commons.dbcp</artifactId>
93 </dependency>
94 <dependency>
95 <groupId>org.apache.commons</groupId>
96 <artifactId>com.springsource.org.apache.commons.lang</artifactId>
97 </dependency>
98 <!-- JAI -->
99 <dependency>
100 <groupId>javax.media.jai</groupId>
101 <artifactId>com.springsource.javax.media.jai.core</artifactId>
102 </dependency>
103 <dependency>
104 <groupId>javax.media.jai</groupId>
105 <artifactId>com.springsource.javax.media.jai.codec</artifactId>
106 </dependency>
107 <dependency>
108 <groupId>org.argeo.dep.osgi</groupId>
109 <artifactId>org.argeo.dep.osgi.jai.imageio</artifactId>
110 </dependency>
111
112 <!-- Logging -->
113 <dependency>
114 <groupId>org.slf4j</groupId>
115 <artifactId>com.springsource.slf4j.org.apache.commons.logging
116 </artifactId>
117 </dependency>
118
119 <!-- OSGi test -->
120 <dependency>
121 <groupId>org.argeo.commons.osgi</groupId>
122 <artifactId>org.argeo.osgi.boot</artifactId>
123 <version>${version.argeo-commons}</version>
124 <scope>test</scope>
125 </dependency>
126 <dependency>
127 <groupId>org.argeo.commons.basic</groupId>
128 <artifactId>org.argeo.basic.dep.log4j</artifactId>
129 <version>${version.argeo-commons}</version>
130 <type>pom</type>
131 <scope>test</scope>
132 </dependency>
133 </dependencies>
134 </project>