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