diff --git a/pom.xml b/pom.xml index ed0104b9..9a23a1b9 100644 --- a/pom.xml +++ b/pom.xml @@ -125,6 +125,12 @@ ${guice.version} provided + + jakarta.ejb + jakarta.ejb-api + ${ejb-api.version} + provided + jakarta.inject jakarta.inject-api @@ -144,17 +150,6 @@ provided - - - jakarta.ejb - jakarta.ejb-api - ${ejb-api.version} - provided - - @@ -324,13 +319,6 @@ test - - org.apache.geronimo.components - geronimo-connector - 4.0.0 - test - - org.apache.tomcat tomcat-catalina diff --git a/src/test/java/org/mybatis/guice/AddressConverter.java b/src/test/java/org/mybatis/guice/AddressConverter.java index 85871fa7..3c5bdf30 100644 --- a/src/test/java/org/mybatis/guice/AddressConverter.java +++ b/src/test/java/org/mybatis/guice/AddressConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2022 the original author or authors. + * Copyright 2009-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.