This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git
The following commit(s) were added to refs/heads/master by this push:
new 0075d6f8 Add comment
0075d6f8 is described below
commit 0075d6f889eda235ad960d8d3118d6201892994d
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Aug 30 09:22:32 2022 -0400
Add comment
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index a38f5245..0f8091ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,6 +271,7 @@
<dependency>
<groupId>org.jboss.narayana.jta</groupId>
<artifactId>narayana-jta</artifactId>
+ <!-- Versions >= 5.13.0 require Java 11 -->
<version>5.12.7.Final</version>
<scope>test</scope>
</dependency>