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

jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/main by this push:
     new 2430991009 remove unused spring-boot-maven-plugin
2430991009 is described below

commit 2430991009fb12cf55bce688634ad929db1f4e68
Author: Markus Jung <[email protected]>
AuthorDate: Thu Oct 24 15:52:27 2024 +0200

    remove unused spring-boot-maven-plugin
    
     dependency resolution in intellij fails because it doesn't have any 
version specified
---
 arquillian/functional-tests/spring-cxf-tomee-4332/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/arquillian/functional-tests/spring-cxf-tomee-4332/pom.xml 
b/arquillian/functional-tests/spring-cxf-tomee-4332/pom.xml
index 93351b0779..087fd2a8a5 100644
--- a/arquillian/functional-tests/spring-cxf-tomee-4332/pom.xml
+++ b/arquillian/functional-tests/spring-cxf-tomee-4332/pom.xml
@@ -115,15 +115,6 @@
     <build>
         <finalName>demo</finalName>
         <plugins>
-            <plugin>
-                <groupId>org.springframework.boot</groupId>
-                <artifactId>spring-boot-maven-plugin</artifactId>
-                <configuration>
-                    <image>
-                        
<builder>paketobuildpacks/builder-jammy-base:latest</builder>
-                    </image>
-                </configuration>
-            </plugin>
             <plugin>
                 <groupId>org.apache.tomee.maven</groupId>
                 <artifactId>tomee-maven-plugin</artifactId>
@@ -133,7 +124,6 @@
                     
<runtimeWorkingDir>${project.artifactId}</runtimeWorkingDir>
                 </configuration>
             </plugin>
-
         </plugins>
     </build>
 </project>

Reply via email to