rombert commented on PR #7: URL: https://github.com/apache/sling-org-apache-sling-junit-teleporter/pull/7#issuecomment-2049712912
@sufyanharoon - I agree that it can be used as a plain jar, but if you build it you will see that it's an OSGi bundle - https://github.com/apache/sling-org-apache-sling-junit-teleporter/blob/3de6bd052bcb1c7b59bcf6c7a660bc2be5ead532/pom.xml#L24 ``` $ cat target/classes/META-INF/MANIFEST.MF | grep 'Bundle-SymbolicName' Bundle-SymbolicName: org.apache.sling.junit.teleporter ``` Won't your scenario be fixed if you add the two extra jars to the classpath? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
