Skip to content

Commit

Permalink
TECH: fix duplication of util.time in dump, bump dependency version a…
Browse files Browse the repository at this point in the history
…ccordingly
  • Loading branch information
c247t committed Dec 13, 2023
1 parent 43d9309 commit df99173
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 291 deletions.
5 changes: 5 additions & 0 deletions base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
<artifactId>cglib-nodep</artifactId>
<version>[3.2.6,4.0)</version>
</dependency>
<dependency>
<groupId>mkr</groupId>
<artifactId>util-dump</artifactId>
<version>${dump.version}</version>
</dependency>
</dependencies>
</project>

75 changes: 0 additions & 75 deletions base/src/util/time/StopWatch.java

This file was deleted.

215 changes: 0 additions & 215 deletions base/src/util/time/TimeUtils.java

This file was deleted.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<properties>
<spring.version>3.2.13.RELEASE</spring.version>
<dump.version>2.0-c8d5bc69e8fda8f43eb6ab654acee443e26884a6</dump.version>
<dump.version>2.0-0307c5c242dc761c7e0172a85899ddf2564381f1</dump.version>
</properties>

<scm>
Expand Down

0 comments on commit df99173

Please sign in to comment.