c1436b27ca9ad81d4d9203b47ca542eeafdf2839
[genius.git] / cloudscaler / api / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2019 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
4
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <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">
10   <parent>
11     <groupId>org.opendaylight.genius</groupId>
12     <artifactId>binding-parent</artifactId>
13     <version>0.9.0-SNAPSHOT</version>
14     <relativePath>../../commons/binding-parent</relativePath>
15   </parent>
16
17   <modelVersion>4.0.0</modelVersion>
18   <artifactId>cloudscaler-api</artifactId>
19   <version>0.9.0-SNAPSHOT</version>
20   <name>ODL :: genius :: ${project.artifactId}</name>
21   <packaging>bundle</packaging>
22
23   <dependencies>
24     <dependency>
25       <groupId>org.opendaylight.mdsal</groupId>
26       <artifactId>yang-binding</artifactId>
27     </dependency>
28     <dependency>
29       <groupId>org.opendaylight.mdsal</groupId>
30       <artifactId>mdsal-common-api</artifactId>
31     </dependency>
32     <dependency>
33       <groupId>org.opendaylight.ovsdb</groupId>
34       <artifactId>southbound-api</artifactId>
35       <version>${genius.ovsdb.version}</version>
36     </dependency>
37     <dependency>
38       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
39       <artifactId>rfc7223</artifactId>
40     </dependency>
41     <dependency>
42       <groupId>org.opendaylight.yangtools</groupId>
43       <artifactId>yang-common</artifactId>
44     </dependency>
45     <dependency>
46       <groupId>org.opendaylight.genius</groupId>
47       <artifactId>idmanager-api</artifactId>
48     </dependency>
49     <dependency>
50       <groupId>org.opendaylight.openflowplugin.model</groupId>
51       <artifactId>model-flow-service</artifactId>
52     </dependency>
53     <!--<dependency>
54       <groupId>org.opendaylight.controller</groupId>
55       <artifactId>sal-binding-broker-impl</artifactId>
56     </dependency>!-->
57     <dependency>
58       <groupId>commons-net</groupId>
59       <artifactId>commons-net</artifactId>
60     </dependency>
61     <dependency>
62       <groupId>javax.inject</groupId>
63       <artifactId>javax.inject</artifactId>
64     </dependency>
65   </dependencies>
66 </project>