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.xml20
1 files changed, 7 insertions, 13 deletions
diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml
index 7c9011708..3f03475aa 100644
--- a/common/honeycomb-parent/pom.xml
+++ b/common/honeycomb-parent/pom.xml
@@ -43,12 +43,12 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- ODL dependencies -->
- <yangtools.version>1.0.2-Boron-SR2</yangtools.version>
- <mdsal.version>2.1.2-Boron-SR2</mdsal.version>
- <mdsal.controller.version>1.4.2-Boron-SR2</mdsal.controller.version>
- <mdsalmodel.version>0.9.2-Boron-SR2</mdsalmodel.version>
- <netconf.version>1.1.2-Boron-SR2</netconf.version>
- <restconf.version>1.4.2-Boron-SR2</restconf.version>
+ <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>
<salGeneratorPath>target/generated-sources/mdsal-binding</salGeneratorPath>
<!-- dependencies -->
@@ -58,7 +58,7 @@
<guava.version>18.0</guava.version>
<!-- plugins -->
- <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
+ <checkstyle.plugin.version>2.16</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>
@@ -272,12 +272,6 @@
<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 -->