Merge "Statistics-Manager - Performance Improvement 1) Introduced statistics request...
[controller.git] / opendaylight / config / yang-jmx-generator-plugin / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3   <modelVersion>4.0.0</modelVersion>
4   <parent>
5     <groupId>org.opendaylight.controller</groupId>
6     <artifactId>config-subsystem</artifactId>
7     <version>0.2.5-SNAPSHOT</version>
8     <relativePath>..</relativePath>
9   </parent>
10   <artifactId>yang-jmx-generator-plugin</artifactId>
11
12   <dependencies>
13
14     <dependency>
15       <groupId>${project.groupId}</groupId>
16       <artifactId>config-api</artifactId>
17     </dependency>
18
19     <dependency>
20       <groupId>com.google.guava</groupId>
21       <artifactId>guava</artifactId>
22     </dependency>
23
24     <dependency>
25       <groupId>com.jcabi</groupId>
26       <artifactId>jcabi-maven-slf4j</artifactId>
27       <version>0.8</version>
28     </dependency>
29
30     <dependency>
31       <groupId>commons-io</groupId>
32       <artifactId>commons-io</artifactId>
33     </dependency>
34
35     <dependency>
36       <groupId>org.apache.commons</groupId>
37       <artifactId>commons-lang3</artifactId>
38     </dependency>
39
40     <dependency>
41       <groupId>org.codehaus.gmaven.runtime</groupId>
42       <artifactId>gmaven-runtime-2.0</artifactId>
43       <version>1.5</version>
44       <exclusions>
45         <exclusion>
46           <groupId>org.sonatype.gossip</groupId>
47           <artifactId>gossip</artifactId>
48         </exclusion>
49       </exclusions>
50     </dependency>
51
52     <dependency>
53       <groupId>org.opendaylight.controller</groupId>
54       <artifactId>yang-jmx-generator</artifactId>
55     </dependency>
56
57     <dependency>
58       <groupId>org.opendaylight.yangtools</groupId>
59       <artifactId>binding-type-provider</artifactId>
60     </dependency>
61
62     <dependency>
63       <groupId>org.opendaylight.yangtools</groupId>
64       <artifactId>mockito-configuration</artifactId>
65     </dependency>
66
67     <dependency>
68       <groupId>org.opendaylight.yangtools</groupId>
69       <artifactId>yang-maven-plugin-spi</artifactId>
70     </dependency>
71
72     <dependency>
73       <groupId>org.slf4j</groupId>
74       <artifactId>slf4j-api</artifactId>
75     </dependency>
76
77     <dependency>
78       <groupId>net.sourceforge.pmd</groupId>
79       <artifactId>pmd</artifactId>
80       <version>5.1.0</version>
81       <scope>test</scope>
82     </dependency>
83
84     <dependency>
85       <groupId>org.eclipse</groupId>
86       <artifactId>jdt</artifactId>
87       <version>3.3.0-v20070607-1300</version>
88       <scope>test</scope>
89
90       <exclusions>
91         <exclusion>
92           <groupId>org.eclipse.equinox</groupId>
93           <artifactId>app</artifactId>
94         </exclusion>
95       </exclusions>
96     </dependency>
97
98     <dependency>
99       <groupId>org.eclipse.equinox</groupId>
100       <artifactId>app</artifactId>
101       <version>1.0.0-v20070606</version>
102       <scope>test</scope>
103     </dependency>
104
105     <dependency>
106       <groupId>org.eclipse.jdt</groupId>
107       <artifactId>core</artifactId>
108       <version>3.3.0-v_771</version>
109       <scope>test</scope>
110
111       <exclusions>
112         <exclusion>
113           <groupId>org.eclipse.equinox</groupId>
114           <artifactId>app</artifactId>
115         </exclusion>
116       </exclusions>
117
118     </dependency>
119
120     <dependency>
121       <groupId>org.opendaylight.controller</groupId>
122       <artifactId>yang-jmx-generator</artifactId>
123       <type>test-jar</type>
124       <scope>test</scope>
125     </dependency>
126
127   </dependencies>
128
129 </project>