Rework to avoid using preferences object to retrieve options
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -28,7 +28,7 @@
|
||||
|
||||
<commons.compress.version>1.27.0</commons.compress.version>
|
||||
<dagger.version>2.51.1</dagger.version>
|
||||
<gson.version>2.11.0</gson.version>
|
||||
<jackson.version>2.17.2</jackson.version>
|
||||
<junit.version>5.10.3</junit.version>
|
||||
<log4j.version>2.23.1</log4j.version>
|
||||
<mockito.version>5.12.0</mockito.version>
|
||||
@@ -94,9 +94,9 @@
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>${gson.version}</version>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
<version>${jackson.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.dagger</groupId>
|
||||
|
||||
Reference in New Issue
Block a user