Updated to fix dependencies issue #20036

feature/23107
Giancarlo Panichi 3 years ago
parent 9bc315a184
commit fe2dc09a56

@ -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…
Cancel
Save