diff --git a/provider/notification-aws/src/main/java/org/opengroup/osdu/notification/provider/aws/impl/ServiceAccountJwtAwsClientImpl.java b/provider/notification-aws/src/main/java/org/opengroup/osdu/notification/provider/aws/impl/ServiceAccountJwtAwsClientImpl.java index 6b59c6be24caddfb279ffd408e60c100200a566f..04a2bd2dcc82b7372cd1dae27788d15e1822e5a1 100644 --- a/provider/notification-aws/src/main/java/org/opengroup/osdu/notification/provider/aws/impl/ServiceAccountJwtAwsClientImpl.java +++ b/provider/notification-aws/src/main/java/org/opengroup/osdu/notification/provider/aws/impl/ServiceAccountJwtAwsClientImpl.java @@ -17,6 +17,7 @@ import lombok.AccessLevel; import lombok.Getter; import lombok.Setter; +import org.opengroup.osdu.core.aws.entitlements.ServicePrincipal; import org.opengroup.osdu.core.common.util.IServiceAccountJwtClient; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Component;