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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 07f3dbe1e37 Remove spring-web (we have starter) and regen
07f3dbe1e37 is described below

commit 07f3dbe1e37c18f243685e4f88a181cbfe6f3f9f
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Feb 23 14:44:23 2023 +0100

    Remove spring-web (we have starter) and regen
---
 core/camel-spring-boot/pom.xml                 |  5 ---
 tooling/camel-spring-boot-dependencies/pom.xml | 50 --------------------------
 2 files changed, 55 deletions(-)

diff --git a/core/camel-spring-boot/pom.xml b/core/camel-spring-boot/pom.xml
index ef232a50954..70838093002 100644
--- a/core/camel-spring-boot/pom.xml
+++ b/core/camel-spring-boot/pom.xml
@@ -101,11 +101,6 @@
         </dependency>
 
         <!-- Optional Spring web support -->
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-web</artifactId>
-            <optional>true</optional>
-        </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index f7b0e1dc3ba..ad6e6b0557d 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -30,61 +30,11 @@
   <description>Camel Spring-Boot Dependencies BOM</description>
   <dependencyManagement>
     <dependencies>
-      <dependency>
-        <groupId>ca.uhn.hapi</groupId>
-        <artifactId>hapi-structures-v21</artifactId>
-        <version>2.3</version>
-      </dependency>
-      <dependency>
-        <groupId>ca.uhn.hapi</groupId>
-        <artifactId>hapi-structures-v22</artifactId>
-        <version>2.3</version>
-      </dependency>
-      <dependency>
-        <groupId>ca.uhn.hapi</groupId>
-        <artifactId>hapi-structures-v23</artifactId>
-        <version>2.3</version>
-      </dependency>
-      <dependency>
-        <groupId>ca.uhn.hapi</groupId>
-        <artifactId>hapi-structures-v231</artifactId>
-        <version>2.3</version>
-      </dependency>
-      <dependency>
-        <groupId>ca.uhn.hapi</groupId>
-        <artifactId>hapi-structures-v24</artifactId>
-        <version>2.3</version>
-      </dependency>
-      <dependency>
-        <groupId>ca.uhn.hapi</groupId>
-        <artifactId>hapi-structures-v25</artifactId>
-        <version>2.3</version>
-      </dependency>
-      <dependency>
-        <groupId>ca.uhn.hapi</groupId>
-        <artifactId>hapi-structures-v251</artifactId>
-        <version>2.3</version>
-      </dependency>
-      <dependency>
-        <groupId>ca.uhn.hapi</groupId>
-        <artifactId>hapi-structures-v26</artifactId>
-        <version>2.3</version>
-      </dependency>
       <dependency>
         <groupId>com.cloudbees.thirdparty</groupId>
         <artifactId>zendesk-java-client</artifactId>
         <version>0.19.0</version>
       </dependency>
-      <dependency>
-        <groupId>com.dropbox.core</groupId>
-        <artifactId>dropbox-core-sdk</artifactId>
-        <version>5.4.4</version>
-      </dependency>
-      <dependency>
-        <groupId>com.lmax</groupId>
-        <artifactId>disruptor</artifactId>
-        <version>3.4.4</version>
-      </dependency>
       <dependency>
         <groupId>com.microsoft.azure</groupId>
         <artifactId>msal4j</artifactId>

Reply via email to