Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
winezer0 committed Feb 13, 2025
1 parent 415fba9 commit 155aa50
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,19 @@
<version>1.7.22</version>
</dependency>

<!-- &lt;!&ndash; https://github.com/bit4woo/java_utilbox &ndash;&gt;-->
<!-- <dependency>-->
<!-- <groupId>com.github.bit4woo</groupId>-->
<!-- <artifactId>java_utilbox</artifactId>-->
<!-- <version>main-SNAPSHOT</version>-->
<!-- </dependency>-->

<!--本地引用 先把最新的 java-utilbox 代码 下载到本地 再使用maven插件生命周期deploy到本地mvn仓库后使用-->
<!-- https://github.com/bit4woo/java_utilbox -->
<dependency>
<groupId>com.bit4woo.utilbox</groupId>
<artifactId>java-utilbox</artifactId>
<version>0.1</version>
<groupId>com.github.bit4woo</groupId>
<artifactId>java_utilbox</artifactId>
<version>main-SNAPSHOT</version>
</dependency>

<!-- &lt;!&ndash;本地引用 先把最新的 java-utilbox 代码 下载到本地 再使用maven插件生命周期deploy到本地mvn仓库后使用&ndash;&gt;-->
<!-- <dependency>-->
<!-- <groupId>com.bit4woo.utilbox</groupId>-->
<!-- <artifactId>java-utilbox</artifactId>-->
<!-- <version>0.1</version>-->
<!-- </dependency>-->
<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec <dependency>
<groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.11</version>
</dependency> -->
Expand Down

0 comments on commit 155aa50

Please sign in to comment.