eedeff936cccb742e3c8967dac3637e22cea433e
[controller.git] / opendaylight / sal / yang-prototype / sal / samples / toaster-it / pom.xml
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>
4         <parent>
5                 <artifactId>sal-samples</artifactId>
6                 <groupId>org.opendaylight.controller.samples</groupId>
7                 <version>1.0-SNAPSHOT</version>
8         </parent>
9         <artifactId>sample-toaster-it</artifactId>
10     <scm>
11       <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
12       <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
13       <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
14     </scm>
15
16         <properties>
17                 <exam.version>3.0.0</exam.version>
18                 <url.version>1.5.0</url.version>
19         </properties>
20
21         <build>
22                 <plugins>
23                         <plugin>
24                                 <groupId>org.ops4j.pax.exam</groupId>
25                                 <artifactId>maven-paxexam-plugin</artifactId>
26                                 <executions>
27                                         <execution>
28                                                 <id>generate-config</id>
29                                                 <goals>
30                                                         <goal>generate-depends-file</goal>
31                                                 </goals>
32                                         </execution>
33                                 </executions>
34                         </plugin>
35                 </plugins>
36                 <pluginManagement>
37                         <plugins>
38                                 <!--This plugin's configuration is used to store Eclipse m2e settings 
39                                         only. It has no influence on the Maven build itself. -->
40                                 <plugin>
41                                         <groupId>org.eclipse.m2e</groupId>
42                                         <artifactId>lifecycle-mapping</artifactId>
43                                         <version>1.0.0</version>
44                                         <configuration>
45                                                 <lifecycleMappingMetadata>
46                                                         <pluginExecutions>
47                                                                 <pluginExecution>
48                                                                         <pluginExecutionFilter>
49                                                                                 <groupId>
50                                                                                         org.ops4j.pax.exam
51                                                                                 </groupId>
52                                                                                 <artifactId>
53                                                                                         maven-paxexam-plugin
54                                                                                 </artifactId>
55                                                                                 <versionRange>
56                                                                                         [1.2.4,)
57                                                                                 </versionRange>
58                                                                                 <goals>
59                                                                                         <goal>
60                                                                                                 generate-depends-file
61                                                                                         </goal>
62                                                                                 </goals>
63                                                                         </pluginExecutionFilter>
64                                                                         <action>
65                                                                                 <ignore></ignore>
66                                                                         </action>
67                                                                 </pluginExecution>
68                                                         </pluginExecutions>
69                                                 </lifecycleMappingMetadata>
70                                         </configuration>
71                                 </plugin>
72                         </plugins>
73                 </pluginManagement>
74         </build>
75
76         <dependencies>
77                 <dependency>
78                         <groupId>org.opendaylight.controller.samples</groupId>
79                         <artifactId>sample-toaster</artifactId>
80                         <version>1.0-SNAPSHOT</version>
81                 </dependency>
82                 <dependency>
83                         <groupId>org.opendaylight.controller.samples</groupId>
84                         <artifactId>sample-toaster-consumer</artifactId>
85                         <version>1.0-SNAPSHOT</version>
86                 </dependency>
87                 <dependency>
88                         <groupId>org.opendaylight.controller.samples</groupId>
89                         <artifactId>sample-toaster-provider</artifactId>
90                         <version>1.0-SNAPSHOT</version>
91                 </dependency>
92                 <dependency>
93                         <groupId>org.opendaylight.controller</groupId>
94                         <artifactId>sal-binding-broker-impl</artifactId>
95                         <version>1.0-SNAPSHOT</version>
96                 </dependency>
97                 <dependency>
98                         <groupId>org.ops4j.pax.exam</groupId>
99                         <artifactId>pax-exam-container-native</artifactId>
100                         <version>${exam.version}</version>
101                         <scope>test</scope>
102                 </dependency>
103                 <dependency>
104                         <groupId>org.ops4j.pax.exam</groupId>
105                         <artifactId>pax-exam-junit4</artifactId>
106                         <version>${exam.version}</version>
107                         <scope>test</scope>
108                 </dependency>
109                 <dependency>
110                         <groupId>org.ops4j.pax.exam</groupId>
111                         <artifactId>pax-exam-link-mvn</artifactId>
112                         <version>${exam.version}</version>
113                         <scope>test</scope>
114                 </dependency>
115                 <dependency>
116                         <groupId>equinoxSDK381</groupId>
117                         <artifactId>org.eclipse.osgi</artifactId>
118                         <version>3.8.1.v20120830-144521</version>
119                         <scope>test</scope>
120                 </dependency>
121                 <dependency>
122                         <groupId>org.slf4j</groupId>
123                         <artifactId>log4j-over-slf4j</artifactId>
124                         <version>1.7.2</version>
125                 </dependency>
126                 <dependency>
127                         <groupId>ch.qos.logback</groupId>
128                         <artifactId>logback-core</artifactId>
129                         <version>1.0.9</version>
130                 </dependency>
131                 <dependency>
132                         <groupId>ch.qos.logback</groupId>
133                         <artifactId>logback-classic</artifactId>
134                         <version>1.0.9</version>
135                 </dependency>
136         </dependencies>
137 </project>