summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-02-07 16:53:06 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-02-15 11:50:33 +0100
commit14c47d940c385ee563134a2708eac64e0d718204 (patch)
tree106c7cc2d194e145fabcdcacef74f4d99338ffa6 /common
parentd6163446a156921fa57a17671de0309eaaa4f2e7 (diff)
Downgrade ODL dependencies to Beryllium-SR4
Workaround for HC2VPP-62 until https://bugs.opendaylight.org/show_bug.cgi?id=7759 is fixed. Change-Id: I0e9c82378865bf99c1843b0399940a53350e2d76 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'common')
-rw-r--r--common/api-parent/pom.xml2
-rw-r--r--common/honeycomb-parent/pom.xml20
2 files changed, 8 insertions, 14 deletions
diff --git a/common/api-parent/pom.xml b/common/api-parent/pom.xml
index ed08aeeba..2f2244978 100644
--- a/common/api-parent/pom.xml
+++ b/common/api-parent/pom.xml
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>maven-sal-api-gen-plugin</artifactId>
- <version>0.9.2-Boron-SR2</version>
+ <version>0.8.4-Beryllium-SR4</version>
<type>jar</type>
</dependency>
</dependencies>
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 -->