To edit pdf file, i am in need of itextpdf jar. I have added the itextpdf in pom.xml file when i build plugin its seem to error. the following
SDK version : 6.3.10
itextpdf version : 5.5.3
java version: 8.0
<!-- https://mvnrepository.com/artifact/com.itextpdf/itextpdf -->
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itextpdf</artifactId>
<version>5.5.3</version>
<scope>provided</scope>
</dependency>
cause Error
ERROR - 09:54:06,519 - com.atlassian.plugin.osgi.factory.OsgiPluginInstalledHelper - [localhost-startStop-1]
- Cannot determine required plugins, cannot resolve bundle 'com.web.pdf.gen'
Solved! Go to Solution.
Hi Aleksandr,
thanks for your reply. i tired all of this (compile, provided, runtime),
1) .i have clean and run plugin,
2).my local repository has itextpdf.jar ,
3).updated version of SDK & Java.
But, Same error! i am stuck in it. My plugin not enabled. Can you help?
It's Fixed by adding, in my pom.xml
<Import-Package>*;version="0";resolution:=optional</Import-Package>
Faced with the same problem, only when connecting to any other jar file. Please show your corrected pom.xml. Thank you in advance)
Love you, bro. It works for me, too.
This thing solved whole day of researching this issue. Happened when adding an external jar and using its methods
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.