File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Then add a dependency for Databox Custom DataSource artefact (see [here](https:/
3636``` xml
3737<dependency >
3838 <groupId >com.databox</groupId >
39- <artifactId >custom-datasource -sdk</artifactId >
39+ <artifactId >java-push -sdk</artifactId >
4040 <version >LATEST</version >
4141</dependency >
4242```
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.databox</groupId >
5- <artifactId >custom-datasource -sdk</artifactId >
6- <version >1.1.1 -SNAPSHOT</version >
7- <name >custom-datasource -sdk</name >
5+ <artifactId >java-push -sdk</artifactId >
6+ <version >2.0.0 -SNAPSHOT</version >
7+ <name >java-push -sdk</name >
88 <description >The Java SDK for interacting with the Databox Push API.</description >
99 <packaging >jar</packaging >
1010
You can’t perform that action at this time.
0 commit comments