初始化提交 Apache-velocity 项目代码

This commit is contained in:
YuCheng Hu 2024-05-02 12:24:20 -04:00
parent 002f2c8ede
commit c4a0c0562f
Signed by: honeymoose
GPG Key ID: D74AE0B33A8002EC
17 changed files with 4 additions and 3 deletions

View File

@ -9,9 +9,9 @@
<name>apache-velocity</name>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<groupId>com.ossez.apache</groupId>
<artifactId>apache</artifactId>
<version>0.0.2-SNAPSHOT</version>
</parent>
<dependencies>

View File

@ -16,6 +16,7 @@
<modules>
<module>apache-httpclient</module>
<module>apache-velocity</module>
</modules>
<dependencyManagement>