Index: applications/editors/josm/plugins/pdfimport/.classpath
===================================================================
--- applications/editors/josm/plugins/pdfimport/.classpath	(revision 35575)
+++ applications/editors/josm/plugins/pdfimport/.classpath	(revision 35576)
@@ -10,8 +10,6 @@
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
-	<classpathentry kind="lib" path="lib/fontbox-1.8.12.jar"/>
-	<classpathentry kind="lib" path="lib/jempbox-1.8.12.jar"/>
-	<classpathentry kind="lib" path="lib/pdfbox-1.8.12.jar" sourcepath="C:/Users/vippy/.m2/repository/org/apache/pdfbox/pdfbox/1.8.12/pdfbox-1.8.12-sources.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
+	<classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=JOSM-pdfimport&amp;ivyXmlPath=ivy.xml&amp;confs=*"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
Index: applications/editors/josm/plugins/pdfimport/.project
===================================================================
--- applications/editors/josm/plugins/pdfimport/.project	(revision 35575)
+++ applications/editors/josm/plugins/pdfimport/.project	(revision 35576)
@@ -25,4 +25,5 @@
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
+		<nature>org.apache.ivyde.eclipse.ivynature</nature>
 	</natures>
 </projectDescription>
Index: applications/editors/josm/plugins/pdfimport/ivy.xml
===================================================================
--- applications/editors/josm/plugins/pdfimport/ivy.xml	(revision 35576)
+++ applications/editors/josm/plugins/pdfimport/ivy.xml	(revision 35576)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- License: GPL. For details, see LICENSE file. -->
+<ivy-module version="2.0">
+    <info organisation="org.openstreetmap.josm.plugins" module="indoorhelper"/>
+    <dependencies>
+        <dependency org="org.apache.pdfbox" name="pdfbox" rev="1.8.16" conf="default->default"/>
+    </dependencies>
+</ivy-module>
Index: applications/editors/josm/plugins/pdfimport/ivy_settings.xml
===================================================================
--- applications/editors/josm/plugins/pdfimport/ivy_settings.xml	(revision 35576)
+++ applications/editors/josm/plugins/pdfimport/ivy_settings.xml	(revision 35576)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ivysettings>
+  <settings defaultResolver="josm-nexus"/>
+  <resolvers>
+    <ibiblio name="josm-nexus" m2compatible="true" root="https://josm.openstreetmap.de/nexus/content/repositories/public/" />
+  </resolvers>
+</ivysettings>
