This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch hotfix-remove-legacy-dependency
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 998a786e4c54a1d1f93ab136c07c7494a3128bee
Author: Philipp Zehnder <[email protected]>
AuthorDate: Tue Jan 28 11:18:03 2025 +0100

    fix: Remove platform-services from pom.xml
---
 streampipes-service-core/pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/streampipes-service-core/pom.xml b/streampipes-service-core/pom.xml
index 4fea7acb07..938af5f5c2 100644
--- a/streampipes-service-core/pom.xml
+++ b/streampipes-service-core/pom.xml
@@ -89,11 +89,7 @@
             <artifactId>streampipes-connect-management</artifactId>
             <version>0.98.0-SNAPSHOT</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.streampipes</groupId>
-            <artifactId>streampipes-platform-services</artifactId>
-            <version>0.98.0-SNAPSHOT</version>
-        </dependency>
+
         <!-- External dependencies -->
         <dependency>
             <groupId>org.springframework.security</groupId>

Reply via email to