Skip to content

Commit 86f011c

Browse files
author
Paultagoras
committed
Update pom.xml
1 parent 009388f commit 86f011c

File tree

1 file changed

+23
-27
lines changed

1 file changed

+23
-27
lines changed

clickhouse-http-client/pom.xml

Lines changed: 23 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
@@ -145,7 +145,7 @@
145145
</relocations>
146146
<transformers>
147147
<transformer
148-
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
148+
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
149149
<manifestEntries>
150150
<Automatic-Module-Name>com.clickhouse.client.http</Automatic-Module-Name>
151151
</manifestEntries>
@@ -179,6 +179,7 @@
179179
</plugins>
180180
</build>
181181

182+
182183
<profiles>
183184
<profile>
184185
<id>performance-testing</id>
@@ -202,11 +203,6 @@
202203
<artifactId>maven-compiler-plugin</artifactId>
203204
<configuration>
204205
<annotationProcessorPaths>
205-
<path>
206-
<groupId>org.projectlombok</groupId>
207-
<artifactId>lombok</artifactId>
208-
<version>1.18.32</version>
209-
</path>
210206
<path>
211207
<groupId>org.openjdk.jmh</groupId>
212208
<artifactId>jmh-generator-annprocess</artifactId>
@@ -236,25 +232,6 @@
236232
</execution>
237233
</executions>
238234
</plugin>
239-
<plugin>
240-
<groupId>org.codehaus.mojo</groupId>
241-
<artifactId>build-helper-maven-plugin</artifactId>
242-
<version>3.6.0</version>
243-
<executions>
244-
<execution>
245-
<id>add-test-source</id>
246-
<phase>generate-test-sources</phase>
247-
<goals>
248-
<goal>add-test-source</goal>
249-
</goals>
250-
<configuration>
251-
<sources>
252-
<source>src/test/perf</source>
253-
</sources>
254-
</configuration>
255-
</execution>
256-
</executions>
257-
</plugin>
258235
<plugin>
259236
<groupId>org.codehaus.mojo</groupId>
260237
<artifactId>exec-maven-plugin</artifactId>
@@ -278,6 +255,25 @@
278255
</execution>
279256
</executions>
280257
</plugin>
258+
<plugin>
259+
<groupId>org.codehaus.mojo</groupId>
260+
<artifactId>build-helper-maven-plugin</artifactId>
261+
<version>3.6.0</version>
262+
<executions>
263+
<execution>
264+
<id>add-test-source</id>
265+
<phase>generate-test-sources</phase>
266+
<goals>
267+
<goal>add-test-source</goal>
268+
</goals>
269+
<configuration>
270+
<sources>
271+
<source>src/test/perf</source>
272+
</sources>
273+
</configuration>
274+
</execution>
275+
</executions>
276+
</plugin>
281277
</plugins>
282278
</build>
283279
</profile>

0 commit comments

Comments
 (0)