Skip to content

Commit

Permalink
Removing more analytics from ocsgw
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterss committed Oct 3, 2019
1 parent dd0a9c3 commit cfc002e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion dataflow-pipelines/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

dependencies {
implementation(kotlin("stdlib-jdk8"))

implementation("com.google.cloud:google-cloud-pubsub:${Version.googleCloudPubSub}")

implementation("org.apache.beam:beam-sdks-java-core:${Version.beam}")
Expand Down
1 change: 0 additions & 1 deletion prime/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ modules:
projectId: ${GCP_PROJECT_ID}
dataTrafficTopicId: data-traffic
purchaseInfoTopicId: purchase-info
activeUsersTopicId: active-users
simProvisioningTopicId: sim-provisioning
subscriptionStatusUpdateTopicId: subscription-status-update
refundsTopicId: analytics-refunds
Expand Down
1 change: 0 additions & 1 deletion prime/config/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ modules:
projectId: ${GCP_PROJECT_ID}
dataTrafficTopicId: data-traffic
purchaseInfoTopicId: purchase-info
activeUsersTopicId: active-users
simProvisioningTopicId: sim-provisioning
subscriptionStatusUpdateTopicId: subscription-status-update
refundsTopicId: analytics-refunds
Expand Down
1 change: 0 additions & 1 deletion prime/src/integration-test/resources/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ modules:
projectId: ${GCP_PROJECT_ID}
dataTrafficTopicId: data-traffic
purchaseInfoTopicId: purchase-info
activeUsersTopicId: active-users
simProvisioningTopicId: sim-provisioning
subscriptionStatusUpdateTopicId: subscription-status-update
refundsTopicId: analytics-refunds
Expand Down

0 comments on commit cfc002e

Please sign in to comment.