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