Skip to content

Commit

Permalink
enable benchmark tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkeil committed Nov 27, 2023
1 parent 857f473 commit 91859db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 33 deletions.
4 changes: 0 additions & 4 deletions abecto-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,6 @@
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down
29 changes: 0 additions & 29 deletions abecto-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,35 +144,6 @@
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
</plugin>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>3.0</version>
<configuration>
<header>com/mycila/maven/plugin/license/templates/APACHE-2.txt</header>
<properties>
<owner>${project.organization.name}</owner>
<email>${project.organization.url}</email>
</properties>
<excludes>
<exclude>LICENSE</exclude>
<exclude>pom.xml</exclude>
<exclude>.*/**</exclude>
</excludes>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
Expand Down

0 comments on commit 91859db

Please sign in to comment.