This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch juneau-8.1.4-branch
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/juneau-8.1.4-branch by this
push:
new 3621316e4 Update to jakarta.inject
3621316e4 is described below
commit 3621316e4073b04995196ee6a4973a7862d1d36d
Author: James Bognar <[email protected]>
AuthorDate: Wed Oct 16 12:24:31 2024 -0400
Update to jakarta.inject
---
juneau-examples/juneau-examples-rest-jetty/build-overlay/pom.xml | 4 ++--
juneau-examples/juneau-examples-rest-springboot/build-overlay/pom.xml | 4 ++--
juneau-examples/juneau-examples-rest/pom.xml | 4 ++--
pom.xml | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/juneau-examples/juneau-examples-rest-jetty/build-overlay/pom.xml
b/juneau-examples/juneau-examples-rest-jetty/build-overlay/pom.xml
index 6bb96537f..cc800e724 100644
--- a/juneau-examples/juneau-examples-rest-jetty/build-overlay/pom.xml
+++ b/juneau-examples/juneau-examples-rest-jetty/build-overlay/pom.xml
@@ -66,8 +66,8 @@
</dependency>
<dependency>
- <groupId>javax.inject</groupId>
- <artifactId>javax.inject</artifactId>
+ <groupId>jakarta.inject</groupId>
+ <artifactId>jakarta.inject-api</artifactId>
<version>\${javax.inject.version}</version>
</dependency>
diff --git
a/juneau-examples/juneau-examples-rest-springboot/build-overlay/pom.xml
b/juneau-examples/juneau-examples-rest-springboot/build-overlay/pom.xml
index 665b1edf5..f06486e1b 100644
--- a/juneau-examples/juneau-examples-rest-springboot/build-overlay/pom.xml
+++ b/juneau-examples/juneau-examples-rest-springboot/build-overlay/pom.xml
@@ -90,8 +90,8 @@
</exclusions>
</dependency>
<dependency>
- <groupId>javax.inject</groupId>
- <artifactId>javax.inject</artifactId>
+ <groupId>jakarta.inject</groupId>
+ <artifactId>jakarta.inject-api</artifactId>
<version>\${javax.inject.version}</version>
</dependency>
diff --git a/juneau-examples/juneau-examples-rest/pom.xml
b/juneau-examples/juneau-examples-rest/pom.xml
index 8a3dab353..451f7665c 100644
--- a/juneau-examples/juneau-examples-rest/pom.xml
+++ b/juneau-examples/juneau-examples-rest/pom.xml
@@ -82,8 +82,8 @@
</dependency>
<dependency>
- <groupId>javax.inject</groupId>
- <artifactId>javax.inject</artifactId>
+ <groupId>jakarta.inject</groupId>
+ <artifactId>jakarta.inject-api</artifactId>
<scope>compile</scope>
<version>${javax.inject.version}</version>
</dependency>
diff --git a/pom.xml b/pom.xml
index 8c4656df6..785222bae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
<juneauVersionNext>8.1.5</juneauVersionNext>
<derby.version>10.10.2.0</derby.version>
<hibernate.version>5.0.9.Final</hibernate.version>
- <javax.inject.version>1</javax.inject.version>
+ <javax.inject.version>1.0</javax.inject.version>
<springframework.version>2.0.1.RELEASE</springframework.version>
<xml.apis.version>1.4.01</xml.apis.version>
</properties>