diff --git a/pom.xml b/pom.xml index fe21aa14..42b63c97 100644 --- a/pom.xml +++ b/pom.xml @@ -87,23 +87,41 @@ + 11 11 + + 2.2 + 2.1.1 + 1.14.11 3.10 - org.mybatis.guice.* - Guice 10.17.1.0 - 7.0.0 - 2.1.1 4.0.1 + 7.0.0 2.0.1 - com.alibaba.druid.pool.*;resolution:=optional,com.zaxxer.hikari.*;resolution:=optional,com.mchange.v2.c3p0.*;resolution:=optional,org.apache.commons.dbcp2.*;resolution:=optional,jakarta.transaction.*;resolution:=optional + 4.2.25 + 5.10.0 + 2.0.11 + + + org.mybatis.guice.* UnreadFields + + + Guice + + + com.alibaba.druid.pool.*;resolution:=optional,com.zaxxer.hikari.*;resolution:=optional,com.mchange.v2.c3p0.*;resolution:=optional,org.apache.commons.dbcp2.*;resolution:=optional,jakarta.transaction.*;resolution:=optional + + org.mybatis.guice 1706488285 + + + -javaagent:${settings.localRepository}/net/bytebuddy/byte-buddy-agent/${byte-buddy.version}/byte-buddy-agent-${byte-buddy.version}.jar @@ -218,13 +236,26 @@ org.mockito mockito-core - 5.10.0 + ${mockito.version} test org.mockito mockito-junit-jupiter - 5.10.0 + ${mockito.version} + test + + + + net.bytebuddy + byte-buddy + ${byte-buddy.version} + test + + + net.bytebuddy + byte-buddy-agent + ${byte-buddy.version} test @@ -238,19 +269,19 @@ org.slf4j jcl-over-slf4j - 2.0.11 + ${slf4j.version} compile org.slf4j slf4j-api - 2.0.11 + ${slf4j.version} compile org.slf4j slf4j-simple - 2.0.11 + ${slf4j.version} test @@ -263,19 +294,19 @@ io.agroal agroal-api - 2.2 + ${agroal.version} test io.agroal agroal-pool - 2.2 + ${agroal.version} test io.agroal agroal-narayana - 2.2 + ${agroal.version} test @@ -327,14 +358,14 @@ io.dropwizard.metrics metrics-core - 4.2.25 + ${metrics.version} test io.dropwizard.metrics metrics-healthchecks - 4.2.25 + ${metrics.version} test diff --git a/src/main/java/org/mybatis/guice/MyBatisModule.java b/src/main/java/org/mybatis/guice/MyBatisModule.java index acce45b8..a01a6ce4 100644 --- a/src/main/java/org/mybatis/guice/MyBatisModule.java +++ b/src/main/java/org/mybatis/guice/MyBatisModule.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2023 the original author or authors. + * Copyright 2009-2024 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. @@ -26,7 +26,6 @@ import jakarta.inject.Provider; import java.util.Collection; -import java.util.Set; import javax.sql.DataSource; diff --git a/src/site/site.xml b/src/site/site.xml index 39cb89fc..c8a58ef2 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,7 +1,7 @@