summaryrefslogtreecommitdiff
path: root/trunk/qpid/java/lib/poms/slf4j-log4j12-1.4.0.pom
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/qpid/java/lib/poms/slf4j-log4j12-1.4.0.pom')
-rw-r--r--trunk/qpid/java/lib/poms/slf4j-log4j12-1.4.0.pom44
1 files changed, 0 insertions, 44 deletions
diff --git a/trunk/qpid/java/lib/poms/slf4j-log4j12-1.4.0.pom b/trunk/qpid/java/lib/poms/slf4j-log4j12-1.4.0.pom
deleted file mode 100644
index 29302557e6..0000000000
--- a/trunk/qpid/java/lib/poms/slf4j-log4j12-1.4.0.pom
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>slf4j-parent</artifactId>
- <groupId>org.slf4j</groupId>
- <version>1.4.0</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <name>SLF4J LOG4J-12 Binding</name>
- <version>1.4.0</version>
- <description>The slf4j log4j-12 binding</description>
- <url>http://www.slf4j.org</url>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <manifestEntries>
- <Bundle-Version>${pv4osgi}</Bundle-Version>
- <Bundle-Description>${project.description}</Bundle-Description>
- <Implementation-Version>1.4.0</Implementation-Version>
- </manifestEntries>
- <manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
- </archive>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- </dependency>
- </dependencies>
- <distributionManagement>
- <status>deployed</status>
- </distributionManagement>
-</project> \ No newline at end of file