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