/[schmitzm]/branches/2.3.x/pom.xml
ViewVC logotype

Diff of /branches/2.3.x/pom.xml

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

revision 961 by alfonx, Wed Aug 11 08:57:20 2010 UTC revision 1176 by alfonx, Tue Oct 26 12:21:00 2010 UTC
# Line 119  Line 119 
119    
120                  <dependency>                  <dependency>
121                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
122                            <artifactId>gt-wfs</artifactId>
123                            <version>${geotools.version}</version>
124                            <type>jar</type>
125                    </dependency>
126    
127                    <dependency>
128                            <groupId>org.geotools</groupId>
129                          <artifactId>gt-swing</artifactId>                          <artifactId>gt-swing</artifactId>
130                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
131                          <type>jar</type>                          <type>jar</type>
# Line 126  Line 133 
133                  </dependency>                  </dependency>
134    
135                  <dependency>                  <dependency>
136                            <groupId>javax.mail</groupId>
137                            <artifactId>mail</artifactId>
138                            <version>1.4.1</version>
139                            <type>jar</type>
140                            <scope>compile</scope>
141                    </dependency>
142    
143                    <dependency>
144                          <groupId>jfree</groupId>                          <groupId>jfree</groupId>
145                          <artifactId>jfreechart</artifactId>                          <artifactId>jfreechart</artifactId>
146                          <version>1.0.13</version>                          <version>1.0.13</version>
# Line 157  Line 172 
172                  </dependency>                  </dependency>
173    
174                  <dependency>                  <dependency>
175                          <!--                          <!-- Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. downgraded
176                                  Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt.                                  to 1.2.14 http://jira.codehaus.org/browse/MEV-649 -->
                                 downgraded to 1.2.14 http://jira.codehaus.org/browse/MEV-649  
                         -->  
177                          <groupId>log4j</groupId>                          <groupId>log4j</groupId>
178                          <artifactId>log4j</artifactId>                          <artifactId>log4j</artifactId>
179                          <version>1.2.14</version>                          <version>1.2.14</version>
# Line 226  Line 239 
239                          <scope>compile</scope>                          <scope>compile</scope>
240                  </dependency>                  </dependency>
241    
   
242                  <dependency>                  <dependency>
243                          <!-- Fuer Sonderzeichenbehandlung  -->                          <!-- Fuer Sonderzeichenbehandlung -->
244                          <groupId>ant-contrib</groupId>                          <groupId>ant-contrib</groupId>
245                          <artifactId>ant-contrib</artifactId>                          <artifactId>ant-contrib</artifactId>
246                          <version>1.0b3</version>                          <version>1.0b3</version>
# Line 236  Line 248 
248                          <scope>provided</scope>                          <scope>provided</scope>
249                  </dependency>                  </dependency>
250    
   
251                  <dependency>                  <dependency>
252                          <!-- Fuer Sonderzeichenbehandlung  -->                          <!-- Fuer Sonderzeichenbehandlung -->
253                          <groupId>ant</groupId>                          <groupId>ant</groupId>
254                          <artifactId>ant-nodeps</artifactId>                          <artifactId>ant-nodeps</artifactId>
255                          <version>1.6.5</version>                          <version>1.6.5</version>
# Line 246  Line 257 
257                  </dependency>                  </dependency>
258    
259                  <dependency>                  <dependency>
260                          <!-- Fuer Sonderzeichenbehandlung  -->                          <!-- Fuer Sonderzeichenbehandlung -->
261                          <groupId>com.sun</groupId>                          <groupId>com.sun</groupId>
262                          <artifactId>tools</artifactId>                          <artifactId>tools</artifactId>
263                          <version>1.6.0</version>                          <version>1.6.0</version>
# Line 254  Line 265 
265                          <systemPath>${java.home}/../lib/tools.jar</systemPath>                          <systemPath>${java.home}/../lib/tools.jar</systemPath>
266                  </dependency>                  </dependency>
267    
268                    <dependency>
269                            <groupId>org.geotools.jdbc</groupId>
270                            <artifactId>gt-jdbc-postgis</artifactId>
271                            <version>${geotools.version}</version>
272                            <type>jar</type>
273                            <scope>compile</scope>
274                    </dependency>
275    
276          </dependencies>          </dependencies>
277    
278    
# Line 275  Line 294 
294                          </testResource>                          </testResource>
295                  </testResources>                  </testResources>
296    
297                  <!--    <outputDirectory>classes</outputDirectory>-->                  <!-- <outputDirectory>classes</outputDirectory> -->
298                  <!--    <testOutputDirectory>test-classes</testOutputDirectory>-->                  <!-- <testOutputDirectory>test-classes</testOutputDirectory> -->
299                  <!--    <directory>dist</directory>-->                  <!-- <directory>dist</directory> -->
300    
301                  <resources>                  <resources>
302                          <resource>                          <resource>
# Line 298  Line 317 
317    
318                          <plugin>                          <plugin>
319                                  <groupId>org.apache.maven.plugins</groupId>                                  <groupId>org.apache.maven.plugins</groupId>
320                                    <artifactId>maven-jar-plugin</artifactId>
321                                    <version>2.3.1</version>
322                                    <executions>
323                                            <execution>
324                                                    <goals>
325                                                            <goal>test-jar</goal>
326                                                            <goal>jar</goal>
327                                                    </goals>
328                                            </execution>
329                                    </executions>
330                            </plugin>
331    
332                            <plugin>
333                                    <groupId>org.apache.maven.plugins</groupId>
334                                  <artifactId>maven-resources-plugin</artifactId>                                  <artifactId>maven-resources-plugin</artifactId>
335                                  <version>2.4.2</version>                                  <version>2.4.2</version>
336                          </plugin>                          </plugin>
# Line 357  Line 390 
390                                                                  <taskdef resource="net/sf/antcontrib/antlib.xml">                                                                  <taskdef resource="net/sf/antcontrib/antlib.xml">
391                                                                          <classpath refid="maven.dependency.classpath" />                                                                          <classpath refid="maven.dependency.classpath" />
392                                                                  </taskdef>                                                                  </taskdef>
393    
394                                                                  <typedef name="native2ascii"                                                                  <typedef name="native2ascii"
395                                                                          classname="org.apache.tools.ant.taskdefs.optional.Native2Ascii">                                                                          classname="org.apache.tools.ant.taskdefs.optional.Native2Ascii">
396                                                                          <classpath refid="maven.dependency.classpath" />                                                                          <classpath refid="maven.dependency.classpath" />

Legend:
Removed from v.961  
changed lines
  Added in v.1176

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26