<dependency>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-encrypt-service</artifactId>
<version>0.6.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.aaa', module='aaa-encrypt-service', version='0.6.0')
)
<parent> <groupId>org.opendaylight.mdsal</groupId> <artifactId>binding-parent</artifactId> <version>0.11.0</version> </parent>
compile
|-- org.opendaylight.controller:sal-binding-api
|-- org.opendaylight.controller:sal-common-util
|-- org.apache.commons:commons-lang3
|-- org.bouncycastle:bcpkix-jdk15on
|-- org.bouncycastle:bcprov-jdk15on
|-- org.apache.sshd:sshd-core:0.14.0
provided
|-- org.apache.felix:org.apache.felix.dependencymanager
test
|-- junit:junit
|-- org.powermock:powermock-core
|-- org.powermock:powermock-module-junit4