comparison flys-client/pom.xml @ 2946:1e01d3046260

Update pom dependencies for new WAS classes flys-client/trunk@4914 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Bjoern Ricks <bjoern.ricks@intevation.de>
date Tue, 10 Jul 2012 12:25:51 +0000
parents 5885c5b8d71d
children 8c7cf6b84ba0
comparison
equal deleted inserted replaced
2945:927a3bd932d5 2946:1e01d3046260
88 <groupId>commons-httpclient</groupId> 88 <groupId>commons-httpclient</groupId>
89 <artifactId>commons-httpclient</artifactId> 89 <artifactId>commons-httpclient</artifactId>
90 <version>3.1</version> 90 <version>3.1</version>
91 </dependency> 91 </dependency>
92 <dependency> 92 <dependency>
93 <groupId>org.apache.httpcomponents</groupId>
94 <artifactId>httpclient</artifactId>
95 <version>4.2</version>
96 </dependency>
97 <dependency>
93 <groupId>log4j</groupId> 98 <groupId>log4j</groupId>
94 <artifactId>log4j</artifactId> 99 <artifactId>log4j</artifactId>
95 <version>1.2.14</version> 100 <version>1.2.14</version>
96 </dependency> 101 </dependency>
97 <dependency> 102 <dependency>
98 <groupId>org.mapfish.print</groupId> 103 <groupId>org.mapfish.print</groupId>
99 <artifactId>print-lib</artifactId> 104 <artifactId>print-lib</artifactId>
100 <version>1.2-SNAPSHOT</version> 105 <version>1.2-SNAPSHOT</version>
101 </dependency> 106 </dependency>
107 <dependency>
108 <groupId>org.jdom</groupId>
109 <artifactId>jdom</artifactId>
110 <version>1.1.3</version>
111 </dependency>
112 <dependency>
113 <groupId>commons-io</groupId>
114 <artifactId>commons-io</artifactId>
115 <version>2.2</version>
116 </dependency>
102 </dependencies> 117 </dependencies>
103 118
104 <build> 119 <build>
105 <!-- Generate compiled stuff in the folder used for developing mode --> 120 <!-- Generate compiled stuff in the folder used for developing mode -->
106 <outputDirectory>target/www/WEB-INF/classes</outputDirectory> 121 <outputDirectory>target/www/WEB-INF/classes</outputDirectory>
107 122
108 <plugins> 123 <plugins>
109 124
110 <!-- GWT Maven Plugin--> 125 <!-- GWT Maven Plugin-->
111 <plugin> 126 <plugin>
112 <groupId>org.codehaus.mojo</groupId> 127 <groupId>org.codehaus.mojo</groupId>
113 <artifactId>gwt-maven-plugin</artifactId> 128 <artifactId>gwt-maven-plugin</artifactId>
114 <version>${gwtVersion}</version> 129 <version>${gwtVersion}</version>

http://dive4elements.wald.intevation.org