Skip to content

Commit

Permalink
remove code not used
Browse files Browse the repository at this point in the history
  • Loading branch information
persapiens authored Jul 29, 2023
1 parent 3b40dac commit 2601425
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
<description>Example project for Jsf Spring Boot Starter</description>

<properties>
<!-- added because maven-pmd-plugin does not support java 20 sources yet. -->
<java.source>17</java.source>

<!-- compile library versions -->
<jakarta.validation-api.version>3.0.2</jakarta.validation-api.version>
<joinfaces.version>5.0.9</joinfaces.version>
Expand All @@ -32,7 +29,6 @@
<selenium.version>4.10.0</selenium.version>
<htmlunit-driver.version>4.10.0</htmlunit-driver.version>
<webdrivermanager.version>5.4.1</webdrivermanager.version>
<jarchivelib.version>1.2.0</jarchivelib.version>

<jacoco-maven-plugin.version>0.8.9</jacoco-maven-plugin.version>
<jacoco.exclude>org/joinfaces/example/JoinFacesExampleApplication.class</jacoco.exclude>
Expand Down Expand Up @@ -143,12 +139,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.rauschig</groupId>
<artifactId>jarchivelib</artifactId>
<version>${jarchivelib.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>findbugs-annotations</artifactId>
Expand Down Expand Up @@ -227,10 +217,6 @@
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
</dependency>
<dependency>
<groupId>org.rauschig</groupId>
<artifactId>jarchivelib</artifactId>
</dependency>
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
Expand Down

0 comments on commit 2601425

Please sign in to comment.