/[schmitzm]/trunk/schmitzm-gt/pom.xml
ViewVC logotype

Diff of /trunk/schmitzm-gt/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1386 by alfonx, Wed Jan 26 15:00:45 2011 UTC revision 1440 by alfonx, Thu Jan 27 13:08:28 2011 UTC
# Line 4  Line 4 
4    
5          <groupId>de.schmitzm</groupId>          <groupId>de.schmitzm</groupId>
6          <artifactId>schmitzm-gt</artifactId>          <artifactId>schmitzm-gt</artifactId>
7          <version>1.0-SNAPSHOT</version>          <version>2.5-SNAPSHOT</version>
8          <packaging>jar</packaging>          <packaging>jar</packaging>
9            
10          <parent>          <parent>
11                  <groupId>de.schmitzm</groupId>                  <groupId>de.schmitzm</groupId>
12                  <artifactId>schmitzm-parent</artifactId>                  <artifactId>schmitzm-parent</artifactId>
13                  <version>1.0-SNAPSHOT</version>                  <version>2.5-SNAPSHOT</version>
14                  <relativePath>../schmitzm-parent/pom.xml</relativePath>                  <relativePath>../schmitzm-parent/pom.xml</relativePath>
15          </parent>          </parent>
16    
17          <name>schmitzm-gt</name>          <name>schmitzm-gt</name>
18          <url>http://maven.apache.org</url>          <url>http://maven.apache.org</url>
19    
   
20          <dependencies>          <dependencies>
21    
22                    <dependency>
23                            <groupId>de.schmitzm</groupId>
24                            <artifactId>schmitzm-core</artifactId>
25                            <version>2.5-SNAPSHOT</version>
26                            <type>test-jar</type>
27                            <scope>test</scope>
28                    </dependency>
29    
30                    <dependency>
31                            <groupId>de.schmitzm</groupId>
32                            <artifactId>schmitzm-core</artifactId>
33                            <version>2.5-SNAPSHOT</version>
34                            <type>jar</type>
35                            <scope>compile</scope>
36                    </dependency>
37    
38                    <dependency>
39                            <groupId>org.geotools</groupId>
40                            <artifactId>gt-render</artifactId>
41                            <version>${geotools.version}</version>
42                            <type>jar</type>
43                            <scope>compile</scope>
44                    </dependency>
45    
46                    <dependency>
47                            <groupId>org.geotools.xsd</groupId>
48                            <artifactId>gt-xsd-sld</artifactId>
49                            <version>${geotools.version}</version>
50                            <type>jar</type>
51                            <scope>compile</scope>
52                    </dependency>
53    
54                    <dependency>
55                            <groupId>org.geotools</groupId>
56                            <artifactId>gt-shapefile-renderer</artifactId>
57                            <version>${geotools.version}</version>
58                            <type>jar</type>
59                            <scope>compile</scope>
60                    </dependency>
61    
62                    <dependency>
63                            <groupId>org.geotools</groupId>
64                            <artifactId>gt-legacy</artifactId>
65                            <version>${geotools.version}</version>
66                            <type>jar</type>
67                            <scope>compile</scope>
68                    </dependency>
69    
70                    <dependency>
71                            <groupId>org.geotools</groupId>
72                            <artifactId>gt-brewer</artifactId>
73                            <version>${geotools.version}</version>
74                            <type>jar</type>
75                            <scope>compile</scope>
76                    </dependency>
77    
78                    <dependency>
79                            <groupId>org.geotools</groupId>
80                            <artifactId>gt-image</artifactId>
81                            <version>${geotools.version}</version>
82                            <type>jar</type>
83                            <scope>compile</scope>
84                    </dependency>
85    
86                    <dependency>
87                            <groupId>org.geotools</groupId>
88                            <artifactId>gt-coverage</artifactId>
89                            <version>${geotools.version}</version>
90                            <type>jar</type>
91                            <scope>compile</scope>
92                    </dependency>
93    
94                    <dependency>
95                            <groupId>org.geotools</groupId>
96                            <artifactId>gt-geotiff</artifactId>
97                            <version>${geotools.version}</version>
98                            <type>jar</type>
99                            <scope>compile</scope>
100                    </dependency>
101    
102                    <dependency>
103                            <groupId>org.geotools</groupId>
104                            <artifactId>gt-wfs</artifactId>
105                            <version>${geotools.version}</version>
106                            <type>jar</type>
107                    </dependency>
108    
109                    <dependency>
110                            <groupId>org.geotools</groupId>
111                            <artifactId>gt-swing</artifactId>
112                            <version>${geotools.version}</version>
113                            <type>jar</type>
114                            <scope>compile</scope>
115                            <exclusions>
116                                    <!-- We use miglayout 3.7.3, not 3.7 -->
117                                    <exclusion>
118                                            <groupId>com.miglayout</groupId>
119                                            <artifactId>miglayout</artifactId>
120                                    </exclusion>
121                            </exclusions>
122                    </dependency>
123    
124                    <dependency>
125                            <groupId>org.geotools.jdbc</groupId>
126                            <artifactId>gt-jdbc-postgis</artifactId>
127                            <version>${geotools.version}</version>
128                            <type>jar</type>
129                            <scope>compile</scope>
130                    </dependency>
131    
132    
133                    <dependency>
134                            <groupId>org.geotools</groupId>
135                            <artifactId>gt-main</artifactId>
136                            <version>${geotools.version}</version>
137                            <type>jar</type>
138                            <scope>compile</scope>
139                    </dependency>
140    
141                    <dependency>
142                            <groupId>org.geotools</groupId>
143                            <artifactId>gt-arcgrid</artifactId>
144                            <version>${geotools.version}</version>
145                            <type>jar</type>
146                            <scope>compile</scope>
147                    </dependency>
148    
149    
150                    <dependency>
151                            <groupId>colt</groupId>
152                            <artifactId>colt</artifactId>
153                            <version>1.2.0</version>
154                            <type>jar</type>
155                            <scope>compile</scope>
156                    </dependency>
157    
158          </dependencies>          </dependencies>
159  </project>  </project>

Legend:
Removed from v.1386  
changed lines
  Added in v.1440

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26