Exception for URI /restconf/operations/module_name:rpc ended with slash
[controller.git] / opendaylight / config / yang-jmx-generator-plugin / 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">
2     <modelVersion>4.0.0</modelVersion>
3     <parent>
4         <artifactId>config-subsystem</artifactId>
5         <groupId>org.opendaylight.controller</groupId>
6         <version>0.2.4-SNAPSHOT</version>
7         <relativePath>..</relativePath>
8     </parent>
9     <artifactId>yang-jmx-generator-plugin</artifactId>
10
11     <dependencies>
12
13         <dependency>
14             <groupId>org.slf4j</groupId>
15             <artifactId>slf4j-api</artifactId>
16         </dependency>
17
18         <dependency>
19             <groupId>org.opendaylight.controller</groupId>
20             <artifactId>yang-jmx-generator</artifactId>
21         </dependency>
22
23         <dependency>
24             <groupId>org.opendaylight.yangtools</groupId>
25             <artifactId>yang-maven-plugin-spi</artifactId>
26         </dependency>
27
28         <dependency>
29             <groupId>org.opendaylight.yangtools</groupId>
30             <artifactId>binding-type-provider</artifactId>
31         </dependency>
32
33         <dependency>
34             <groupId>org.eclipse.jdt</groupId>
35             <artifactId>core</artifactId>
36             <version>3.3.0-v_771</version>
37             <scope>test</scope>
38
39             <exclusions>
40                 <exclusion>
41                     <groupId>org.eclipse.equinox</groupId>
42                     <artifactId>app</artifactId>
43                 </exclusion>
44             </exclusions>
45
46         </dependency>
47
48         <dependency>
49             <groupId>org.eclipse.equinox</groupId>
50             <artifactId>app</artifactId>
51             <version>1.0.0-v20070606</version>
52             <scope>test</scope>
53         </dependency>
54
55
56         <dependency>
57             <groupId>org.freemarker</groupId>
58             <artifactId>freemarker</artifactId>
59             <version>2.3.20</version>
60         </dependency>
61
62         <dependency>
63             <groupId>${project.groupId}</groupId>
64             <artifactId>config-api</artifactId>
65         </dependency>
66
67         <dependency>
68             <groupId>commons-io</groupId>
69             <artifactId>commons-io</artifactId>
70         </dependency>
71
72         <dependency>
73             <groupId>com.jcabi</groupId>
74             <artifactId>jcabi-maven-slf4j</artifactId>
75             <version>0.8</version>
76         </dependency>
77
78         <dependency>
79             <groupId>com.google.guava</groupId>
80             <artifactId>guava</artifactId>
81         </dependency>
82
83         <dependency>
84             <groupId>org.opendaylight.controller</groupId>
85             <artifactId>yang-jmx-generator</artifactId>
86             <scope>test</scope>
87             <type>test-jar</type>
88         </dependency>
89
90         <dependency>
91             <groupId>org.eclipse</groupId>
92             <artifactId>jdt</artifactId>
93             <version>3.3.0-v20070607-1300</version>
94             <scope>test</scope>
95
96             <exclusions>
97                 <exclusion>
98                     <groupId>org.eclipse.equinox</groupId>
99                     <artifactId>app</artifactId>
100                 </exclusion>
101             </exclusions>
102         </dependency>
103
104         <dependency>
105             <groupId>org.opendaylight.yangtools</groupId>
106             <artifactId>mockito-configuration</artifactId>
107         </dependency>
108
109         <dependency>
110             <groupId>org.apache.commons</groupId>
111             <artifactId>commons-lang3</artifactId>
112         </dependency>
113     </dependencies>
114
115     <build>
116         <plugins>
117             <plugin>
118                 <groupId>org.apache.maven.plugins</groupId>
119                 <artifactId>maven-jar-plugin</artifactId>
120             </plugin>
121         </plugins>
122     </build>
123 </project>