• R/O
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision2397 (tree)
Time2022-09-24 18:38:50
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/framework/pjWeb/pom.xml (revision 2396)
+++ trunk/framework/pjWeb/pom.xml (revision 2397)
@@ -10,10 +10,10 @@
1010 <packaging>war</packaging>
1111
1212 <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>
1717 </properties>
1818
1919 <profiles>
@@ -64,6 +64,30 @@
6464 </dependency>
6565
6666 <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>
6791 <groupId>commons-io</groupId>
6892 <artifactId>commons-io</artifactId>
6993 <version>2.11.0</version>
@@ -70,6 +94,24 @@
7094 <scope>runtime</scope>
7195 </dependency>
7296 <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>
73115 <groupId>org.javassist</groupId>
74116 <artifactId>javassist</artifactId>
75117 <version>3.29.2-GA</version>
@@ -88,12 +130,6 @@
88130 <scope>runtime</scope>
89131 </dependency>
90132 <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>
97133 <groupId>org.hibernate.orm</groupId>
98134 <artifactId>hibernate-core</artifactId>
99135 <version>6.1.3.Final</version>