4fde8986ea2d7ece186c3cb3ac40836b24232f3f
[yangtools.git] / integration-test / bundle-test / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!-- Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved. This 
4     program and the accompanying materials are made available under the terms of the 
5     Eclipse Public License v1.0 which accompanies this distribution, and is available 
6     at http://www.eclipse.org/legal/epl-v10.html -->
7 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
9
10     <parent>
11         <artifactId>yangtools-parent</artifactId>
12         <groupId>org.opendaylight.yangtools</groupId>
13         <version>0.7.0-SNAPSHOT</version>
14         <relativePath>/../../common/parent/pom.xml</relativePath>
15     </parent>
16
17     <modelVersion>4.0.0</modelVersion>
18     <artifactId>bundle-test</artifactId>
19
20     <dependencies>
21         <dependency>
22             <groupId>junit</groupId>
23             <artifactId>junit</artifactId>
24         </dependency>
25         <dependency>
26             <groupId>org.ops4j.pax.exam</groupId>
27             <artifactId>pax-exam-container-native</artifactId>
28         </dependency>
29         <dependency>
30             <groupId>org.ops4j.pax.exam</groupId>
31             <artifactId>pax-exam-junit4</artifactId>
32         </dependency>
33         <dependency>
34             <groupId>org.ops4j.pax.exam</groupId>
35             <artifactId>pax-exam-link-mvn</artifactId>
36         </dependency>
37         <dependency>
38             <groupId>equinoxSDK381</groupId>
39             <artifactId>org.eclipse.osgi</artifactId>
40         </dependency>
41         <dependency>
42             <groupId>ch.qos.logback</groupId>
43             <artifactId>logback-classic</artifactId>
44         </dependency>
45         <dependency>
46             <groupId>org.sonatype.plexus</groupId>
47             <artifactId>plexus-build-api</artifactId>
48         </dependency>
49         <dependency>
50             <groupId>org.codehaus.plexus</groupId>
51             <artifactId>plexus-slf4j-logging</artifactId>
52         </dependency>
53
54         <dependency>
55             <groupId>org.opendaylight.yangtools</groupId>
56             <artifactId>yang-data-util</artifactId>
57         </dependency>
58         <dependency>
59             <groupId>org.opendaylight.yangtools</groupId>
60             <artifactId>maven-sal-api-gen-plugin</artifactId>
61         </dependency>
62         <dependency>
63             <groupId>org.opendaylight.yangtools.thirdparty</groupId>
64             <artifactId>antlr4-runtime-osgi-nohead</artifactId>
65             <scope>test</scope>
66         </dependency>
67         <dependency>
68             <groupId>org.opendaylight.yangtools.thirdparty</groupId>
69             <artifactId>xtend-lib-osgi</artifactId>
70             <scope>test</scope>
71         </dependency>
72     </dependencies>
73
74     <build>
75         <plugins>
76             <plugin>
77                 <groupId>org.ops4j.pax.exam</groupId>
78                 <artifactId>maven-paxexam-plugin</artifactId>
79             </plugin>
80         </plugins>
81     </build>
82 </project>