• 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

Revision2418 (tree)
Time2022-10-05 20:13:46
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/framework/fwRest/pom.xml (revision 2417)
+++ trunk/framework/fwRest/pom.xml (revision 2418)
@@ -19,11 +19,6 @@
1919 <dependencyManagement>
2020 <dependencies>
2121 <dependency>
22- <groupId>jakarta.el</groupId>
23- <artifactId>jakarta.el-api</artifactId>
24- <scope>runtime</scope>
25- </dependency>
26- <dependency>
2722 <groupId>org.apache.commons</groupId>
2823 <artifactId>commons-pool2</artifactId>
2924 <scope>runtime</scope>
@@ -33,56 +28,6 @@
3328 <artifactId>commons-logging</artifactId>
3429 <scope>runtime</scope>
3530 </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>
8631 </dependencies>
8732 </dependencyManagement>
8833