[FLINK-31965] Fix ClassNotFoundException in benchmarks
diff --git a/pom.xml b/pom.xml
index 6f1d48e..dae2286 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,6 @@
 			<artifactId>flink-streaming-java</artifactId>
 			<version>${flink.version}</version>
 			<type>test-jar</type>
-			<scope>test</scope>
 		</dependency>
 
 		<dependency>