• 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

Revision2495 (tree)
Time2022-12-08 19:28:31
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/framework/pjBat/pom.xml (revision 2494)
+++ trunk/framework/pjBat/pom.xml (revision 2495)
@@ -104,6 +104,25 @@
104104 </dependency>
105105
106106 <dependency>
107+ <groupId>commons-codec</groupId>
108+ <artifactId>commons-codec</artifactId>
109+ <version>1.15</version>
110+ <scope>runtime</scope>
111+ </dependency>
112+ <dependency>
113+ <groupId>com.sun.mail</groupId>
114+ <artifactId>jakarta.mail</artifactId>
115+ <version>2.0.1</version>
116+ <scope>runtime</scope>
117+ </dependency>
118+ <dependency>
119+ <groupId>org.hibernate.orm</groupId>
120+ <artifactId>hibernate-core</artifactId>
121+ <version>6.1.6.Final</version>
122+ <scope>runtime</scope>
123+ </dependency>
124+
125+ <dependency>
107126 <groupId>org.junit.jupiter</groupId>
108127 <artifactId>junit-jupiter-engine</artifactId>
109128 <version>5.9.1</version>
--- trunk/framework/pjWeb/pom.xml (revision 2494)
+++ trunk/framework/pjWeb/pom.xml (revision 2495)
@@ -36,7 +36,7 @@
3636 <dependency>
3737 <groupId>commons-net</groupId>
3838 <artifactId>commons-net</artifactId>
39- <version>3.8.0</version>
39+ <version>3.9.0</version>
4040 <scope>compile</scope>
4141 </dependency>
4242 <dependency>