blob: a61aa57052a2bdba6f4e87b3e4bf619d9e91dd83 [file] [log] [blame]
sg481n43854a92017-08-03 17:27:34 -04001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ============LICENSE_START====================================================
4 * org.onap.aai
5 * ===========================================================================
6 * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
7 * Copyright © 2017 Amdocs
8 * ===========================================================================
9 * Licensed under the Apache License, Version 2.0 (the "License");
10 * you may not use this file except in compliance with the License.
11 * You may obtain a copy of the License at
12 *
13 * http://www.apache.org/licenses/LICENSE-2.0
14 *
15 * Unless required by applicable law or agreed to in writing, software
16 * distributed under the License is distributed on an "AS IS" BASIS,
17 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 * See the License for the specific language governing permissions and
19 * limitations under the License.
20 * ============LICENSE_END====================================================
21 *
22 * ECOMP is a trademark and service mark of AT&T Intellectual Property.
23 *
24-->
25<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
26 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
27 <modelVersion>4.0.0</modelVersion>
28 <parent>
29 <groupId>com.att.authz</groupId>
30 <artifactId>parent</artifactId>
31 <version>2.0.15</version>
32 <relativePath>../pom.xml</relativePath>
33 </parent>
34
35 <artifactId>authz-defOrg</artifactId>
36 <name>Default Organization</name>
37 <description>Example Organization Module</description>
38 <packaging>jar</packaging>
39 <url>https://github.com/att/AAF</url>
40 <licenses>
41 <license>
42 <name>BSD License</name>
43 <url> </url>
44 </license>
45 </licenses>
46 <developers>
47 <developer>
48 <name>Jonathan Gathman</name>
49 <email></email>
50 <organization>ATT</organization>
51 <organizationUrl></organizationUrl>
52 </developer>
53 </developers>
54
55 <properties>
56 <maven.test.failure.ignore>false</maven.test.failure.ignore>
57 <project.swmVersion>0</project.swmVersion>
58 </properties>
59
60 <dependencies>
61 <dependency>
62 <groupId>com.att.cadi</groupId>
63 <artifactId>cadi-core</artifactId>
64 </dependency>
65
66 <dependency>
67 <groupId>com.att.authz</groupId>
68 <artifactId>authz-core</artifactId>
69 </dependency>
70
71 <dependency>
72 <groupId>javax.mail</groupId>
73 <artifactId>mail</artifactId>
74 </dependency>
75 </dependencies>
76
77 <build>
78 <pluginManagement>
79 </pluginManagement>
80 </build>
81
82</project>