Skip to content

Commit

Permalink
upate notice and spting from 5.2.1 to 5.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Hollmann committed May 19, 2020
1 parent ebe47fc commit f7fedd8
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 2 deletions.
4 changes: 3 additions & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ This project includes:
Java implementation of GeographicLib under The MIT License(MIT)
javax.inject under The Apache Software License, Version 2.0
JCL 1.2 implemented over SLF4J under Apache License, Version 2.0
JDOM under Similar to Apache License but with the acknowledgment clause removed
JFreeChart under GNU Lesser General Public Licence
jgridshift-core under GNU Lesser General Public License, version 2.0 (LGPLv2)
Joda-Time under Apache License, Version 2.0
Expand All @@ -61,6 +60,7 @@ This project includes:
odata-server-api under The Apache Software License, Version 2.0
odata-server-core under The Apache Software License, Version 2.0
Open GIS Interfaces under OGC copyright or Lesser General Public License (LGPL)
Open Web Services Model under Lesser General Public License (LGPL)
org.apache.xmlgraphics:batik-anim under The Apache Software License, Version 2.0
org.apache.xmlgraphics:batik-awt-util under The Apache Software License, Version 2.0
org.apache.xmlgraphics:batik-bridge under The Apache Software License, Version 2.0
Expand All @@ -73,6 +73,7 @@ This project includes:
org.apache.xmlgraphics:batik-i18n under The Apache Software License, Version 2.0
org.apache.xmlgraphics:batik-parser under The Apache Software License, Version 2.0
org.apache.xmlgraphics:batik-script under The Apache Software License, Version 2.0
org.apache.xmlgraphics:batik-shared-resources under The Apache Software License, Version 2.0
org.apache.xmlgraphics:batik-svg-dom under The Apache Software License, Version 2.0
org.apache.xmlgraphics:batik-svggen under The Apache Software License, Version 2.0
org.apache.xmlgraphics:batik-transcoder under The Apache Software License, Version 2.0
Expand Down Expand Up @@ -106,6 +107,7 @@ This project includes:
Units of Measurement Implementation for Java SE under BSD
Xalan Java under The Apache Software License, Version 2.0
Xalan Java Serializer under The Apache Software License, Version 2.0
Xlink Model under Lesser General Public License (LGPL)
XML Commons External Components XML APIs under The Apache Software License, Version 2.0 or The SAX License or The W3C License
XML Commons External Components XML APIs Extensions under The Apache Software License, Version 2.0
XmlBeans under The Apache Software License, Version 2.0
Expand Down
74 changes: 73 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<geotools.version>23.0</geotools.version>
<arctic-sea.version>7.4.1</arctic-sea.version>
<spring-boot.version>2.3.0.RELEASE</spring-boot.version>
<spring.version>5.2.1.RELEASE</spring.version>
<spring.version>5.2.6.RELEASE</spring.version>
<version.junit>5.6.2</version.junit>
<version.hamcrest>2.2</version.hamcrest>

Expand Down Expand Up @@ -141,6 +141,18 @@
<groupId>javax.media</groupId>
<artifactId>jai_codec</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore.xmi</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand All @@ -156,6 +168,18 @@
<groupId>javax.media</groupId>
<artifactId>jai_codec</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore.xmi</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand All @@ -171,6 +195,18 @@
<groupId>javax.media</groupId>
<artifactId>jai_codec</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore.xmi</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand All @@ -186,6 +222,18 @@
<groupId>javax.media</groupId>
<artifactId>jai_codec</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore.xmi</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand All @@ -201,6 +249,18 @@
<groupId>javax.media</groupId>
<artifactId>jai_codec</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore.xmi</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand All @@ -216,6 +276,18 @@
<groupId>javax.media</groupId>
<artifactId>jai_codec</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore.xmi</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit f7fedd8

Please sign in to comment.