aboutsummaryrefslogtreecommitdiffstats
path: root/appc-sdc-listener/appc-yang-generator/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appc-sdc-listener/appc-yang-generator/pom.xml')
-rw-r--r--appc-sdc-listener/appc-yang-generator/pom.xml4
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>