excluded jackson from mc-runtime
This commit is contained in:
parent
635eb7131f
commit
3225045008
41
pom.xml
41
pom.xml
|
@ -34,7 +34,7 @@
|
||||||
<geotools.version>17.0</geotools.version>
|
<geotools.version>17.0</geotools.version>
|
||||||
<apache.ode.version>1.3.3</apache.ode.version>
|
<apache.ode.version>1.3.3</apache.ode.version>
|
||||||
<apache.axis2.version>1.5.1</apache.axis2.version>
|
<apache.axis2.version>1.5.1</apache.axis2.version>
|
||||||
<n52version>3.6.1</n52version>
|
<n52version>3.6.3</n52version>
|
||||||
|
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
@ -66,12 +66,9 @@
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
</repository>
|
</repository>
|
||||||
<!--repository>
|
<!--repository> <id>OpenGEO</id> <name>opengeo repository</name> <url>https://repo.boundlessgeo.com</url>
|
||||||
<id>OpenGEO</id>
|
</repository -->
|
||||||
<name>opengeo repository</name>
|
<repository>
|
||||||
<url>https://repo.boundlessgeo.com</url>
|
|
||||||
</repository-->
|
|
||||||
<repository>
|
|
||||||
<id>osgeo</id>
|
<id>osgeo</id>
|
||||||
<url>https://nexus.d4science.org/nexus/content/repositories/osgeo/</url>
|
<url>https://nexus.d4science.org/nexus/content/repositories/osgeo/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
@ -121,6 +118,18 @@
|
||||||
<artifactId>log4j</artifactId>
|
<artifactId>log4j</artifactId>
|
||||||
<groupId>log4j</groupId>
|
<groupId>log4j</groupId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
|
<artifactId>jackson-core</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
|
<artifactId>jackson-annotations</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
|
<artifactId>jackson-databind</artifactId>
|
||||||
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@ -391,16 +400,6 @@
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.n52.mc</groupId>
|
|
||||||
<artifactId>mc-runtime</artifactId>
|
|
||||||
<version>1.1</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.n52.mc</groupId>
|
|
||||||
<artifactId>mc-schema</artifactId>
|
|
||||||
<version>1.1</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -574,6 +573,14 @@
|
||||||
<artifactId>abdera-bundle</artifactId>
|
<artifactId>abdera-bundle</artifactId>
|
||||||
<groupId>org.apache.abdera</groupId>
|
<groupId>org.apache.abdera</groupId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
|
<artifactId>jackson-core</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
|
<artifactId>jackson-annotations</artifactId>
|
||||||
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue