Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Jan 19, 2025
1 parent fd8c667 commit e757777
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,20 +210,4 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>enable-incubators-for-jdk17+</id>
<activation>
<jdk>[17,)</jdk>
</activation>
<dependencies>
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-incubator-vector</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</profile>
</profiles>
</project>

0 comments on commit e757777

Please sign in to comment.