Skip to content

Commit

Permalink
Upgraded Eventuate Tram - Removed un-needed @imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Jul 16, 2019
1 parent e387c5d commit 7f4b874
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ deployUrl=file:///Users/cer/.m2/testdeploy
eventuateMavenRepoUrl=https://dl.bintray.com/eventuateio-oss/eventuate-maven-release/,file:///Users/cer/.m2/testdeploy,https://dl.bintray.com/eventuateio-oss/eventuate-maven-rc

springBootVersion=2.1.5.RELEASE
eventuateTramVersion=0.22.0.RC4
eventuateTramVersion=0.22.0.RC5
eventuateUtilVersion=0.1.0.RELEASE
dockerComposePluginVersion=0.4.5
version=0.1.0-SNAPSHOT
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package io.eventuate.examples.tram.ordersandcustomers.orderhistory.backend;

import io.eventuate.messaging.kafka.consumer.MessageConsumerKafkaConfiguration;
import io.eventuate.tram.consumer.common.TramConsumerCommonConfiguration;
import io.eventuate.tram.consumer.common.TramNoopDuplicateMessageDetectorConfiguration;
import io.eventuate.tram.consumer.kafka.EventuateTramKafkaMessageConsumerConfiguration;
import io.eventuate.tram.events.subscriber.DomainEventDispatcher;
Expand All @@ -14,8 +12,6 @@
@Configuration
@Import({OrderHistoryViewMongoConfiguration.class,
EventuateTramKafkaMessageConsumerConfiguration.class,
MessageConsumerKafkaConfiguration.class, // FIXME
TramConsumerCommonConfiguration.class, // FIXME
TramNoopDuplicateMessageDetectorConfiguration.class,
TramEventSubscriberConfiguration.class})
public class OrderHistoryViewBackendConfiguration {
Expand Down

0 comments on commit 7f4b874

Please sign in to comment.