<dependency>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-authn-keystone</artifactId>
<version>0.3.3-Beryllium-SR3</version>
<type>bundle</type>
</dependency>
libraryDependencies += "org.opendaylight.aaa" % "aaa-authn-keystone" % "0.3.3-Beryllium-SR3"
@Grapes(
@Grab(group='org.opendaylight.aaa', module='aaa-authn-keystone', version='0.3.3-Beryllium-SR3')
)
<dependency org="org.opendaylight.aaa" name="aaa-authn-keystone" rev="0.3.3-Beryllium-SR3" />
<parent> <groupId>org.opendaylight.aaa</groupId> <artifactId>aaa-parent</artifactId> <version>0.3.3-Beryllium-SR3</version> </parent>
compile
|-- org.opendaylight.aaa:aaa-authn
|-- org.opendaylight.aaa:aaa-authn-api
|-- org.apache.httpcomponents:httpcore-osgi
|-- org.apache.httpcomponents:httpclient-osgi
provided
|-- com.sun.jersey:jersey-server
|-- javax.servlet:javax.servlet-api
|-- org.apache.felix:org.apache.felix.dependencymanager
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-databind
test
|-- com.sun.jersey.jersey-test-framework:jersey-test-framework-grizzly2
|-- junit:junit