add python compatibility module
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / apps / dlux / 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
4   <parent>
5     <groupId>org.opendaylight.odlparent</groupId>
6     <artifactId>odlparent</artifactId>
7     <version>1.8.1-Carbon</version>
8     <relativePath></relativePath>
9   </parent>
10
11   <modelVersion>4.0.0</modelVersion>
12   <groupId>org.opendaylight.dlux</groupId>
13   <artifactId>dlux-parent</artifactId>
14   <version>0.5.1-Carbon</version>
15   <packaging>pom</packaging>
16   <name>dlux</name> <!-- Used by Sonar to set project name -->
17
18   <properties>
19     <commons.opendaylight.version>1.8.1-Carbon</commons.opendaylight.version>
20     <loader.resources.version>0.5.1-Carbon</loader.resources.version>
21     <core.resources.version>0.5.1-Carbon</core.resources.version>
22     <connection_manager.resources.version>0.5.1-Carbon</connection_manager.resources.version>
23     <container.resources.version>0.5.1-Carbon</container.resources.version>
24     <flow.resources.version>0.5.1-Carbon</flow.resources.version>
25     <network.resources.version>0.5.1-Carbon</network.resources.version>
26     <common.authentication.resources.version>0.5.1-Carbon</common.authentication.resources.version>
27     <common.general.resources.version>0.5.1-Carbon</common.general.resources.version>
28     <common.navigation.resources.version>0.5.1-Carbon</common.navigation.resources.version>
29     <common.layout.resources.version>0.5.1-Carbon</common.layout.resources.version>
30     <common.topbar.resources.version>0.5.1-Carbon</common.topbar.resources.version>
31     <common.login.resources.version>0.5.1-Carbon</common.login.resources.version>
32     <restconf.version>1.5.1-Carbon</restconf.version>
33     <l2switch.version>0.5.1-Carbon</l2switch.version>
34     <mdsal.version>1.5.1-Carbon</mdsal.version>
35     <branding.version>1.4.1-Carbon</branding.version>
36     <karaf.resources.version>1.8.1-Carbon</karaf.resources.version>
37     <feature.l2switch.version>0.5.1-Carbon</feature.l2switch.version>
38     <feature.aaa.version>0.5.1-Carbon</feature.aaa.version>
39     <feature.openflowplugin.version>0.4.1-Carbon</feature.openflowplugin.version>
40
41     <feature.test.version>1.8.1-Carbon</feature.test.version>
42     <feature.mdsal.version>1.5.1-Carbon</feature.mdsal.version>
43     <feature.dlux.version>0.5.1-Carbon</feature.dlux.version>
44     <feature.flow.version>1.5.1-Carbon</feature.flow.version>
45     <feature.yangtools.version>1.1.1-Carbon</feature.yangtools.version>
46     <apache.felix.osgi.compendium.version>1.4.0</apache.felix.osgi.compendium.version>
47     <javax.servlet-api.version>3.0.1</javax.servlet-api.version>
48     <karaf.empty.version>1.8.1-Carbon</karaf.empty.version>
49   </properties>
50
51   <modules>
52     <module>dlux-web</module>
53     <module>loader/impl</module>
54   </modules>
55
56   <scm>
57     <connection>scm:git:ssh://git.opendaylight.org:29418/dlux.git</connection>
58     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/dlux.git</developerConnection>
59     <tag>HEAD</tag>
60     <url>https://wiki.opendaylight.org/view/OpenDaylight_dlux:Main</url>
61   </scm>
62 </project>