Change-Id: Ia68677f302494dd3b0a81e913c64f251b810e990
Signed-off-by: Andrej Kincel <[email protected]>
<module>sfc-model</module>
<module>sfc-provider</module>
<module>sfc-test-consumer</module>
- <module>sfc-distribution</module>
<module>sfc-ui</module>
+ <module>sfc-distribution</module>
</modules>
<build>
<version>${project.parent.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.opendaylight.sfc</groupId>
+ <artifactId>sfc-ui</artifactId>
+ <version>${project.parent.version}</version>
+ </dependency>
+
<!-- controller base distribution -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
</dependency>
</dependencies>
- <!--<scm>-->
- <!--<connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>-->
- <!--<developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>-->
- <!--<tag>HEAD</tag>-->
- <!--<url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>-->
- <!--</scm>-->
+ <scm>
+ <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
+ <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
+ <tag>HEAD</tag>
+ <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
+ </scm>
<repositories>
<!-- Opendaylight public group -->