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

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new ab609ffbd chore(deps): remove org.wildfly.common:wildfly-common (#2125)
ab609ffbd is described below

commit ab609ffbd8c3a7e1605f64a4d6bb95c126e038aa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 5 09:07:30 2023 +0100

    chore(deps): remove org.wildfly.common:wildfly-common (#2125)
    
    * chore(deps): bump org.wildfly.common:wildfly-common
    
    Bumps 
[org.wildfly.common:wildfly-common](https://github.com/wildfly/wildfly-common) 
from 1.6.0.Final to 1.7.0.Final.
    - 
[Commits](https://github.com/wildfly/wildfly-common/compare/1.6.0.Final...1.7.0.Final)
    
    ---
    updated-dependencies:
    - dependency-name: org.wildfly.common:wildfly-common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * deps: remove `wildfly` dependency
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: bossenti <[email protected]>
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 64023af22..cf1246ffc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,6 @@
        <spring-security.version>6.1.1</spring-security.version>
        <swagger.version>2.2.7</swagger.version>
        <type-parser.version>0.8.1</type-parser.version>
-       <wildfly-common.version>1.6.0.Final</wildfly-common.version>
        <hawtbuf.version>1.11</hawtbuf.version>
        <netty-tc-native.version>2.0.52.Final</netty-tc-native.version>
                        <!-- Geo dependencies -->
@@ -850,11 +849,6 @@
                                        
<artifactId>spring-boot-starter-actuator</artifactId>
                                        
<version>${spring-boot.version}</version>
                                </dependency>
-                               <dependency>
-                                       <groupId>org.wildfly.common</groupId>
-                                       <artifactId>wildfly-common</artifactId>
-                                       
<version>${wildfly-common.version}</version>
-                               </dependency>
                                <dependency>
                                        <groupId>org.yaml</groupId>
                                        <artifactId>snakeyaml</artifactId>

Reply via email to