File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/datastax/oss/common/sink/config Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<artifactId >messaging-connectors-commons-parent</artifactId >
23
23
<groupId >com.datastax.oss</groupId >
24
- <version >1.0.12 -SNAPSHOT</version >
24
+ <version >1.0.13 -SNAPSHOT</version >
25
25
</parent >
26
26
<artifactId >messaging-connectors-commons-core</artifactId >
27
27
<name >DataStax Apache Cassandra (R) Messaging Sink Connectors - Common</name >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public class AuthenticatorConfig extends AbstractConfig {
42
42
public static final String SERVICE_OPT = "auth.gssapi.service" ;
43
43
44
44
private static final Logger log = LoggerFactory .getLogger (AuthenticatorConfig .class );
45
- private static final ConfigDef CONFIG_DEF =
45
+ public static final ConfigDef CONFIG_DEF =
46
46
new ConfigDef ()
47
47
.define (
48
48
PROVIDER_OPT ,
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public class SslConfig extends AbstractConfig {
51
51
public static final String TRUSTSTORE_PATH_OPT = "ssl.truststore.path" ;
52
52
static final String CIPHER_SUITES_OPT = "ssl.cipherSuites" ;
53
53
54
- private static final ConfigDef CONFIG_DEF =
54
+ public static final ConfigDef CONFIG_DEF =
55
55
new ConfigDef ()
56
56
.define (
57
57
PROVIDER_OPT ,
You can’t perform that action at this time.
0 commit comments