Skip to content

Commit f5bfb2d

Browse files
author
cduby
committed
[CYB-207] add junit dependency
1 parent b741a14 commit f5bfb2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flink-cyber/flink-enrichment/flink-enrichment-lookup-rest/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@
123123
<version>${global.httpclient.version}</version>
124124
<scope>compile</scope>
125125
</dependency>
126+
<dependency>
127+
<groupId>junit</groupId>
128+
<artifactId>junit</artifactId>
129+
</dependency>
126130
<dependency>
127131
<groupId>org.mock-server</groupId>
128132
<artifactId>mockserver-netty</artifactId>

0 commit comments

Comments
 (0)