Author: desruisseaux
Date: Thu Mar 8 09:48:53 2018
New Revision: 1826193
URL: http://svn.apache.org/viewvc?rev=1826193&view=rev
Log:
Upgrade dependencies and Maven plugins. Remove findbugs configuration since it
has never been used.
Removed:
sis/branches/JDK8/core/sis-build-helper/src/main/resources/org/apache/sis/findbugs-exclude.xml
Modified:
sis/branches/JDK8/pom.xml
Modified: sis/branches/JDK8/pom.xml
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/pom.xml?rev=1826193&r1=1826192&r2=1826193&view=diff
==============================================================================
--- sis/branches/JDK8/pom.xml (original)
+++ sis/branches/JDK8/pom.xml Thu Mar 8 09:48:53 2018
@@ -429,7 +429,7 @@ Apache SIS is a free software, Java lang
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
- <version>7.0</version>
+ <version>8.0</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -499,7 +499,7 @@ Apache SIS is a free software, Java lang
The last properties in this list depend on the Apache SIS branch.
=================================================================== -->
<properties>
- <netcdf.version>4.6.10</netcdf.version>
+ <netcdf.version>4.6.11</netcdf.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<website.encoding>UTF-8</website.encoding>
<website.locale>en</website.locale>
@@ -607,7 +607,7 @@ Apache SIS is a free software, Java lang
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.20.1</version>
+ <version>2.21.0</version>
<configuration>
<includes>
<include>**/*TestSuite.java</include>
@@ -903,20 +903,6 @@ Apache SIS is a free software, Java lang
<relativizeDecorationLinks>false</relativizeDecorationLinks>
</configuration>
</plugin>
-
- <!-- Dependencies requires for the SIS FindBugs configuration file. -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>findbugs-maven-plugin</artifactId>
- <version>3.0.5</version>
- <dependencies>
- <dependency>
- <groupId>org.apache.sis.core</groupId>
- <artifactId>sis-build-helper</artifactId>
- <version>${sis.plugin.version}</version>
- </dependency>
- </dependencies>
- </plugin>
</plugins>
<!-- Following plugins are used only by some specific modules. -->