We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637c0b4 commit 7e7b832Copy full SHA for 7e7b832
java/fury-benchmark/pom.xml
@@ -39,7 +39,6 @@
39
<uberjar.name>benchmarks</uberjar.name>
40
<protostuff.version>1.7.2</protostuff.version>
41
<fastjson2.version>2.0.34</fastjson2.version>
42
- <janino.version>3.0.11</janino.version>
43
<protobuf.version>3.16.3</protobuf.version>
44
<checkstyle.skip>true</checkstyle.skip>
45
<maven.deploy.skip>true</maven.deploy.skip>
@@ -91,8 +90,6 @@
91
90
<dependency>
92
<groupId>org.codehaus.janino</groupId>
93
<artifactId>janino</artifactId>
94
- <version>${janino.version}</version>
95
- <optional>true</optional>
96
</dependency>
97
98
<groupId>com.esotericsoftware</groupId>
0 commit comments