Revert Merge "Bug 2366: new parser - Types & TypeDefs"
[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
46         <dependency>
47             <groupId>org.opendaylight.yangtools</groupId>
48             <artifactId>yang-data-util</artifactId>
49         </dependency>
50         <dependency>
51             <groupId>org.opendaylight.yangtools</groupId>
52             <artifactId>binding-generator-impl</artifactId>
53         </dependency>
54         <dependency>
55             <groupId>org.opendaylight.yangtools.thirdparty</groupId>
56             <artifactId>antlr4-runtime-osgi-nohead</artifactId>
57             <scope>test</scope>
58         </dependency>
59     </dependencies>
60
61     <build>
62         <plugins>
63             <plugin>
64                 <groupId>org.ops4j.pax.exam</groupId>
65                 <artifactId>maven-paxexam-plugin</artifactId>
66             </plugin>
67         </plugins>
68     </build>
69 </project>