Updated to fix dependencies issue #20036
This commit is contained in:
parent
9bc315a184
commit
fe2dc09a56
9
pom.xml
9
pom.xml
|
@ -430,18 +430,11 @@
|
||||||
<artifactId>mapscript</artifactId>
|
<artifactId>mapscript</artifactId>
|
||||||
<version>6.0.3</version>
|
<version>6.0.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Exclude Commons HttpClient -->
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.n52.wps</groupId>
|
<groupId>org.n52.wps</groupId>
|
||||||
<artifactId>52n-wps-io-geotools</artifactId>
|
<artifactId>52n-wps-io-geotools</artifactId>
|
||||||
<version>${n52version}</version>
|
<version>${n52version}</version>
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>commons-httpclient</groupId>
|
|
||||||
<artifactId>commons-httpclient</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.n52.wps</groupId>
|
<groupId>org.n52.wps</groupId>
|
||||||
|
|
Loading…
Reference in New Issue