blob: a1f5a409db21ac71c311cfef7e0a6d5e3cc08424 [file] [log] [blame]
Matteo Scandolocf847b82019-04-26 15:00:00 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Joey Armstrong4de0b452023-01-18 15:26:54 -05003 ~ Copyright 2015-2023 Open Networking Foundation (ONF) and the ONF Contributors
Matteo Scandolocf847b82019-04-26 15:00:00 -07004 ~
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
8 ~
9 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License.
16 -->
17<project xmlns="http://maven.apache.org/POM/4.0.0"
18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20 <parent>
21 <artifactId>aaa</artifactId>
22 <groupId>org.opencord</groupId>
Jenkinsb0fae5b2024-01-26 18:56:50 +000023 <version>2.11.1-SNAPSHOT</version>
Matteo Scandolocf847b82019-04-26 15:00:00 -070024 </parent>
25 <modelVersion>4.0.0</modelVersion>
26
27 <artifactId>aaa-app</artifactId>
28
29 <packaging>bundle</packaging>
30 <description>AAA application for CORD</description>
31
32 <properties>
33 <onos.app.name>org.opencord.aaa</onos.app.name>
Matteo Scandolocf847b82019-04-26 15:00:00 -070034 <onos.app.title>AAA App</onos.app.title>
35 <onos.app.category>Security</onos.app.category>
36 <onos.app.url>http://opencord.org</onos.app.url>
37 <onos.app.readme>802.1x authentication service.</onos.app.readme>
Gustavo Silvab87da032022-05-18 17:51:59 -030038
39 <web.context>/onos/aaa</web.context>
Joey Armstrongc32f7cf2023-06-08 17:52:44 -040040 <api.version>1.0.1</api.version>
Gustavo Silvab87da032022-05-18 17:51:59 -030041 <api.title>AAA REST API</api.title>
42 <api.description>REST API to query AAA app information.</api.description>
43 <api.package>org.opencord.aaa.rest</api.package>
Matteo Scandolocf847b82019-04-26 15:00:00 -070044 </properties>
45
46 <dependencies>
47 <dependency>
Jonathan Hart612651f2019-11-25 09:21:43 -080048 <groupId>org.slf4j</groupId>
49 <artifactId>slf4j-simple</artifactId>
Joey Armstrongc32f7cf2023-06-08 17:52:44 -040050 <version>2.0.7</version>
Jonathan Hart612651f2019-11-25 09:21:43 -080051 <scope>test</scope>
52 </dependency>
53
54 <dependency>
Matteo Scandolocf847b82019-04-26 15:00:00 -070055 <groupId>org.opencord</groupId>
56 <artifactId>sadis-api</artifactId>
57 <version>${sadis.api.version}</version>
Carmelo Cascone58b53292019-09-30 12:35:31 -070058 <scope>provided</scope>
Matteo Scandolocf847b82019-04-26 15:00:00 -070059 </dependency>
Carmelo Cascone58b53292019-09-30 12:35:31 -070060
Matteo Scandolocf847b82019-04-26 15:00:00 -070061 <dependency>
62 <groupId>org.opencord</groupId>
63 <artifactId>aaa-api</artifactId>
Ilayda Ozdemir9fdeee72021-02-26 12:24:27 +000064 <version>${aaa.api.version}</version>
Matteo Scandolocf847b82019-04-26 15:00:00 -070065 <scope>compile</scope>
66 </dependency>
Carmelo Cascone58b53292019-09-30 12:35:31 -070067
68 <dependency>
69 <groupId>org.onosproject</groupId>
70 <artifactId>onos-api</artifactId>
71 <version>${onos.version}</version>
72 <scope>provided</scope>
73 </dependency>
74
75 <dependency>
76 <groupId>org.onosproject</groupId>
Jonathan Hartc41227c2020-01-28 16:56:49 -080077 <artifactId>onos-core-serializers</artifactId>
78 <version>${onos.version}</version>
79 <scope>provided</scope>
80 </dependency>
81
82 <dependency>
83 <groupId>org.onosproject</groupId>
Carmelo Cascone58b53292019-09-30 12:35:31 -070084 <artifactId>onos-api</artifactId>
85 <version>${onos.version}</version>
86 <classifier>tests</classifier>
87 <scope>test</scope>
88 </dependency>
89
90 <dependency>
91 <groupId>org.onosproject</groupId>
92 <artifactId>onlab-misc</artifactId>
93 <version>${onos.version}</version>
94 <scope>provided</scope>
95 </dependency>
96
97 <dependency>
98 <groupId>org.onosproject</groupId>
99 <artifactId>onlab-junit</artifactId>
100 <version>${onos.version}</version>
101 <scope>test</scope>
102 </dependency>
103
104 <dependency>
105 <groupId>org.onosproject</groupId>
106 <artifactId>onos-cli</artifactId>
107 <version>${onos.version}</version>
108 <scope>provided</scope>
109 </dependency>
110
111 <dependency>
112 <groupId>org.apache.karaf.shell</groupId>
113 <artifactId>org.apache.karaf.shell.core</artifactId>
Carmelo Cascone58b53292019-09-30 12:35:31 -0700114 <scope>provided</scope>
115 </dependency>
116
117 <dependency>
118 <groupId>org.apache.karaf.shell</groupId>
119 <artifactId>org.apache.karaf.shell.console</artifactId>
Carmelo Cascone58b53292019-09-30 12:35:31 -0700120 <scope>provided</scope>
121 </dependency>
Matteo Scandolocf847b82019-04-26 15:00:00 -0700122 </dependencies>
123
124 <build>
125 <plugins>
126 <plugin>
Matteo Scandolocf847b82019-04-26 15:00:00 -0700127 <groupId>org.onosproject</groupId>
128 <artifactId>onos-maven-plugin</artifactId>
Matteo Scandolocf847b82019-04-26 15:00:00 -0700129 </plugin>
Carmelo Cascone58b53292019-09-30 12:35:31 -0700130
131 <plugin>
132 <groupId>org.apache.felix</groupId>
133 <artifactId>maven-bundle-plugin</artifactId>
134 <configuration>
135 <instructions>
Gustavo Silvab87da032022-05-18 17:51:59 -0300136 <_wab>src/main/webapp/</_wab>
137 <Include-Resource>
138 WEB-INF/classes/apidoc/swagger.json=target/swagger.json,
139 {maven-resources}
140 </Include-Resource>
141 <Import-Package>
142 *,org.glassfish.jersey.servlet
143 </Import-Package>
144 <Web-ContextPath>${web.context}</Web-ContextPath>
Carmelo Cascone58b53292019-09-30 12:35:31 -0700145 <Karaf-Commands>org.opencord.aaa.cli</Karaf-Commands>
Carmelo Cascone58b53292019-09-30 12:35:31 -0700146 </instructions>
147 </configuration>
148 </plugin>
Matteo Scandolocf847b82019-04-26 15:00:00 -0700149 </plugins>
150 </build>
151
kartikey dubeye1545422019-05-22 12:53:45 +0000152</project>