184abf03ee146361b4cb01c9120471465a78162a
[controller.git] / opendaylight / sal / yang-prototype / code-generator / yang-model-parser-impl / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
2   <modelVersion>4.0.0</modelVersion>\r
3   <parent>\r
4     <groupId>org.opendaylight.controller</groupId>\r
5     <artifactId>binding-generator</artifactId>\r
6     <version>1.0</version>\r
7   </parent>\r
8   <artifactId>yang-model-parser-impl</artifactId>\r
9   \r
10   <dependencies>\r
11           <dependency>\r
12           <groupId>org.opendaylight.controller</groupId>\r
13           <artifactId>yang-common</artifactId>\r
14           <version>1.0</version>\r
15       </dependency>\r
16           <dependency>\r
17           <groupId>org.opendaylight.controller</groupId>\r
18           <artifactId>yang-model-api</artifactId>\r
19           <version>1.0</version>\r
20       </dependency>\r
21       <dependency>\r
22           <groupId>org.opendaylight.controller</groupId>\r
23           <artifactId>yang-model-util</artifactId>\r
24           <version>1.0</version>\r
25       </dependency>\r
26       <dependency>\r
27           <groupId>org.opendaylight.controller</groupId>\r
28           <artifactId>binding-model-api</artifactId>\r
29           <version>1.0</version>\r
30       </dependency>\r
31       \r
32       <dependency>\r
33           <groupId>org.antlr</groupId>\r
34           <artifactId>antlr4</artifactId>\r
35           <version>4.0</version>\r
36       </dependency>\r
37       <dependency>\r
38           <groupId>org.slf4j</groupId>\r
39           <artifactId>slf4j-api</artifactId>\r
40           <version>1.7.2</version>\r
41       </dependency>\r
42       <dependency>\r
43           <groupId>org.slf4j</groupId>\r
44           <artifactId>slf4j-simple</artifactId>\r
45           <version>1.7.2</version>\r
46       </dependency>\r
47       <dependency>\r
48           <groupId>org.mockito</groupId>\r
49           <artifactId>mockito-all</artifactId>\r
50           <version>1.8.4</version>\r
51       </dependency>\r
52   </dependencies>\r
53   \r
54 </project>