Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Obtain the Jars

NOTE: We'll be reducing these very quickly to only those trigger Dependencies.  You do NOT need the whole list.Maven - TODO give examples of latest version DependenciesThis Dependency will pick up all the required dependencies

Code Block
	<dependency>
		<groupId>org.onap.aaf.authz</groupId>
		<artifactId>aaf-cadi-aaf</artifactId>
		<version>2.1.0</version>
	 </dependency>

TEST version of "cadi.properties"

...