mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-10 06:21:57 +00:00
dependencies: Refactor unit tests without depending on Guava (#2181)
* Refactor unit tests without depending on Guava * Remove redundant casts. * Move import up * Update repository/src/test/java/com/iluwatar/repository/RepositoryTest.java Co-authored-by: Robert Volkmann <20912167+robertvolkmann@users.noreply.github.com> * Update repository/src/test/java/com/iluwatar/repository/AnnotationBasedRepositoryTest.java Co-authored-by: Robert Volkmann <20912167+robertvolkmann@users.noreply.github.com> Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com> Co-authored-by: Robert Volkmann <20912167+robertvolkmann@users.noreply.github.com>
This commit is contained in:
co-authored by
Ilkka Seppälä
Robert Volkmann
parent
ce5605b4d5
commit
2d309b8928
@@ -40,7 +40,6 @@
|
||||
<spring-boot.version>2.7.5</spring-boot.version>
|
||||
<jacoco.version>0.8.8</jacoco.version>
|
||||
<commons-dbcp.version>1.4</commons-dbcp.version>
|
||||
<guava.version>19.0</guava.version>
|
||||
<htmlunit.version>2.66.0</htmlunit.version>
|
||||
<guice.version>4.0</guice.version>
|
||||
<system-lambda.version>1.1.0</system-lambda.version>
|
||||
@@ -223,11 +222,6 @@
|
||||
<artifactId>commons-dbcp</artifactId>
|
||||
<version>${commons-dbcp.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<version>${guava.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.htmlunit</groupId>
|
||||
<artifactId>htmlunit</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user