This is an automated email from the ASF dual-hosted git repository.
tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git
The following commit(s) were added to refs/heads/master by this push:
new c2292f68d profile cleanup
c2292f68d is described below
commit c2292f68dd7a22a80b54bf7816ae8fa100335630
Author: tandraschko <[email protected]>
AuthorDate: Thu Jan 11 21:18:31 2024 +0100
profile cleanup
---
deltaspike/cdictrl/impl-weld/pom.xml | 2 +-
deltaspike/cdictrl/pom.xml | 2 +-
deltaspike/modules/scheduler/impl/pom.xml | 10 +---------
deltaspike/modules/test-control/impl/pom.xml | 5 +++--
4 files changed, 6 insertions(+), 13 deletions(-)
diff --git a/deltaspike/cdictrl/impl-weld/pom.xml
b/deltaspike/cdictrl/impl-weld/pom.xml
index 62df8288e..f2281e59a 100644
--- a/deltaspike/cdictrl/impl-weld/pom.xml
+++ b/deltaspike/cdictrl/impl-weld/pom.xml
@@ -145,7 +145,7 @@
</profile>
<profile>
- <id>Weld3</id>
+ <id>Weld</id>
<build>
<plugins>
<plugin>
diff --git a/deltaspike/cdictrl/pom.xml b/deltaspike/cdictrl/pom.xml
index 397a5214d..bb3a4625b 100644
--- a/deltaspike/cdictrl/pom.xml
+++ b/deltaspike/cdictrl/pom.xml
@@ -59,7 +59,7 @@
</profile>
<profile>
- <id>Weld3</id>
+ <id>Weld</id>
<modules>
<module>api</module>
<module>impl-weld</module>
diff --git a/deltaspike/modules/scheduler/impl/pom.xml
b/deltaspike/modules/scheduler/impl/pom.xml
index e2dd8c4c5..304b2f8ea 100644
--- a/deltaspike/modules/scheduler/impl/pom.xml
+++ b/deltaspike/modules/scheduler/impl/pom.xml
@@ -84,14 +84,6 @@
<artifactId>tomcat-servlet-api</artifactId>
</dependency>
-<!--
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <scope>test</scope>
- </dependency>
--->
-
<dependency>
<groupId>org.apache.deltaspike.core</groupId>
<artifactId>deltaspike-core-impl</artifactId>
@@ -155,7 +147,7 @@
</dependencies>
</profile>
<profile>
- <id>Weld3</id>
+ <id>Weld</id>
<dependencies>
<dependency>
<groupId>org.apache.deltaspike.cdictrl</groupId>
diff --git a/deltaspike/modules/test-control/impl/pom.xml
b/deltaspike/modules/test-control/impl/pom.xml
index 037fa40a8..aaafa8cb7 100644
--- a/deltaspike/modules/test-control/impl/pom.xml
+++ b/deltaspike/modules/test-control/impl/pom.xml
@@ -147,12 +147,13 @@
</dependencies>
</profile>
<profile>
- <id>Weld3</id>
+ <id>Weld</id>
<dependencies>
- <!-- Adding a test dependency needed for Weld 1.x -->
+ <!-- Adding a test dependency needed for Weld -->
<dependency>
<groupId>org.apache.deltaspike.cdictrl</groupId>
<artifactId>deltaspike-cdictrl-weld</artifactId>
+ <version>${project.version}</version>
<scope>test</scope>
</dependency>