diff options
author | Patrick Brady <pb071s@att.com> | 2018-08-13 22:38:26 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-08-14 23:03:58 +0000 |
commit | ca4f7e16fc35f9f1a8c0a885e3ad8c62c64c3c37 (patch) | |
tree | 96e8dc0c2dfb6a2f492668c0280d55f86e9c8294 /appc-sdc-listener | |
parent | cde4d7b2d21ba5d0cd2910af8921c7967dee5007 (diff) |
Karaf 4 for appc-inbound
Change-Id: I94f8b31e509d0e231e36b8b8d2871ad10bdf02f8
Issue-ID: APPC-1148
Signed-off-by: Patrick Brady <pb071s@att.com>
Diffstat (limited to 'appc-sdc-listener')
-rw-r--r-- | appc-sdc-listener/appc-yang-generator/pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/appc-sdc-listener/appc-yang-generator/pom.xml b/appc-sdc-listener/appc-yang-generator/pom.xml index d268ac448..d13f4698d 100644 --- a/appc-sdc-listener/appc-yang-generator/pom.xml +++ b/appc-sdc-listener/appc-yang-generator/pom.xml @@ -64,7 +64,9 @@ limitations under the License. <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-parser-impl</artifactId> - <version>${odl.yangtools.version}</version> + <!-- This is the last version of this jar to contain the + org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YangStatementSourceImpl --> + <version>1.2.2</version> </dependency> <dependency> <groupId>junit</groupId> |