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

alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git

commit 78a8b3db8f253d28ef9aeaef8a946bd0b554b4d4
Author: Dominik Przybysz <[email protected]>
AuthorDate: Tue Apr 28 00:00:11 2026 +0200

    Add javax.inject to helloworld-itests
---
 samples/blueprint/helloworld/helloworld-itests/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/samples/blueprint/helloworld/helloworld-itests/pom.xml 
b/samples/blueprint/helloworld/helloworld-itests/pom.xml
index 5d5b5d748..edad91337 100644
--- a/samples/blueprint/helloworld/helloworld-itests/pom.xml
+++ b/samples/blueprint/helloworld/helloworld-itests/pom.xml
@@ -187,6 +187,13 @@
             <scope>test</scope>
         </dependency>
 
+        <dependency>
+            <groupId>javax.inject</groupId>
+            <artifactId>javax.inject</artifactId>
+            <version>${javax.inject.version}</version>
+            <scope>test</scope>
+        </dependency>
+
     </dependencies>
 
     <build>

Reply via email to