File tree Expand file tree Collapse file tree 3 files changed +8
-13
lines changed Expand file tree Collapse file tree 3 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 31
31
<groupId >com.datastax.oss</groupId >
32
32
<artifactId >dsbulk-codecs-api</artifactId >
33
33
</dependency >
34
- <dependency >
35
- <!-- forked in this repository temporary -->
36
- <groupId >com.datastax.oss</groupId >
37
- <artifactId >dsbulk-codecs-text</artifactId >
38
- <version >1.11.0-vectors-preview</version >
39
- </dependency >
40
34
<dependency >
41
35
<groupId >com.datastax.oss</groupId >
42
36
<artifactId >dsbulk-codecs-jdk</artifactId >
83
77
<groupId >com.datastax.oss</groupId >
84
78
<artifactId >java-driver-shaded-guava</artifactId >
85
79
</dependency >
80
+ <dependency >
81
+ <groupId >com.datastax.oss</groupId >
82
+ <artifactId >dsbulk-codecs-text-messaging-components-fork</artifactId >
83
+ <version >${project.version} </version >
84
+ </dependency >
86
85
<dependency >
87
86
<groupId >com.fasterxml.jackson.core</groupId >
88
87
<artifactId >jackson-core</artifactId >
Original file line number Diff line number Diff line change 75
75
<artifactId >dsbulk-codecs-api</artifactId >
76
76
<version >${dsbulk.version} </version >
77
77
</dependency >
78
- <dependency >
79
- <groupId >com.datastax.oss</groupId >
80
- <artifactId >dsbulk-codecs-text</artifactId >
81
- <version >${dsbulk.version} </version >
82
- </dependency >
83
78
<dependency >
84
79
<groupId >com.datastax.oss</groupId >
85
80
<artifactId >dsbulk-codecs-jdk</artifactId >
Original file line number Diff line number Diff line change 24
24
<version >1.10.0</version >
25
25
<relativePath />
26
26
</parent >
27
- <version >1.11.0-vectors-preview</version >
28
- <artifactId >dsbulk-codecs-text</artifactId >
27
+ <groupId >com.datastax.oss</groupId >
28
+ <version >1.0.15-SNAPSHOT</version >
29
+ <artifactId >dsbulk-codecs-text-messaging-components-fork</artifactId >
29
30
<name >DataStax Bulk Loader - Codecs - Text - Vectors preview</name >
30
31
<description >Text codecs for the DataStax Bulk Loader (String and JSON).</description >
31
32
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments