Skip to content

Commit 2efafa1

Browse files
committed
fix shacl sail test
1 parent 6e1f1db commit 2efafa1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

core/sail/shacl/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,24 @@
9797
<plugin>
9898
<artifactId>maven-assembly-plugin</artifactId>
9999
</plugin>
100+
<plugin>
101+
<groupId>org.apache.maven.plugins</groupId>
102+
<artifactId>maven-compiler-plugin</artifactId>
103+
<executions>
104+
<execution>
105+
<id>default-testCompile</id>
106+
<configuration>
107+
<annotationProcessorPaths>
108+
<path>
109+
<groupId>org.openjdk.jmh</groupId>
110+
<artifactId>jmh-generator-annprocess</artifactId>
111+
<version>${jmhVersion}</version>
112+
</path>
113+
</annotationProcessorPaths>
114+
</configuration>
115+
</execution>
116+
</executions>
117+
</plugin>
100118
<plugin>
101119
<groupId>org.apache.maven.plugins</groupId>
102120
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)