Updating the dependency path
This commit is contained in:
parent
e4b1c8d561
commit
99cb3356bb
2 changed files with 1 additions and 2 deletions
|
|
@ -75,7 +75,7 @@
|
|||
<version>${awssdk.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>software.aws.glue</groupId>
|
||||
<groupId>software.amazon.glue</groupId>
|
||||
<artifactId>schema-registry-serde</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@
|
|||
|
||||
package software.amazon.kinesis.lifecycle;
|
||||
|
||||
import com.amazonaws.services.schemaregistry.deserializers.GlueSchemaRegistryDeserializer;
|
||||
import lombok.Data;
|
||||
import lombok.NonNull;
|
||||
import lombok.experimental.Accessors;
|
||||
|
|
|
|||
Loading…
Reference in a new issue