|
87 | 87 | <jococo-plugin.version>0.8.5</jococo-plugin.version> |
88 | 88 | <lombok-source.version>1.18.18</lombok-source.version> |
89 | 89 | <junit-jupiter.version>5.7.1</junit-jupiter.version> |
90 | | - <jackson-databind.version>2.11.1</jackson-databind.version> |
| 90 | +<!-- <jackson-databind.version>2.11.1</jackson-databind.version>--> |
| 91 | + <gson.version>2.8.6</gson.version> |
91 | 92 | <maven-site-plugin.version>3.3</maven-site-plugin.version> |
92 | 93 | <maven-gpg-plugin.version>1.5</maven-gpg-plugin.version> |
93 | 94 | <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version> |
|
96 | 97 | </properties> |
97 | 98 |
|
98 | 99 | <dependencies> |
| 100 | + <dependency> |
| 101 | + <groupId>com.google.code.gson</groupId> |
| 102 | + <artifactId>gson</artifactId> |
| 103 | + <version>${gson.version}</version> |
| 104 | + </dependency> |
99 | 105 | <dependency> |
100 | 106 | <groupId>io.github.cdimascio</groupId> |
101 | 107 | <artifactId>java-dotenv</artifactId> |
|
126 | 132 | <artifactId>lombok</artifactId> |
127 | 133 | <version>${lombok-source.version}</version> |
128 | 134 | </dependency> |
129 | | - <dependency> |
130 | | - <groupId>com.fasterxml.jackson.core</groupId> |
131 | | - <artifactId>jackson-databind</artifactId> |
132 | | - <version>${jackson-databind.version}</version> |
133 | | - </dependency> |
| 135 | +<!-- <dependency>--> |
| 136 | +<!-- <groupId>com.fasterxml.jackson.core</groupId>--> |
| 137 | +<!-- <artifactId>jackson-databind</artifactId>--> |
| 138 | +<!-- <version>${jackson-databind.version}</version>--> |
| 139 | +<!-- </dependency>--> |
134 | 140 | <dependency> |
135 | 141 | <groupId>org.junit.jupiter</groupId> |
136 | 142 | <artifactId>junit-jupiter</artifactId> |
|
142 | 148 | <artifactId>junit-vintage-engine</artifactId> |
143 | 149 | <version>5.7.0</version> |
144 | 150 | </dependency> |
145 | | - <dependency> |
146 | | - <groupId>com.squareup.retrofit2</groupId> |
147 | | - <artifactId>converter-jackson</artifactId> |
148 | | - <version>2.9.0</version> |
149 | | - </dependency> |
| 151 | +<!-- <dependency>--> |
| 152 | +<!-- <groupId>com.squareup.retrofit2</groupId>--> |
| 153 | +<!-- <artifactId>converter-jackson</artifactId>--> |
| 154 | +<!-- <version>2.9.0</version>--> |
| 155 | +<!-- </dependency>--> |
150 | 156 | </dependencies> |
151 | 157 |
|
152 | 158 | <build> |
|
0 commit comments