Skip to content
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.

Commit

Permalink
comment out odl-etcd-demo-restconf
Browse files Browse the repository at this point in the history
until #8 is fixed
  • Loading branch information
vorburger committed Feb 6, 2019
1 parent 4bdf2cc commit d33e69d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions features/features-etcd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<!--
TODO https://github.com/vorburger/opendaylight-etcd/issues/8
<artifactId>odl-etcd-demo-restconf</artifactId>
<version>${project.version}</version>
-->
<artifactId>odl-mdsal-broker</artifactId>
<version>1.9.0-SNAPSHOT</version>
<type>xml</type>
<classifier>features</classifier>
</dependency>
Expand Down
5 changes: 5 additions & 0 deletions features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@
<modules>
<module>odl-etcd-datastore</module>
<module>odl-mdsal-broker</module>
<!--
TODO https://github.com/vorburger/opendaylight-etcd/issues/8
don't forget to also change features/features-etcd/pom.xml
<module>odl-etcd-demo-restconf</module>
-->
<module>features-etcd</module>
</modules>
</project>
Expand Down

0 comments on commit d33e69d

Please sign in to comment.