Statistics
| Branch: | Revision:

root / extensions / log4j / pom.xml @ 35e7942d

History | View | Annotate | Download (1.8 kB)

1 35e7942d Michael Mayo
<?xml version="1.0" encoding="UTF-8"?>
2 35e7942d Michael Mayo
<!--
3 35e7942d Michael Mayo

4 35e7942d Michael Mayo

5 35e7942d Michael Mayo
    Copyright (C) 2009 Cloud Conscious, LLC. <info@cloudconscious.com>
6 35e7942d Michael Mayo

7 35e7942d Michael Mayo
    ====================================================================
8 35e7942d Michael Mayo
    Licensed under the Apache License, Version 2.0 (the "License");
9 35e7942d Michael Mayo
    you may not use this file except in compliance with the License.
10 35e7942d Michael Mayo
    You may obtain a copy of the License at
11 35e7942d Michael Mayo

12 35e7942d Michael Mayo
    http://www.apache.org/licenses/LICENSE-2.0
13 35e7942d Michael Mayo

14 35e7942d Michael Mayo
    Unless required by applicable law or agreed to in writing, software
15 35e7942d Michael Mayo
    distributed under the License is distributed on an "AS IS" BASIS,
16 35e7942d Michael Mayo
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 35e7942d Michael Mayo
    See the License for the specific language governing permissions and
18 35e7942d Michael Mayo
    limitations under the License.
19 35e7942d Michael Mayo
    ====================================================================
20 35e7942d Michael Mayo

21 35e7942d Michael Mayo
-->
22 35e7942d Michael Mayo
23 35e7942d Michael Mayo
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
24 35e7942d Michael Mayo
    <modelVersion>4.0.0</modelVersion>
25 35e7942d Michael Mayo
    <parent>
26 35e7942d Michael Mayo
        <groupId>org.jclouds</groupId>
27 35e7942d Michael Mayo
        <artifactId>jclouds-extensions-project</artifactId>
28 35e7942d Michael Mayo
        <version>1.0-SNAPSHOT</version>
29 35e7942d Michael Mayo
    </parent>
30 35e7942d Michael Mayo
    <artifactId>jclouds-log4j</artifactId>
31 35e7942d Michael Mayo
    <name>jclouds Log4J Logging Module</name>
32 35e7942d Michael Mayo
    <description>jclouds Log4J Logging Module</description>
33 35e7942d Michael Mayo
34 35e7942d Michael Mayo
    <scm>
35 35e7942d Michael Mayo
        <connection>scm:svn:http://jclouds.googlecode.com/svn/trunk</connection>
36 35e7942d Michael Mayo
        <developerConnection>scm:svn:https://jclouds.googlecode.com/svn/trunk</developerConnection>
37 35e7942d Michael Mayo
        <url>http://jclouds.googlecode.com/svn/trunk</url>
38 35e7942d Michael Mayo
    </scm>
39 35e7942d Michael Mayo
40 35e7942d Michael Mayo
    <dependencies>
41 35e7942d Michael Mayo
        <dependency>
42 35e7942d Michael Mayo
            <groupId>log4j</groupId>
43 35e7942d Michael Mayo
            <artifactId>log4j</artifactId>
44 35e7942d Michael Mayo
            <version>1.2.14</version>
45 35e7942d Michael Mayo
            <scope>provided</scope>
46 35e7942d Michael Mayo
        </dependency>
47 35e7942d Michael Mayo
    </dependencies>
48 35e7942d Michael Mayo
</project>