We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f95d4c commit b052d72Copy full SHA for b052d72
pom.xml
@@ -213,6 +213,18 @@ under the License.
213
<version>${commons-cli.version}</version>
214
</dependency>
215
216
+ <dependency>
217
+ <groupId>org.scala-lang</groupId>
218
+ <artifactId>scala-reflect</artifactId>
219
+ <version>${scala-reflect.version}</version>
220
+ </dependency>
221
+
222
223
224
+ <artifactId>scala-library</artifactId>
225
+ <version>${scala-library.version}</version>
226
227
228
<dependency>
229
<groupId>org.apache.kafka</groupId>
230
<artifactId>kafka-clients</artifactId>
0 commit comments