| Revision | 2418 (tree) |
|---|---|
| Time | 2022-10-05 20:13:46 |
| Author | t_nakayama1971 |
(empty log message)
| @@ -19,11 +19,6 @@ | ||
| 19 | 19 | <dependencyManagement> |
| 20 | 20 | <dependencies> |
| 21 | 21 | <dependency> |
| 22 | - <groupId>jakarta.el</groupId> | |
| 23 | - <artifactId>jakarta.el-api</artifactId> | |
| 24 | - <scope>runtime</scope> | |
| 25 | - </dependency> | |
| 26 | - <dependency> | |
| 27 | 22 | <groupId>org.apache.commons</groupId> |
| 28 | 23 | <artifactId>commons-pool2</artifactId> |
| 29 | 24 | <scope>runtime</scope> |
| @@ -33,56 +28,6 @@ | ||
| 33 | 28 | <artifactId>commons-logging</artifactId> |
| 34 | 29 | <scope>runtime</scope> |
| 35 | 30 | </dependency> |
| 36 | - <dependency> | |
| 37 | - <groupId>org.jboss.logging</groupId> | |
| 38 | - <artifactId>jboss-logging</artifactId> | |
| 39 | - <scope>runtime</scope> | |
| 40 | - </dependency> | |
| 41 | - <dependency> | |
| 42 | - <groupId>net.bytebuddy</groupId> | |
| 43 | - <artifactId>byte-buddy</artifactId> | |
| 44 | - <scope>runtime</scope> | |
| 45 | - </dependency> | |
| 46 | - <dependency> | |
| 47 | - <groupId>antlr</groupId> | |
| 48 | - <artifactId>antlr</artifactId> | |
| 49 | - <scope>runtime</scope> | |
| 50 | - </dependency> | |
| 51 | - <dependency> | |
| 52 | - <groupId>jakarta.transaction</groupId> | |
| 53 | - <artifactId>jakarta.transaction-api</artifactId> | |
| 54 | - <scope>runtime</scope> | |
| 55 | - </dependency> | |
| 56 | - <dependency> | |
| 57 | - <groupId>org.jboss</groupId> | |
| 58 | - <artifactId>jandex</artifactId> | |
| 59 | - <scope>runtime</scope> | |
| 60 | - </dependency> | |
| 61 | - <dependency> | |
| 62 | - <groupId>com.fasterxml</groupId> | |
| 63 | - <artifactId>classmate</artifactId> | |
| 64 | - <scope>runtime</scope> | |
| 65 | - </dependency> | |
| 66 | - <dependency> | |
| 67 | - <groupId>jakarta.activation</groupId> | |
| 68 | - <artifactId>jakarta.activation-api</artifactId> | |
| 69 | - <scope>runtime</scope> | |
| 70 | - </dependency> | |
| 71 | - <dependency> | |
| 72 | - <groupId>org.hibernate.common</groupId> | |
| 73 | - <artifactId>hibernate-commons-annotations</artifactId> | |
| 74 | - <scope>runtime</scope> | |
| 75 | - </dependency> | |
| 76 | - <dependency> | |
| 77 | - <groupId>jakarta.xml.bind</groupId> | |
| 78 | - <artifactId>jakarta.xml.bind-api</artifactId> | |
| 79 | - <scope>runtime</scope> | |
| 80 | - </dependency> | |
| 81 | - <dependency> | |
| 82 | - <groupId>org.glassfish.jaxb</groupId> | |
| 83 | - <artifactId>jaxb-runtime</artifactId> | |
| 84 | - <scope>runtime</scope> | |
| 85 | - </dependency> | |
| 86 | 31 | </dependencies> |
| 87 | 32 | </dependencyManagement> |
| 88 | 33 |