Skip to content

Commit

Permalink
Merge pull request #629 from hazendaz/master
Browse files Browse the repository at this point in the history
Drop geronimo connector as not used / Sort ejb with other EE apis as required and not for reason stated
  • Loading branch information
hazendaz authored Nov 4, 2023
2 parents f36d3cd + c29312d commit 6a98434
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
24 changes: 6 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@
<version>${guice.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.ejb</groupId>
<artifactId>jakarta.ejb-api</artifactId>
<version>${ejb-api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
Expand All @@ -144,17 +150,6 @@
<scope>provided</scope>
</dependency>

<!--
| https://github.com/brettwooldridge/HikariCP
| Java 8 thru 11 maven artifact:
-->
<dependency>
<groupId>jakarta.ejb</groupId>
<artifactId>jakarta.ejb-api</artifactId>
<version>${ejb-api.version}</version>
<scope>provided</scope>
</dependency>

<!--
| Optional dependencies
-->
Expand Down Expand Up @@ -324,13 +319,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.geronimo.components</groupId>
<artifactId>geronimo-connector</artifactId>
<version>4.0.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-catalina</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/mybatis/guice/AddressConverter.java
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 6a98434

Please sign in to comment.