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>
|
||||
<version>6.0.3</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Exclude Commons HttpClient -->
|
||||
|
||||
<dependency>
|
||||
<groupId>org.n52.wps</groupId>
|
||||
<artifactId>52n-wps-io-geotools</artifactId>
|
||||
<version>${n52version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>commons-httpclient</groupId>
|
||||
<artifactId>commons-httpclient</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.n52.wps</groupId>
|
||||
|
|
Loading…
Reference in New Issue