diff options
Diffstat (limited to 'infra/northbound/restconf/pom.xml')
-rw-r--r-- | infra/northbound/restconf/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/northbound/restconf/pom.xml b/infra/northbound/restconf/pom.xml index 8342e1a87..5cf74d23c 100644 --- a/infra/northbound/restconf/pom.xml +++ b/infra/northbound/restconf/pom.xml @@ -70,7 +70,7 @@ <!-- ODL-Restconf --> <dependency> <groupId>org.opendaylight.netconf</groupId> - <artifactId>sal-rest-connector</artifactId> + <artifactId>restconf-nb-bierman02</artifactId> </dependency> <!-- Jersey + Jetty for RESTCONF --> |