Skip to content

Commit b052d72

Browse files
committed
fixup! [hotfix] Remove unused test dependencies
1 parent 0f95d4c commit b052d72

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,18 @@ under the License.
213213
<version>${commons-cli.version}</version>
214214
</dependency>
215215

216+
<dependency>
217+
<groupId>org.scala-lang</groupId>
218+
<artifactId>scala-reflect</artifactId>
219+
<version>${scala-reflect.version}</version>
220+
</dependency>
221+
222+
<dependency>
223+
<groupId>org.scala-lang</groupId>
224+
<artifactId>scala-library</artifactId>
225+
<version>${scala-library.version}</version>
226+
</dependency>
227+
216228
<dependency>
217229
<groupId>org.apache.kafka</groupId>
218230
<artifactId>kafka-clients</artifactId>

0 commit comments

Comments
 (0)