Skip to content

Commit

Permalink
TFJ-567 migrated twitter4j.internal.async.* package from twitter4j-as…
Browse files Browse the repository at this point in the history
…ync artifact to twitter4j-core.

Now twitter-stream artifact doesn't depend on twitter4j-async.
  • Loading branch information
yusuke authored and Mocel committed Feb 24, 2011
1 parent 895cf30 commit 05317f6
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion readme-libs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ readme-libs.txt - this file
twitter4j-core.jar - REST and Search API support
twitter4j-async.jar - Async API support : use with twitter4j-core
twitter4j-media-support.jar - media API support : use with twitter4j-core
twitter4j-stream.jar - Streaming API support : use with twitter4j-core and twitter4j-async
twitter4j-stream.jar - Streaming API support : use with twitter4j-core
twitter4j-examples.jar - examples : use with twitter4j-core, twitter4j-async and twitter4j-stream
1 change: 1 addition & 0 deletions twitter4j-stream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
<groupId>org.twitter4j</groupId>
<artifactId>twitter4j-async</artifactId>
<version>2.2.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 05317f6

Please sign in to comment.