Author: chetanm
Date: Tue Nov 17 06:06:23 2015
New Revision: 1714724
URL: http://svn.apache.org/viewvc?rev=1714724&view=rev
Log:
OAK-3558 - oak-core imports every package with the optional resolution policy
-- Removed the optional clause
-- Removed empty embedding related clauses
Modified:
jackrabbit/oak/trunk/oak-core/pom.xml
Modified: jackrabbit/oak/trunk/oak-core/pom.xml
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/pom.xml?rev=1714724&r1=1714723&r2=1714724&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-core/pom.xml Tue Nov 17 06:06:23 2015
@@ -38,12 +38,6 @@
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
- <Embed-Dependency>
- </Embed-Dependency>
- <Embed-Transitive>true</Embed-Transitive>
- <Import-Package>
- *;resolution:=optional
- </Import-Package>
<Export-Package>
org.apache.jackrabbit.oak,
org.apache.jackrabbit.oak.api,