Skip to content

Commit 669bc91

Browse files
committed
Update dependency
1 parent c68b0b1 commit 669bc91

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

README.adoc

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11

2-
== Streamdata.io Java SDK
2+
== Axway AMPLIFY Streams Java SDK
33

44

55
=== What does the API do?
66

7-
It remove the plumbing between you and streamdata.io once you have an API ready to use, you can use the code above.
8-
97
It connects to the server with some your API URL and your credentials (API key) and you get notified using either
108

119
* Some callback you provide
@@ -15,7 +13,7 @@ You can choose to receive snapshots only or one snapshot and then patches you do
1513

1614
=== Step by step setup to run demo
1715

18-
* Create an free account on streamdata.io https://portal.streamdata.io/#/register to get an App token.
16+
* Create an free account on Axway AMPLIFY Streams https://portal.streamdata.io/#/register to get an App token.
1917
* Clone project, edit Main.java and replace [YOUR TOKEN HERE] with your App token.
2018
* Make sure you have Java 8+ installed
2119
* Make sure you have maven 3.0+ installed
@@ -25,7 +23,7 @@ You can choose to receive snapshots only or one snapshot and then patches you do
2523

2624
* Run sample from a terminal:
2725

28-
`java -jar target/streamdataio-sdk-java-1.0.jar`
26+
`java -jar target/streamdataio-java-sdk-1.0.jar`
2927

3028
* You should see data and patches pushed in your application and displayed on your terminal.
3129
* You can build the jar on your own and use provided classes to use this API.
@@ -151,3 +149,20 @@ Above, an example of an error so you can get more detailed informations.
151149
"sessionId":"62fd67bc-d090-4333-a783-d94b366f55f4"
152150
}
153151
```
152+
153+
== Contributing
154+
155+
Please read
156+
https://github.com/axway-amplify-streams/Common/blob/master/Contributing.md[Contributing.md]
157+
for details on our code of conduct, and the process for submitting pull
158+
requests to us.
159+
160+
== Team
161+
162+
image:https://github.com/axway-amplify-streams/Common/blob/master/img/AxwayLogoSmall.png[alt
163+
text,title="Axway logo"] Axway Team
164+
165+
== License
166+
167+
https://github.com/axway-amplify-streams/Common/blob/master/LICENSE[Apache
168+
License 2.0]

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.fasterxml.jackson.core</groupId>
2727
<artifactId>jackson-databind</artifactId>
28-
<version>2.3.2</version>
28+
<version>2.9.9</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>io.reactivex.rxjava2</groupId>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.fasterxml.jackson.core</groupId>
3737
<artifactId>jackson-core</artifactId>
38-
<version>2.3.2</version>
38+
<version>2.9.9</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>com.flipkart.zjsonpatch</groupId>

0 commit comments

Comments
 (0)