Repository: tika
Updated Branches:
  refs/heads/2.x 59e0ca0fc -> 4704d976c


TIKA-2061 - Embed xmpcore in tika-xmp since it is not a proper bundle

Project: http://git-wip-us.apache.org/repos/asf/tika/repo
Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/4704d976
Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/4704d976
Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/4704d976

Branch: refs/heads/2.x
Commit: 4704d976c0fd2b6ca9d427d9a353112b392591bf
Parents: 59e0ca0
Author: Bob Paulin <[email protected]>
Authored: Sun Aug 28 11:32:32 2016 -0500
Committer: Bob Paulin <[email protected]>
Committed: Sun Aug 28 11:32:32 2016 -0500

----------------------------------------------------------------------
 tika-xmp/pom.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tika/blob/4704d976/tika-xmp/pom.xml
----------------------------------------------------------------------
diff --git a/tika-xmp/pom.xml b/tika-xmp/pom.xml
index a422414..782e22d 100644
--- a/tika-xmp/pom.xml
+++ b/tika-xmp/pom.xml
@@ -52,6 +52,9 @@
               org.apache.tika.xmp,
               org.apache.tika.xmp.convert
             </Export-Package>
+            <Embed-Dependency>
+                xmpcore
+            </Embed-Dependency>
             <Private-Package />
           </instructions>
         </configuration>
@@ -78,7 +81,12 @@
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>tika-parsers</artifactId>
+      <artifactId>tika-parser-office-module</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>tika-parser-text-module</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>

Reply via email to