1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
5 <artifactId>sal-samples</artifactId>
6 <groupId>org.opendaylight.controller.samples</groupId>
7 <version>1.0-SNAPSHOT</version>
9 <artifactId>sample-toaster-provider</artifactId>
10 <packaging>bundle</packaging>
12 <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
13 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
14 <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
21 <groupId>org.apache.felix</groupId>
22 <artifactId>maven-bundle-plugin</artifactId>
25 <Bundle-Activator>org.opendaylight.controller.sample.toaster.provider.ToasterProvider</Bundle-Activator>
34 <groupId>${project.groupId}</groupId>
35 <artifactId>sample-toaster</artifactId>
36 <version>${project.version}</version>
39 <groupId>org.opendaylight.controller</groupId>
40 <artifactId>sal-binding-api</artifactId>
41 <version>1.0-SNAPSHOT</version>
44 <groupId>org.opendaylight.controller</groupId>
45 <artifactId>sal-common-util</artifactId>
46 <version>1.0-SNAPSHOT</version>