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