]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
992ddfa66b2b1c650d406cdf1709bb668ba21460
[lgpl/argeo-commons.git] / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.commons.gis</groupId>
5 <artifactId>runtime</artifactId>
6 <version>0.3.2-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.gis.geotools</artifactId>
10 <name>Commons GIS Geotools</name>
11 <build>
12 <plugins>
13 <plugin>
14 <groupId>org.apache.maven.plugins</groupId>
15 <artifactId>maven-compiler-plugin</artifactId>
16 </plugin>
17 <plugin>
18 <groupId>org.apache.maven.plugins</groupId>
19 <artifactId>maven-source-plugin</artifactId>
20 </plugin>
21 <plugin>
22 <groupId>org.apache.maven.plugins</groupId>
23 <artifactId>maven-jar-plugin</artifactId>
24 </plugin>
25 <plugin>
26 <groupId>org.apache.felix</groupId>
27 <artifactId>maven-bundle-plugin</artifactId>
28 <version>${version.maven-bundle-plugin}</version>
29 <configuration>
30 <instructions>
31 <Export-Package>org.argeo.geotools.*</Export-Package>
32 <Import-Package>org.argeo.jcr.gis,*</Import-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 <!-- Commons -->
57 <dependency>
58 <groupId>org.argeo.commons.server</groupId>
59 <artifactId>org.argeo.server.jcr</artifactId>
60 <version>0.3.2-SNAPSHOT</version>
61 </dependency>
62 <dependency>
63 <groupId>org.argeo.commons.security</groupId>
64 <artifactId>org.argeo.security.core</artifactId>
65 <version>0.3.2-SNAPSHOT</version>
66 </dependency>
67
68 <!-- Geotools, JTS, etc. -->
69 <dependency>
70 <groupId>org.argeo.dep.osgi</groupId>
71 <artifactId>org.argeo.dep.osgi.geotools</artifactId>
72 </dependency>
73 <dependency>
74 <groupId>org.argeo.dep.osgi</groupId>
75 <artifactId>org.argeo.dep.osgi.jts</artifactId>
76 </dependency>
77 <dependency>
78 <groupId>org.argeo.dep.osgi</groupId>
79 <artifactId>org.argeo.dep.osgi.geoapi</artifactId>
80 </dependency>
81 <dependency>
82 <groupId>org.jdom</groupId>
83 <artifactId>com.springsource.org.jdom</artifactId>
84 </dependency>
85 <dependency>
86 <groupId>org.jaxen</groupId>
87 <artifactId>com.springsource.org.jaxen</artifactId>
88 </dependency>
89 <dependency>
90 <groupId>org.argeo.dep.osgi</groupId>
91 <artifactId>org.argeo.dep.osgi.jsr275</artifactId>
92 </dependency>
93 <dependency>
94 <groupId>org.argeo.dep.osgi</groupId>
95 <artifactId>org.argeo.dep.osgi.java3d</artifactId>
96 </dependency>
97 <!-- For EPSG database -->
98 <dependency>
99 <groupId>org.hsqldb</groupId>
100 <artifactId>com.springsource.org.hsqldb</artifactId>
101 </dependency>
102 <!-- Apache Commons -->
103 <dependency>
104 <groupId>org.apache.commons</groupId>
105 <artifactId>com.springsource.org.apache.commons.beanutils</artifactId>
106 </dependency>
107 <dependency>
108 <groupId>org.apache.commons</groupId>
109 <artifactId>com.springsource.org.apache.commons.dbcp</artifactId>
110 </dependency>
111 <dependency>
112 <groupId>org.apache.commons</groupId>
113 <artifactId>com.springsource.org.apache.commons.lang</artifactId>
114 </dependency>
115 <!-- JAI -->
116 <dependency>
117 <groupId>javax.media.jai</groupId>
118 <artifactId>com.springsource.javax.media.jai.core</artifactId>
119 </dependency>
120 <dependency>
121 <groupId>javax.media.jai</groupId>
122 <artifactId>com.springsource.javax.media.jai.codec</artifactId>
123 </dependency>
124 <dependency>
125 <groupId>org.argeo.dep.osgi</groupId>
126 <artifactId>org.argeo.dep.osgi.jai.imageio</artifactId>
127 </dependency>
128
129 <!-- Logging -->
130 <dependency>
131 <groupId>org.slf4j</groupId>
132 <artifactId>com.springsource.slf4j.org.apache.commons.logging
133 </artifactId>
134 </dependency>
135
136 <!-- OSGi test -->
137 <dependency>
138 <groupId>org.argeo.commons.osgi</groupId>
139 <artifactId>org.argeo.osgi.boot</artifactId>
140 <version>0.3.2-SNAPSHOT</version>
141 <scope>test</scope>
142 </dependency>
143 <dependency>
144 <groupId>org.argeo.commons.basic</groupId>
145 <artifactId>org.argeo.basic.dep.log4j</artifactId>
146 <version>0.3.2-SNAPSHOT</version>
147 <type>pom</type>
148 <scope>test</scope>
149 </dependency>
150 </dependencies>
151 </project>