Switched the Apache POI dependency from version 3.9.0 to version 3.10.1

Change-Id: Ia0733a7eaa9dcf0af55279e45997dbd85e248bb0
Signed-off-by: Dusan Kalanj <kalanj@chalmers.se>
diff --git a/org.eclipse.capra.ui.office/.classpath b/org.eclipse.capra.ui.office/.classpath
index 9f3184e..a4e9ba6 100644
--- a/org.eclipse.capra.ui.office/.classpath
+++ b/org.eclipse.capra.ui.office/.classpath
@@ -1,6 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src"/>
+	<classpathentry exported="true" kind="lib" path="lib/xmlbeans-2.6.0.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/poi-3.10.1-20140818.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/poi-ooxml-3.10.1-20140818.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/poi-ooxml-schemas-3.10.1-20140818.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
diff --git a/org.eclipse.capra.ui.office/META-INF/MANIFEST.MF b/org.eclipse.capra.ui.office/META-INF/MANIFEST.MF
index e105b77..0446878 100644
--- a/org.eclipse.capra.ui.office/META-INF/MANIFEST.MF
+++ b/org.eclipse.capra.ui.office/META-INF/MANIFEST.MF
@@ -3,7 +3,11 @@
 Bundle-Name: Capra:  Traceability Management
 Bundle-SymbolicName: org.eclipse.capra.ui.office;singleton:=true
 Bundle-Version: 0.7.0.qualifier
-Bundle-ClassPath: .
+Bundle-ClassPath: .,
+ lib/poi-3.10.1-20140818.jar,
+ lib/poi-ooxml-3.10.1-20140818.jar,
+ lib/poi-ooxml-schemas-3.10.1-20140818.jar,
+ lib/xmlbeans-2.6.0.jar
 Bundle-Vendor: Chalmers | University of Gothenburg
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Require-Bundle: org.eclipse.emf.edit.ui;bundle-version="2.12.0",
@@ -12,15 +16,7 @@
  org.eclipse.ui,
  org.eclipse.jface,
  com.google.guava,
- org.apache.poi;bundle-version="3.9.0",
- org.apache.poi.ooxml;bundle-version="3.9.0",
- org.apache.poi.ooxml.schemas;bundle-version="3.9.0",
- org.apache.commons.codec;bundle-version="1.6.0",
- org.apache.commons.collections;bundle-version="3.2.2",
- org.apache.commons.logging;bundle-version="1.1.1",
- org.apache.log4j;bundle-version="1.2.15",
- org.apache.xmlbeans;bundle-version="2.3.0",
- org.eclipse.capra.ui;bundle-version="0.7.0"
+ org.dom4j
 Bundle-ActivationPolicy: lazy
 Export-Package: org.eclipse.capra.ui.office.objects,
  org.eclipse.capra.ui.office.utils,
diff --git a/org.eclipse.capra.ui.office/build.properties b/org.eclipse.capra.ui.office/build.properties
index 87a7085..013293d 100644
--- a/org.eclipse.capra.ui.office/build.properties
+++ b/org.eclipse.capra.ui.office/build.properties
@@ -12,5 +12,9 @@
 bin.includes = META-INF/,\
                icons/,\
                .,\
-               plugin.xml
+               plugin.xml,\
+               lib/poi-3.10.1-20140818.jar,\
+               lib/poi-ooxml-3.10.1-20140818.jar,\
+               lib/poi-ooxml-schemas-3.10.1-20140818.jar,\
+               lib/xmlbeans-2.6.0.jar
 
diff --git a/org.eclipse.capra.ui.office/lib/poi-3.10.1-20140818.jar b/org.eclipse.capra.ui.office/lib/poi-3.10.1-20140818.jar
new file mode 100644
index 0000000..dd1ab4a
--- /dev/null
+++ b/org.eclipse.capra.ui.office/lib/poi-3.10.1-20140818.jar
Binary files differ
diff --git a/org.eclipse.capra.ui.office/lib/poi-ooxml-3.10.1-20140818.jar b/org.eclipse.capra.ui.office/lib/poi-ooxml-3.10.1-20140818.jar
new file mode 100644
index 0000000..fab0eea
--- /dev/null
+++ b/org.eclipse.capra.ui.office/lib/poi-ooxml-3.10.1-20140818.jar
Binary files differ
diff --git a/org.eclipse.capra.ui.office/lib/poi-ooxml-schemas-3.10.1-20140818.jar b/org.eclipse.capra.ui.office/lib/poi-ooxml-schemas-3.10.1-20140818.jar
new file mode 100644
index 0000000..f8602b5
--- /dev/null
+++ b/org.eclipse.capra.ui.office/lib/poi-ooxml-schemas-3.10.1-20140818.jar
Binary files differ
diff --git a/org.eclipse.capra.ui.office/lib/xmlbeans-2.6.0.jar b/org.eclipse.capra.ui.office/lib/xmlbeans-2.6.0.jar
new file mode 100644
index 0000000..d1b6627
--- /dev/null
+++ b/org.eclipse.capra.ui.office/lib/xmlbeans-2.6.0.jar
Binary files differ