1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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 <groupId>org.opendaylight.controller.samples</groupId>
6 <artifactId>sal-samples</artifactId>
7 <version>1.5.0-SNAPSHOT</version>
9 <artifactId>sample-toaster-provider</artifactId>
10 <packaging>bundle</packaging>
13 <sal-binding-api.version>1.5.0-SNAPSHOT</sal-binding-api.version>
18 <groupId>${project.groupId}</groupId>
19 <artifactId>sample-toaster</artifactId>
20 <version>${project.version}</version>
23 <groupId>org.opendaylight.controller</groupId>
24 <artifactId>sal-binding-api</artifactId>
27 <groupId>org.opendaylight.controller</groupId>
28 <artifactId>sal-binding-config</artifactId>
31 <groupId>org.opendaylight.controller</groupId>
32 <artifactId>sal-common-util</artifactId>
35 <groupId>org.osgi</groupId>
36 <artifactId>org.osgi.core</artifactId>
39 <!-- dependencies to use AbstractDataBrokerTest -->
41 <groupId>org.opendaylight.controller</groupId>
42 <artifactId>sal-binding-broker-impl</artifactId>
46 <groupId>org.opendaylight.controller</groupId>
47 <artifactId>sal-binding-broker-impl</artifactId>
52 <artifactId>junit</artifactId>
53 <groupId>junit</groupId>
56 <!-- used to mock up classes -->
58 <groupId>org.mockito</groupId>
59 <artifactId>mockito-all</artifactId>
64 <groupId>com.google.guava</groupId>
65 <artifactId>guava</artifactId>
72 <groupId>org.apache.felix</groupId>
73 <artifactId>maven-bundle-plugin</artifactId>
76 <groupId>org.opendaylight.yangtools</groupId>
77 <artifactId>yang-maven-plugin</artifactId>
82 <goal>generate-sources</goal>
87 <codeGeneratorClass>org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl</codeGeneratorClass>
88 <outputBaseDir>${salGeneratorPath}</outputBaseDir>
91 <inspectDependencies>true</inspectDependencies>
99 <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
100 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
102 <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>