jdom
jdom copied to clipboard
unable to build project after version upgrade
hi i am upgrading my jdom version from jdom:1.1_4 to latest jdom:2.0.6.1_1 and while building the project i am getting error
importing package(s) [org.jdom, org.jdom.input] but no bundle is exporting these
i am using org.apache.servicemix.bundles.abdera-parser:1.1.3_2 & org.apache.servicemix.bundles.dom4j:2.1.3_1
i noticed that in latest jdom the export package name is changed to jdom2 ,
Exported Packages org.jdom2, version=2.0.6.1 org.jdom2.input, version=2.0.6.1 .....
how can i solve this issue ? please help me here !!
This is not an issue. You're migrating from JDOM 1 series to 2. There's a very good Migration guide.