Skip to content

Commit

Permalink
Squashed 'runtimes/' changes from 930fbf5..3010c5c
Browse files Browse the repository at this point in the history
3010c5c Merge pull request Azure#52 from jianghaolu/unwrap
c78b9c5 Merge commit '9934126e3d2115bedd890f8226cdf1c2c6d39a48' into unwrap
ac146e8 Fix errors
670b55e Merge pull request Azure#51 from jianghaolu/09062016
b5aa0f4 Remove ServiceResponse<> wrappers in most methods
a55439f fixed page listing for no item lists.
e132607 Remove redundant sync & callback based applys
d0191c7 Merge commit '794b2abafedf65c2052f2a7a5932155662de8ab1' into rx
7fb2d38 Fix socket timeout and parallel creation
2c7a100 Fix checkstyle errors
866a220 Adapt fluent impls to use native observables
e9fa2de Fix pagings with headers
ffc5544 Merge commit 'dc9cf4f0b75ac3672a3e125fa2b905dcab7d46f1' into rx
a1c0ae4 Generated code returns observables
7814d4f Merge commit '65d59d6f659b227b9936911c99f9cd053249af86' into rx
de94443 Merge pull request Azure#49 from Azure/sdk_1026
218ef3a Merge pull request Azure#47 from Azure/sdk_1023
13f7e4b Merge pull request Azure#46 from Azure/sdk_1021
6b54fd6 Merge pull request Azure#44 from Azure/sdk_1015
2572366 Merge branch 'master' of github.com:Azure/azure-sdk-for-java into rx
b8004bc Merge pull request Azure#1023 from anuchandy/fixrawtype
ac5100f Fixing the javadoc error and formatting errors for key vault
9980d1f Fixing a bunch of RawType usages and minor improvments in simplying callback
7c46138 Merge pull request Azure#45 from jianghaolu/autorest_1343

git-subtree-dir: runtimes
git-subtree-split: 3010c5c
  • Loading branch information
jianghaolu committed Sep 6, 2016
1 parent 8717c3f commit f80d65e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@
<artifactId>rxjava</artifactId>
<version>1.1.8</version>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>adapter-rxjava</artifactId>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit f80d65e

Please sign in to comment.