Author: fmeschbe Date: Sat Jan 3 10:28:10 2009 New Revision: 731062 URL: http://svn.apache.org/viewvc?rev=731062&view=rev Log: SLING-801 Fix bundle inclusions for Jackrabbit 1.5
Modified: incubator/sling/trunk/jcr/jackrabbit-server/pom.xml Modified: incubator/sling/trunk/jcr/jackrabbit-server/pom.xml URL: http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/jackrabbit-server/pom.xml?rev=731062&r1=731061&r2=731062&view=diff ============================================================================== --- incubator/sling/trunk/jcr/jackrabbit-server/pom.xml (original) +++ incubator/sling/trunk/jcr/jackrabbit-server/pom.xml Sat Jan 3 10:28:10 2009 @@ -85,12 +85,9 @@ <!-- jackrabbit text extraction --> jackrabbit-text-extractors, - tm-extractors, - pdfbox;version=0.7.1, - poi;version=3.0.1-FINAL, - poi-scratchpad;version=3.0.1-FINAL, - nekohtml, - xercesImpl + pdfbox, jempbox, fontbox, + poi, poi-scratchpad, + nekohtml, xercesImpl </Embed-Dependency> </instructions> </configuration> @@ -140,18 +137,6 @@ <version>1.5.0</version> </dependency> - <!-- Neko HTML Dependencies for bundle inclusion --> - <dependency> - <groupId>xerces</groupId> - <artifactId>xercesImpl</artifactId> - <version>2.8.1</version> - </dependency> - <dependency> - <groupId>nekohtml</groupId> - <artifactId>nekohtml</artifactId> - <version>0.9.4</version> - </dependency> - <!-- OSGi Libraries --> <dependency> <groupId>org.apache.felix</groupId>