ACS Twitter4J | Community
Skip to main content
crisr1
Level 4
October 16, 2015
Solved

ACS Twitter4J

  • October 16, 2015
  • 4 replies
  • 3414 views

Basic question here about the Twitter4J ACS Bundle, ACS AEM Commons Twitter Support Bundlecom.adobe.acs.acs-aem-commons-bundle-twitter

The Description says, ACS AEM Commons Twitter Support OSGi Bundle. Requires deployment of Twitter4J library. I wondering how that's done? I've tried adding this http://mvnrepository.com/artifact/org.apache.servicemix.bundles/org.apache.servicemix.bundles.twitter4j the OSGI bundle for twitter4j. But that doesn't seem to help at all. We'd like to repair the dependency problem. Any help would be appreciated.

     
Imported Packagescom.adobe.acs.commons.twitter,version=[1.0,1.1) from com.adobe.acs.acs-aem-commons-bundle-twitter (551)
com.adobe.acs.commons.util,version=[1.1,2) from com.adobe.acs.acs-aem-commons-bundle (552)
com.day.cq.commons.inherit from com.day.cq.cq-commons (458)
com.day.cq.replication,version=[5.5,6) from com.day.cq.cq-replication (151)
com.day.cq.search from com.day.cq.cq-search (497)
com.day.cq.search.result from com.day.cq.cq-search (497)
com.day.cq.wcm.api from com.day.cq.wcm.cq-wcm-api (506)
com.day.cq.wcm.webservicesupport from com.day.cq.wcm.cq-wcm-webservice-support (526)
javax.jcr,version=[2.0,3) from org.apache.sling.jcr.jcr-wrapper (106)
org.apache.commons.lang,version=[2.5,3) from com.day.commons.osgi.wrapper.commons-lang2 (45)
org.apache.sling.api.adapter,version=[2.2,3) from org.apache.sling.api (184)
org.apache.sling.api.resource,version=[2.2,3) from org.apache.sling.api (184)
org.apache.sling.commons.osgi,version=[2.2,3) from org.apache.sling.commons.osgi (56)
org.osgi.service.component,version=[1.1,2) from org.apache.felix.scr (55)
org.slf4j,version=[1.6,2) from slf4j.api (14)
twitter4j,version=[3.0.5,4) -- Cannot be resolved
twitter4j.auth,version=[3.0.5,4) -- Cannot be resolved
twitter4j.conf,version=[3.0.5,4) -- Cannot be resolved

 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by crisr1

Downloading this twitter4j package solved it, but I wish there was a maven repo out there with the package. oh well. Thanks!

4 replies

crisr1
crisr1Author
Level 4
October 16, 2015

Not as far as I can tell ... unless this is not the readme you're referring to ....

https://github.com/Adobe-Consulting-Services/com.adobe.acs.bundles.twitter4j/blob/master/README.md

smacdonald2008
Level 10
October 16, 2015
In the install Readme,  is there a dependency listing? You are missing dependencies  on your system.        
crisr1
crisr1AuthorAccepted solution
Level 4
October 16, 2015

Downloading this twitter4j package solved it, but I wish there was a maven repo out there with the package. oh well. Thanks!

smacdonald2008
Level 10
October 16, 2015
Try opening the MF file in the bundle and remove version information. There may be a version mismatch.