<?xml version='1.0' encoding='utf-8'?>
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">

  <id>full</id>
  <formats>
    <format>jar</format>
  </formats>

  <includeBaseDirectory>false</includeBaseDirectory>
  <dependencySets>
    <dependencySet>
      <unpack>true</unpack>
      <scope>compile</scope>
      <includes>
      	<include>org.onap.aaf.authz:aaf-auth-cmd</include>
      	<include>org.onap.aaf.authz:aaf-auth-core</include>
      	<include>org.onap.aaf.authz:aaf-auth-client</include>
      	<include>org.onap.aaf.authz:aaf-cadi-aaf</include>
      	<include>org.onap.aaf.authz:aaf-cadi-core</include>
      	<include>org.onap.aaf.authz:aaf-cadi-client</include>
      	<include>org.onap.aaf.authz:aaf-misc-env</include>
      	<include>org.onap.aaf.authz:aaf-misc-rosetta</include>
      	<include>jline:jline</include>
      </includes>
    </dependencySet>

  </dependencySets>
  <fileSets>
    <fileSet>
      <directory>src/main/xsd</directory>
    </fileSet>
   </fileSets>
</assembly>