This is an automated email from the ASF dual-hosted git repository.
gpetracek 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 64d9d0af7 DELTASPIKE-1437 updated dependencies
64d9d0af7 is described below
commit 64d9d0af71ecd30ba5454d8e84ce67e2060f5998
Author: gpetracek <[email protected]>
AuthorDate: Thu Feb 16 22:35:32 2023 +0100
DELTASPIKE-1437 updated dependencies
---
deltaspike/modules/partial-bean/api/pom.xml | 1 +
deltaspike/modules/partial-bean/impl/pom.xml | 5 +++++
2 files changed, 6 insertions(+)
diff --git a/deltaspike/modules/partial-bean/api/pom.xml
b/deltaspike/modules/partial-bean/api/pom.xml
index f746e71ce..c24f229ae 100644
--- a/deltaspike/modules/partial-bean/api/pom.xml
+++ b/deltaspike/modules/partial-bean/api/pom.xml
@@ -47,6 +47,7 @@
<dependency>
<groupId>org.apache.deltaspike.core</groupId>
<artifactId>deltaspike-core-api</artifactId>
+ <version>${project.version}</version>
</dependency>
</dependencies>
diff --git a/deltaspike/modules/partial-bean/impl/pom.xml
b/deltaspike/modules/partial-bean/impl/pom.xml
index 250ca5a16..9b7d9dcb6 100644
--- a/deltaspike/modules/partial-bean/impl/pom.xml
+++ b/deltaspike/modules/partial-bean/impl/pom.xml
@@ -53,26 +53,31 @@
<dependency>
<groupId>org.apache.deltaspike.core</groupId>
<artifactId>deltaspike-core-api</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.deltaspike.core</groupId>
<artifactId>deltaspike-core-impl</artifactId>
+ <version>${project.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.deltaspike.modules</groupId>
<artifactId>deltaspike-partial-bean-module-api</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.deltaspike.modules</groupId>
<artifactId>deltaspike-proxy-module-api</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.deltaspike.modules</groupId>
<artifactId>deltaspike-proxy-module-impl-asm</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>