168N/A<?xml version="1.0" encoding="iso-8859-1"?>
168N/A<!--
292N/A
168N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
168N/A
811N/A Copyright (c) 1997-2015 Oracle and/or its affiliates. All rights reserved.
168N/A
168N/A The contents of this file are subject to the terms of either the GNU
168N/A General Public License Version 2 only ("GPL") or the Common Development
168N/A and Distribution License("CDDL") (collectively, the "License"). You
292N/A may not use this file except in compliance with the License. You can
292N/A obtain a copy of the License at
292N/A https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
292N/A or packager/legal/LICENSE.txt. See the License for the specific
168N/A language governing permissions and limitations under the License.
168N/A
168N/A When distributing the software, include this License Header Notice in each
292N/A file and include the License file at packager/legal/LICENSE.txt.
292N/A
292N/A GPL Classpath Exception:
292N/A Oracle designates this particular file as subject to the "Classpath"
292N/A exception as provided by Oracle in the GPL Version 2 section of the License
292N/A file that accompanied this code.
292N/A
292N/A Modifications:
292N/A If applicable, add the following below the License Header, with the fields
292N/A enclosed by brackets [] replaced by your own identifying information:
292N/A "Portions Copyright [year] [name of copyright owner]"
168N/A
168N/A Contributor(s):
168N/A If you wish your version of this file to be governed by only the CDDL or
168N/A only the GPL Version 2, indicate your decision by adding "[Contributor]
168N/A elects to include this software in this distribution under the [CDDL or GPL
168N/A Version 2] license." If you don't indicate a single choice of license, a
168N/A recipient has the option to distribute your version of this file under
168N/A either the CDDL, the GPL Version 2 or to extend the choice of license to
168N/A its licensees as provided above. However, if you add GPL Version 2 code
168N/A and therefore, elected the GPL Version 2 license, then the option applies
168N/A only if the new code is made subject to such option by the copyright
168N/A holder.
292N/A
168N/A-->
168N/A
168N/A<project xmlns="http://maven.apache.org/POM/4.0.0"
168N/A xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
168N/A xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
168N/A http://maven.apache.org/maven-v4_0_0.xsd">
168N/A <parent>
168N/A <groupId>com.sun.mail</groupId>
168N/A <artifactId>all</artifactId>
813N/A <version>1.5.6-SNAPSHOT</version>
168N/A </parent>
168N/A <modelVersion>4.0.0</modelVersion>
168N/A <groupId>com.sun.mail</groupId>
168N/A <artifactId>logging</artifactId>
168N/A <packaging>jar</packaging>
168N/A <name>JavaMail API logging demo</name>
168N/A
168N/A <dependencies>
168N/A <dependency>
308N/A <groupId>com.sun.mail</groupId>
308N/A <artifactId>javax.mail</artifactId>
168N/A </dependency>
168N/A <dependency>
168N/A <groupId>com.sun.mail</groupId>
168N/A <artifactId>demo</artifactId>
308N/A <version>${mail.version}</version>
168N/A </dependency>
168N/A </dependencies>
168N/A</project>