Skip to content
Snippets Groups Projects
Commit c3a513ba authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

updated dependencies and plug-ins

parent f3ec5387
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<java.version>1.6</java.version> <java.version>1.6</java.version>
<checkstyle.version>2.17</checkstyle.version> <checkstyle.version>2.17</checkstyle.version>
<findbugs.version>3.0.3</findbugs.version> <findbugs.version>3.0.3</findbugs.version>
<pmd.version>3.5</pmd.version> <pmd.version>3.6</pmd.version>
<javadoc.version>2.10.3</javadoc.version> <javadoc.version>2.10.3</javadoc.version>
</properties> </properties>
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId> <artifactId>slf4j-api</artifactId>
<version>1.7.13</version> <version>1.7.14</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>ch.qos.logback</groupId> <groupId>ch.qos.logback</groupId>
...@@ -153,7 +153,7 @@ ...@@ -153,7 +153,7 @@
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId> <artifactId>commons-math3</artifactId>
<version>3.2</version> <version>3.6</version>
</dependency> </dependency>
</dependencies> </dependencies>
...@@ -203,7 +203,7 @@ ...@@ -203,7 +203,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version> <version>3.5</version>
<configuration> <configuration>
<showDeprecation>true</showDeprecation> <showDeprecation>true</showDeprecation>
<source>${java.version}</source> <source>${java.version}</source>
......
/**
* Copyright (C) 2015 Christian Wulf, Nelson Tavares de Sousa (http://teetime-framework.github.io)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package teetime.stage.basic.distributor.strategy; package teetime.stage.basic.distributor.strategy;
/** /**
......
/**
* Copyright (C) 2015 Christian Wulf, Nelson Tavares de Sousa (http://teetime-framework.github.io)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package teetime.stage.basic.distributor.strategy; package teetime.stage.basic.distributor.strategy;
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment