| Revision | 2397 (tree) |
|---|---|
| Time | 2022-09-24 18:38:50 |
| Author | t_nakayama1971 |
(empty log message)
| @@ -10,10 +10,10 @@ | ||
| 10 | 10 | <packaging>war</packaging> |
| 11 | 11 | |
| 12 | 12 | <properties> |
| 13 | - <maven.compiler.source>19</maven.compiler.source> | |
| 14 | - <maven.compiler.target>19</maven.compiler.target> | |
| 15 | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
| 16 | - <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | |
| 13 | + <maven.compiler.source>19</maven.compiler.source> | |
| 14 | + <maven.compiler.target>19</maven.compiler.target> | |
| 15 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
| 16 | + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | |
| 17 | 17 | </properties> |
| 18 | 18 | |
| 19 | 19 | <profiles> |
| @@ -64,6 +64,30 @@ | ||
| 64 | 64 | </dependency> |
| 65 | 65 | |
| 66 | 66 | <dependency> |
| 67 | + <groupId>commons-beanutils</groupId> | |
| 68 | + <artifactId>commons-beanutils</artifactId> | |
| 69 | + <version>1.9.4</version> | |
| 70 | + <scope>runtime</scope> | |
| 71 | + </dependency> | |
| 72 | + <dependency> | |
| 73 | + <groupId>commons-collections</groupId> | |
| 74 | + <artifactId>commons-collections</artifactId> | |
| 75 | + <version>3.2.2</version> | |
| 76 | + <scope>runtime</scope> | |
| 77 | + </dependency> | |
| 78 | + <dependency> | |
| 79 | + <groupId>org.apache.commons</groupId> | |
| 80 | + <artifactId>commons-digester3</artifactId> | |
| 81 | + <version>3.2</version> | |
| 82 | + <scope>runtime</scope> | |
| 83 | + </dependency> | |
| 84 | + <dependency> | |
| 85 | + <groupId>org.apache.commons</groupId> | |
| 86 | + <artifactId>commons-fileupload2</artifactId> | |
| 87 | + <version>2.0-SNAPSHOT</version> | |
| 88 | + <scope>runtime</scope> | |
| 89 | + </dependency> | |
| 90 | + <dependency> | |
| 67 | 91 | <groupId>commons-io</groupId> |
| 68 | 92 | <artifactId>commons-io</artifactId> |
| 69 | 93 | <version>2.11.0</version> |
| @@ -70,6 +94,24 @@ | ||
| 70 | 94 | <scope>runtime</scope> |
| 71 | 95 | </dependency> |
| 72 | 96 | <dependency> |
| 97 | + <groupId>commons-logging</groupId> | |
| 98 | + <artifactId>commons-logging</artifactId> | |
| 99 | + <version>1.2</version> | |
| 100 | + <scope>runtime</scope> | |
| 101 | + </dependency> | |
| 102 | + <dependency> | |
| 103 | + <groupId>jakarta.el</groupId> | |
| 104 | + <artifactId>jakarta.el-api</artifactId> | |
| 105 | + <version>5.0.1</version> | |
| 106 | + <scope>runtime</scope> | |
| 107 | + </dependency> | |
| 108 | + <dependency> | |
| 109 | + <groupId>jakarta.transaction</groupId> | |
| 110 | + <artifactId>jakarta.transaction-api</artifactId> | |
| 111 | + <version>2.0.1</version> | |
| 112 | + <scope>runtime</scope> | |
| 113 | + </dependency> | |
| 114 | + <dependency> | |
| 73 | 115 | <groupId>org.javassist</groupId> |
| 74 | 116 | <artifactId>javassist</artifactId> |
| 75 | 117 | <version>3.29.2-GA</version> |
| @@ -88,12 +130,6 @@ | ||
| 88 | 130 | <scope>runtime</scope> |
| 89 | 131 | </dependency> |
| 90 | 132 | <dependency> |
| 91 | - <groupId>org.apache.commons</groupId> | |
| 92 | - <artifactId>commons-fileupload2</artifactId> | |
| 93 | - <version>2.0-SNAPSHOT</version> | |
| 94 | - <scope>runtime</scope> | |
| 95 | - </dependency> | |
| 96 | - <dependency> | |
| 97 | 133 | <groupId>org.hibernate.orm</groupId> |
| 98 | 134 | <artifactId>hibernate-core</artifactId> |
| 99 | 135 | <version>6.1.3.Final</version> |