Author: [email protected]
Date: Thu Oct 27 18:19:11 2011
New Revision: 1679
Log:
AMDATU-433 removed unnecessary dependencies
Modified:
trunk/amdatu-core/log-forwarder-jdk/pom.xml
Modified: trunk/amdatu-core/log-forwarder-jdk/pom.xml
==============================================================================
--- trunk/amdatu-core/log-forwarder-jdk/pom.xml (original)
+++ trunk/amdatu-core/log-forwarder-jdk/pom.xml Thu Oct 27 18:19:11 2011
@@ -28,15 +28,6 @@
<name>Amdatu Core - Log Forwarder JDK</name>
<description>The log forwarder for JDK forwards standard JDK logging to the
OSGi LogService</description>
- <dependencies>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.1.1</version>
- <scope>compile</scope>
- </dependency>
- </dependencies>
-
<build>
<plugins>
<plugin>
@@ -46,14 +37,7 @@
<instructions>
<Bundle-Activator>org.amdatu.core.log.forwarder.jdk.osgi.Activator</Bundle-Activator>
<Bundle-SymbolicName>org.amdatu.core.log.forwarder.jdk</Bundle-SymbolicName>
- <Embed-Dependency>*;scope=compile</Embed-Dependency>
- <Embed-Transitive>true</Embed-Transitive>
- <DynamicImport-Package>
- javax.servlet,
- org.apache.log,
- org.apache.log4j,
- org.apache.avalon.framework.logger
- </DynamicImport-Package>
+ <Export-Package></Export-Package>
</instructions>
</configuration>
</plugin>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits