<dependency>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-authn-keystone</artifactId>
<version>0.1.1-Helium-SR1.1</version>
<type>bundle</type>
</dependency>
libraryDependencies += "org.opendaylight.aaa" % "aaa-authn-keystone" % "0.1.1-Helium-SR1.1"
@Grapes(
@Grab(group='org.opendaylight.aaa', module='aaa-authn-keystone', version='0.1.1-Helium-SR1.1')
)
<dependency org="org.opendaylight.aaa" name="aaa-authn-keystone" rev="0.1.1-Helium-SR1.1" />
<parent> <groupId>org.opendaylight.aaa</groupId> <artifactId>aaa.project</artifactId> <version>0.1.1-Helium-SR1.1</version> </parent>
compile
|-- org.opendaylight.aaa:aaa-authn
|-- org.opendaylight.aaa:aaa-authn-api
provided
|-- com.sun.jersey:jersey-server
|-- org.apache.felix:org.apache.felix.dependencymanager
test
|-- com.sun.jersey.jersey-test-framework:jersey-test-framework-grizzly2
|-- junit:junit