Skip to content

Commit 7e7b832

Browse files
authored
[Java] fix janino deps for fury-benchmark (#1007)
fix janino deps
1 parent 637c0b4 commit 7e7b832

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

java/fury-benchmark/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
<uberjar.name>benchmarks</uberjar.name>
4040
<protostuff.version>1.7.2</protostuff.version>
4141
<fastjson2.version>2.0.34</fastjson2.version>
42-
<janino.version>3.0.11</janino.version>
4342
<protobuf.version>3.16.3</protobuf.version>
4443
<checkstyle.skip>true</checkstyle.skip>
4544
<maven.deploy.skip>true</maven.deploy.skip>
@@ -91,8 +90,6 @@
9190
<dependency>
9291
<groupId>org.codehaus.janino</groupId>
9392
<artifactId>janino</artifactId>
94-
<version>${janino.version}</version>
95-
<optional>true</optional>
9693
</dependency>
9794
<dependency>
9895
<groupId>com.esotericsoftware</groupId>

0 commit comments

Comments
 (0)