Skip to content

Commit 216f7d8

Browse files
authored
Reformat pom.xml (eugenp#2567)
* Refactor RxJava * Reformat pom.xml
1 parent 7904c3e commit 216f7d8

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

core-java/pom.xml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</dependency>
8181

8282
<!-- logging -->
83-
<dependency>
83+
<dependency>
8484
<groupId>log4j</groupId>
8585
<artifactId>log4j</artifactId>
8686
<version>1.2.17</version>
@@ -200,7 +200,7 @@
200200
<groupId>io.vavr</groupId>
201201
<artifactId>vavr</artifactId>
202202
<version>${vavr.version}</version>
203-
</dependency>
203+
</dependency>
204204
<dependency>
205205
<groupId>org.openjdk.jmh</groupId>
206206
<artifactId>jmh-core</artifactId>
@@ -372,30 +372,30 @@
372372
</arguments>
373373
</configuration>
374374
</plugin>
375-
375+
376376
<plugin>
377-
<groupId>org.codehaus.mojo</groupId>
378-
<artifactId>exec-maven-plugin</artifactId>
379-
377+
<groupId>org.codehaus.mojo</groupId>
378+
<artifactId>exec-maven-plugin</artifactId>
379+
380380
<executions>
381-
<execution>
382-
<id>run-benchmarks</id>
383-
<phase>integration-test</phase>
384-
<goals>
385-
<goal>exec</goal>
386-
</goals>
387-
<configuration>
388-
<classpathScope>test</classpathScope>
389-
<executable>java</executable>
390-
<arguments>
391-
<argument>-classpath</argument>
392-
<classpath />
393-
<argument>org.openjdk.jmh.Main</argument>
394-
<argument>.*</argument>
395-
</arguments>
396-
</configuration>
397-
</execution>
398-
</executions>
381+
<execution>
382+
<id>run-benchmarks</id>
383+
<phase>integration-test</phase>
384+
<goals>
385+
<goal>exec</goal>
386+
</goals>
387+
<configuration>
388+
<classpathScope>test</classpathScope>
389+
<executable>java</executable>
390+
<arguments>
391+
<argument>-classpath</argument>
392+
<classpath/>
393+
<argument>org.openjdk.jmh.Main</argument>
394+
<argument>.*</argument>
395+
</arguments>
396+
</configuration>
397+
</execution>
398+
</executions>
399399
</plugin>
400400
</plugins>
401401

@@ -436,7 +436,7 @@
436436
</profile>
437437
</profiles>
438438

439-
<properties>
439+
<properties>
440440
<!-- marshalling -->
441441
<jackson.version>2.8.5</jackson.version>
442442

0 commit comments

Comments
 (0)