mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-03-03 12:31:06 +01:00
- Fix unit test errors of web/api - Fix default page redirection problem - Fix compilation errors of web/gui - Fix configuration of aaa, acl, cordfabric, cord-gui, dhcp, mfwd, olt, openstack, segmentrouting, vtn, virtualbng, xos-integration - Fix unit test errors of cpman, vtn, acl, faultmanagement - Fix compilation errors of openstack, virtualbng, xos-integration, REST SB controller - Rearrange features.xml to resolve bundle dependencies - Remove all of stale Jersey 1.x libraries - Rearrange web.xml to point new Jersey 2.x servlet Change-Id: Ic17f461ede0aa36fa8d470546d8069152dc1d134
24 lines
1.1 KiB
XML
24 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
~ Copyright 2015-2016 Open Networking Laboratory
|
|
~
|
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
~ you may not use this file except in compliance with the License.
|
|
~ You may obtain a copy of the License at
|
|
~
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
~
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
~ See the License for the specific language governing permissions and
|
|
~ limitations under the License.
|
|
-->
|
|
<app name="org.onosproject.aaa" origin="ATT" version="${project.version}"
|
|
category="Security" url="http://onosproject.org" title="Authentication App"
|
|
featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
|
|
features="${project.artifactId}">
|
|
<description>${project.description}</description>
|
|
<artifact>mvn:${project.groupId}/${project.artifactId}/${project.version}</artifact>
|
|
</app>
|