commit | 79d7c256cd40019f8de5ed22418829bfd5850523 | [log] [tgz] |
---|---|---|
author | Ari Saha <as754m@att.com> | Fri Jun 26 10:31:48 2015 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Mon Jun 29 21:24:58 2015 +0000 |
tree | fe6600fb8f300e9df9afe479d84fa87441ccf3c9 | |
parent | a2b5915426f9a119d85b7aba548c8d4037b53965 [diff] [blame] |
ONOS AAA app: Authentication and Authorization logic. Change-Id: I36eb889eeab38edf12377c13e780a147551459a4
diff --git a/apps/pom.xml b/apps/pom.xml index 95ac0f4..cc7e1f6 100644 --- a/apps/pom.xml +++ b/apps/pom.xml
@@ -32,6 +32,7 @@ <description>ONOS sample applications</description> <modules> + <module>aaa</module> <module>fwd</module> <module>mobility</module> <module>proxyarp</module>