groovy node-tree integration
[controller.git] / opendaylight / sal / yang-prototype / yang / yang-data-impl / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0"\r
2     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
3     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
4     <modelVersion>4.0.0</modelVersion>\r
5     <parent>\r
6         <groupId>org.opendaylight.controller</groupId>\r
7         <artifactId>yang</artifactId>\r
8         <version>0.5.4-SNAPSHOT</version>\r
9     </parent>\r
10     <artifactId>yang-data-impl</artifactId>\r
11 \r
12     <properties>\r
13         <groovy.version>2.1.6</groovy.version>\r
14     </properties>\r
15     <build>\r
16         <plugins>\r
17             <plugin>\r
18                 <groupId>org.apache.maven.plugins</groupId>\r
19                 <artifactId>maven-surefire-plugin</artifactId>\r
20                 <configuration>\r
21                     <argLine>-Dlog4j.configuration=log4j-test.xml -Xmx1500m</argLine>\r
22                     <redirectTestOutputToFile>true</redirectTestOutputToFile>\r
23                 </configuration>\r
24             </plugin>\r
25         </plugins>\r
26     </build>\r
27 \r
28 \r
29     <dependencies>\r
30         <dependency>\r
31             <groupId>org.opendaylight.controller</groupId>\r
32             <artifactId>yang-common</artifactId>\r
33         </dependency>\r
34         <dependency>\r
35             <groupId>org.opendaylight.controller</groupId>\r
36             <artifactId>yang-data-api</artifactId>\r
37         </dependency>\r
38         <dependency>\r
39             <groupId>org.opendaylight.controller</groupId>\r
40             <artifactId>yang-model-parser-impl</artifactId>\r
41             <exclusions>\r
42                 <exclusion>\r
43                     <groupId>org.slf4j</groupId>\r
44                     <artifactId>slf4j-simple</artifactId>\r
45                 </exclusion>\r
46             </exclusions>\r
47         </dependency>\r
48         <dependency>\r
49             <groupId>com.google.guava</groupId>\r
50             <artifactId>guava</artifactId>\r
51             <version>14.0.1</version>\r
52         </dependency>\r
53         \r
54         <dependency>\r
55             <groupId>junit</groupId>\r
56             <artifactId>junit</artifactId>\r
57             <scope>test</scope>\r
58         </dependency>\r
59         <dependency>\r
60             <groupId>org.slf4j</groupId>\r
61             <artifactId>slf4j-log4j12</artifactId>\r
62             <version>${slf4j.version}</version>\r
63             <scope>test</scope>\r
64         </dependency>\r
65         <dependency>\r
66             <groupId>org.codehaus.groovy</groupId>\r
67             <artifactId>groovy</artifactId>\r
68             <version>${groovy.version}</version>\r
69             <scope>test</scope>\r
70         </dependency>\r
71         <dependency>\r
72             <groupId>org.codehaus.groovy</groupId>\r
73             <artifactId>groovy-xml</artifactId>\r
74             <version>${groovy.version}</version>\r
75             <scope>test</scope>\r
76         </dependency>\r
77         <dependency>\r
78             <groupId>xmlunit</groupId>\r
79             <artifactId>xmlunit</artifactId>\r
80             <version>1.4</version>\r
81             <scope>test</scope>\r
82         </dependency>\r
83     </dependencies>\r
84 </project>\r