We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c5610 commit ca25518Copy full SHA for ca25518
1 file changed
pom.xml
@@ -113,9 +113,8 @@
113
<version>${jackson-version}</version>
114
</dependency>
115
116
- <!-- Base64 encoding that works in both JVM and Android -->
+ <!-- Note: Required by Swagger-generated API client impl. for Basic Auth, but basic auth is not used here -->
117
<dependency>
118
- <!-- TODO - update / remove -->
119
<groupId>com.brsanthu</groupId>
120
<artifactId>migbase64</artifactId>
121
<version>2.2</version>
0 commit comments