Skip to content

Commit 6cdfe09

Browse files
committed
Rename dsbulk-codecs-text to dsbulk-codecs-text-messaging-components-fork
1 parent 0fc91d8 commit 6cdfe09

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

common/pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@
3131
<groupId>com.datastax.oss</groupId>
3232
<artifactId>dsbulk-codecs-api</artifactId>
3333
</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>
4034
<dependency>
4135
<groupId>com.datastax.oss</groupId>
4236
<artifactId>dsbulk-codecs-jdk</artifactId>
@@ -83,6 +77,11 @@
8377
<groupId>com.datastax.oss</groupId>
8478
<artifactId>java-driver-shaded-guava</artifactId>
8579
</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>
8685
<dependency>
8786
<groupId>com.fasterxml.jackson.core</groupId>
8887
<artifactId>jackson-core</artifactId>

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@
7575
<artifactId>dsbulk-codecs-api</artifactId>
7676
<version>${dsbulk.version}</version>
7777
</dependency>
78-
<dependency>
79-
<groupId>com.datastax.oss</groupId>
80-
<artifactId>dsbulk-codecs-text</artifactId>
81-
<version>${dsbulk.version}</version>
82-
</dependency>
8378
<dependency>
8479
<groupId>com.datastax.oss</groupId>
8580
<artifactId>dsbulk-codecs-jdk</artifactId>

text/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@
2424
<version>1.10.0</version>
2525
<relativePath/>
2626
</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>
2930
<name>DataStax Bulk Loader - Codecs - Text - Vectors preview</name>
3031
<description>Text codecs for the DataStax Bulk Loader (String and JSON).</description>
3132
<dependencyManagement>

0 commit comments

Comments
 (0)