From 97a228308701b80b41ea6ea83638d55090e71967 Mon Sep 17 00:00:00 2001 From: Wade Waldron Date: Wed, 18 Sep 2024 09:04:59 -0600 Subject: [PATCH] Fixing an issue with the POM file that was preventing VS Code from detecting the main method. (#5) --- CHANGELOG.md | 6 +++++- solutions/01-connecting-to-confluent-cloud/pom.xml | 1 - solutions/02-querying-flink-tables/pom.xml | 1 - solutions/03-building-a-streaming-pipeline/pom.xml | 1 - solutions/04-windowing/pom.xml | 1 - solutions/05-joins/pom.xml | 1 - staging/01-connecting-to-confluent-cloud/pom.xml | 1 - 7 files changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac819c6..c44af35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,4 +10,8 @@ ## Version 0.3.0 -* Upgrade Confluent Plugin to version 1.20-42 \ No newline at end of file +* Upgrade Confluent Plugin to version 1.20-42 + +## Version 0.3.1 + +* Fixing an issue with the POM file that was preventing VS Code from detecting the main method. \ No newline at end of file diff --git a/solutions/01-connecting-to-confluent-cloud/pom.xml b/solutions/01-connecting-to-confluent-cloud/pom.xml index f315345..e8bceab 100644 --- a/solutions/01-connecting-to-confluent-cloud/pom.xml +++ b/solutions/01-connecting-to-confluent-cloud/pom.xml @@ -235,7 +235,6 @@ under the License. [3.1,) testCompile - compile diff --git a/solutions/02-querying-flink-tables/pom.xml b/solutions/02-querying-flink-tables/pom.xml index f315345..e8bceab 100644 --- a/solutions/02-querying-flink-tables/pom.xml +++ b/solutions/02-querying-flink-tables/pom.xml @@ -235,7 +235,6 @@ under the License. [3.1,) testCompile - compile diff --git a/solutions/03-building-a-streaming-pipeline/pom.xml b/solutions/03-building-a-streaming-pipeline/pom.xml index f315345..e8bceab 100644 --- a/solutions/03-building-a-streaming-pipeline/pom.xml +++ b/solutions/03-building-a-streaming-pipeline/pom.xml @@ -235,7 +235,6 @@ under the License. [3.1,) testCompile - compile diff --git a/solutions/04-windowing/pom.xml b/solutions/04-windowing/pom.xml index f315345..e8bceab 100644 --- a/solutions/04-windowing/pom.xml +++ b/solutions/04-windowing/pom.xml @@ -235,7 +235,6 @@ under the License. [3.1,) testCompile - compile diff --git a/solutions/05-joins/pom.xml b/solutions/05-joins/pom.xml index f315345..e8bceab 100644 --- a/solutions/05-joins/pom.xml +++ b/solutions/05-joins/pom.xml @@ -235,7 +235,6 @@ under the License. [3.1,) testCompile - compile diff --git a/staging/01-connecting-to-confluent-cloud/pom.xml b/staging/01-connecting-to-confluent-cloud/pom.xml index f315345..e8bceab 100644 --- a/staging/01-connecting-to-confluent-cloud/pom.xml +++ b/staging/01-connecting-to-confluent-cloud/pom.xml @@ -235,7 +235,6 @@ under the License. [3.1,) testCompile - compile