Skip to content

Commit

Permalink
add new parent SNAPSHOT with hazelcast 5 and add new import for Diges…
Browse files Browse the repository at this point in the history
…tUtils
  • Loading branch information
julian-spierefka committed Feb 27, 2024
1 parent e194965 commit c657e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
awaitilityVersion=4.2.0
httpClientVersion=4.5.14
mockitoInlineVersion=5.2.0
horizonParentVersion=4.0.0
horizonParentVersion=0.0.0-feature-hazelcast-5.3.6-SNAPSHOT
wiremockStandaloneVersion=3.3.1
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

import com.fasterxml.jackson.core.JsonProcessingException;
import com.github.tomakehurst.wiremock.junit5.WireMockExtension;
import com.hazelcast.org.apache.commons.codec.digest.DigestUtils;
import de.telekom.eni.pandora.horizon.kafka.event.EventWriter;
import de.telekom.eni.pandora.horizon.kubernetes.resource.SubscriptionResource;
import de.telekom.eni.pandora.horizon.model.event.SubscriptionEventMessage;
import de.telekom.eni.pandora.horizon.model.meta.EventRetentionTime;
import de.telekom.horizon.comet.cache.CallbackCacheProperties;
import de.telekom.horizon.comet.cache.CallbackUrlCache;
import org.apache.commons.codec.digest.DigestUtils;
import org.apache.kafka.clients.consumer.ConsumerRecord;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
Expand Down

0 comments on commit c657e2b

Please sign in to comment.