summaryrefslogtreecommitdiffstats
path: root/common/honeycomb-parent/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common/honeycomb-parent/pom.xml')
-rw-r--r--common/honeycomb-parent/pom.xml22
1 files changed, 14 insertions, 8 deletions
diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml
index d6b53a4ce..c0efd8de8 100644
--- a/common/honeycomb-parent/pom.xml
+++ b/common/honeycomb-parent/pom.xml
@@ -43,13 +43,13 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- ODL dependencies -->
- <yangtools.version>0.8.4-Beryllium-SR4</yangtools.version>
- <mdsal.version>2.0.4-Beryllium-SR4</mdsal.version>
- <mdsal.controller.version>1.3.4-Beryllium-SR4</mdsal.controller.version>
- <mdsalmodel.version>0.8.4-Beryllium-SR4</mdsalmodel.version>
- <netconf.version>1.0.4-Beryllium-SR4</netconf.version>
- <restconf.version>1.3.4-Beryllium-SR4</restconf.version>
- <salGenerator.version>0.8.4-Beryllium-SR4</salGenerator.version>
+ <yangtools.version>1.0.3-Boron-SR3</yangtools.version>
+ <mdsal.version>2.1.3-Boron-SR3</mdsal.version>
+ <mdsal.controller.version>1.4.3-Boron-SR3</mdsal.controller.version>
+ <mdsalmodel.version>0.9.3-Boron-SR3</mdsalmodel.version>
+ <netconf.version>1.1.3-Boron-SR3</netconf.version>
+ <restconf.version>1.4.3-Boron-SR3</restconf.version>
+ <salGenerator.version>0.9.3-Boron-SR3</salGenerator.version>
<salGeneratorPath>target/generated-sources/mdsal-binding</salGeneratorPath>
<!-- dependencies -->
@@ -59,7 +59,7 @@
<guava.version>18.0</guava.version>
<!-- plugins -->
- <checkstyle.plugin.version>2.16</checkstyle.plugin.version>
+ <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
<checkstyle.version>7.1.2</checkstyle.version>
<maven.javadoc.version>2.10.3</maven.javadoc.version>
<jacoco.version>0.7.2.201409121644</jacoco.version>
@@ -273,6 +273,12 @@
<artifactId>checkstyle-logging</artifactId>
<version>${yangtools.version}</version>
</dependency>
+ <!-- Needed by ODL's checkstyle-logging -->
+ <dependency>
+ <groupId>com.puppycrawl.tools</groupId>
+ <artifactId>checkstyle</artifactId>
+ <version>${checkstyle.version}</version>
+ </dependency>
</dependencies>
</plugin>
<!-- Deactivate strict java8 checks -->