-
Notifications
You must be signed in to change notification settings - Fork 1
Should not use com.github.timeplus #27
Copy link
Copy link
Closed
Description
The maven group id is com.github.timeplus today, the Java package is com.github.timeplus.jdbc
<dependency>
<groupId>com.github.timeplus</groupId>
<artifactId>timeplus-native-jdbc-shaded</artifactId>
<version>..</version>
</dependency>This is not appropriate. Similar to the proton JDBC driver
<dependency>
<groupId>com.timeplus</groupId>
<artifactId>proton-jdbc</artifactId>
<version>0.6.0</version>
</dependency>this package should be
<dependency>
<groupId>com.timeplus</groupId>
<artifactId>timeplus-native-jdbc</artifactId>
<version>..</version>
</dependency>Need to git mv the Java code and test code, as well as README/maven settings before we make it public
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels