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>
5 <groupId>org.opendaylight.controller</groupId>
6 <artifactId>commons.opendaylight</artifactId>
7 <version>1.5.0-SNAPSHOT</version>
8 <relativePath>../../commons/opendaylight</relativePath>
10 <artifactId>containermanager.shell</artifactId>
11 <version>${containermanager.shell.version}</version>
12 <packaging>bundle</packaging>
15 <groupId>junit</groupId>
16 <artifactId>junit</artifactId>
19 <groupId>org.apache.karaf.shell</groupId>
20 <artifactId>org.apache.karaf.shell.console</artifactId>
21 <version>${karaf.shell.version}</version>
24 <groupId>org.mockito</groupId>
25 <artifactId>mockito-all</artifactId>
28 <groupId>org.opendaylight.controller</groupId>
29 <artifactId>containermanager</artifactId>
30 <version>${containermanager.version}</version>
37 <groupId>org.apache.felix</groupId>
38 <artifactId>maven-bundle-plugin</artifactId>
39 <version>${bundle.plugin.version}</version>
42 <Import-Package>org.apache.felix.service.command,
43 org.apache.karaf.shell.commands,
44 org.apache.karaf.shell.console,