]> git.argeo.org Git - lgpl/argeo-commons.git/blob - gis/runtime/org.argeo.gis.geotools/pom.xml
Remove unused projects
[lgpl/argeo-commons.git] / gis / runtime / 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 <Import-Package>org.argeo.jcr.gis,*</Import-Package>
34 </instructions>
35 </configuration>
36 </plugin>
37 <plugin>
38 <groupId>org.argeo.maven.plugins</groupId>
39 <artifactId>maven-argeo-osgi-plugin</artifactId>
40 <version>${version.maven-argeo-osgi}</version>
41 <executions>
42 <execution>
43 <id>check-osgi</id>
44 <phase>test</phase>
45 <goals>
46 <goal>equinox</goal>
47 </goals>
48 <configuration>
49 <onlyCheck>true</onlyCheck>
50 </configuration>
51 </execution>
52 </executions>
53 </plugin>
54 </plugins>
55 </build>
56 <dependencies>
57 <!-- Commons -->
58 <dependency>
59 <groupId>org.argeo.commons.server</groupId>
60 <artifactId>org.argeo.server.jcr</artifactId>
61 <version>${version.argeo-commons}</version>
62 </dependency>
63 <dependency>
64 <groupId>org.argeo.commons.security</groupId>
65 <artifactId>org.argeo.security.core</artifactId>
66 <version>${version.argeo-commons}</version>
67 </dependency>
68
69 <!-- Geotools, JTS, etc. -->
70 <dependency>
71 <groupId>org.argeo.dep.osgi</groupId>
72 <artifactId>org.argeo.dep.osgi.geotools</artifactId>
73 </dependency>
74 <dependency>
75 <groupId>org.argeo.dep.osgi</groupId>
76 <artifactId>org.argeo.dep.osgi.jts</artifactId>
77 </dependency>
78 <dependency>
79 <groupId>org.argeo.dep.osgi</groupId>
80 <artifactId>org.argeo.dep.osgi.geoapi</artifactId>
81 </dependency>
82 <dependency>
83 <groupId>org.jdom</groupId>
84 <artifactId>com.springsource.org.jdom</artifactId>
85 </dependency>
86 <dependency>
87 <groupId>org.jaxen</groupId>
88 <artifactId>com.springsource.org.jaxen</artifactId>
89 </dependency>
90 <dependency>
91 <groupId>org.argeo.dep.osgi</groupId>
92 <artifactId>org.argeo.dep.osgi.jsr275</artifactId>
93 </dependency>
94 <dependency>
95 <groupId>org.argeo.dep.osgi</groupId>
96 <artifactId>org.argeo.dep.osgi.java3d</artifactId>
97 </dependency>
98 <!-- For EPSG database -->
99 <dependency>
100 <groupId>org.hsqldb</groupId>
101 <artifactId>com.springsource.org.hsqldb</artifactId>
102 </dependency>
103 <!-- Apache Commons -->
104 <dependency>
105 <groupId>org.apache.commons</groupId>
106 <artifactId>com.springsource.org.apache.commons.beanutils</artifactId>
107 </dependency>
108 <dependency>
109 <groupId>org.apache.commons</groupId>
110 <artifactId>com.springsource.org.apache.commons.dbcp</artifactId>
111 </dependency>
112 <dependency>
113 <groupId>org.apache.commons</groupId>
114 <artifactId>com.springsource.org.apache.commons.lang</artifactId>
115 </dependency>
116 <!-- JAI -->
117 <dependency>
118 <groupId>javax.media.jai</groupId>
119 <artifactId>com.springsource.javax.media.jai.core</artifactId>
120 </dependency>
121 <dependency>
122 <groupId>javax.media.jai</groupId>
123 <artifactId>com.springsource.javax.media.jai.codec</artifactId>
124 </dependency>
125 <dependency>
126 <groupId>org.argeo.dep.osgi</groupId>
127 <artifactId>org.argeo.dep.osgi.jai.imageio</artifactId>
128 </dependency>
129
130 <!-- Logging -->
131 <dependency>
132 <groupId>org.slf4j</groupId>
133 <artifactId>com.springsource.slf4j.org.apache.commons.logging
134 </artifactId>
135 </dependency>
136
137 <!-- OSGi test -->
138 <dependency>
139 <groupId>org.argeo.commons.osgi</groupId>
140 <artifactId>org.argeo.osgi.boot</artifactId>
141 <version>${version.argeo-commons}</version>
142 <scope>test</scope>
143 </dependency>
144 <dependency>
145 <groupId>org.argeo.commons.basic</groupId>
146 <artifactId>org.argeo.basic.dep.log4j</artifactId>
147 <version>${version.argeo-commons}</version>
148 <type>pom</type>
149 <scope>test</scope>
150 </dependency>
151 </dependencies>
152 </project>