Skip to content

Commit

Permalink
Merge pull request #157 from hazendaz/master
Browse files Browse the repository at this point in the history
[bom] Remove servlet and bean validation modules from bom
  • Loading branch information
tandraschko authored Apr 16, 2024
2 parents 2a12a06 + cddb4cd commit 39db977
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions deltaspike/dist/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,20 +84,6 @@
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.apache.deltaspike.modules</groupId>
<artifactId>deltaspike-servlet-module-api</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.apache.deltaspike.modules</groupId>
<artifactId>deltaspike-servlet-module-impl</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.apache.deltaspike.modules</groupId>
<artifactId>deltaspike-jsf-module-api</artifactId>
Expand Down Expand Up @@ -189,20 +175,6 @@
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.apache.deltaspike.modules</groupId>
<artifactId>deltaspike-bean-validation-module-api</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.apache.deltaspike.modules</groupId>
<artifactId>deltaspike-bean-validation-module-impl</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.apache.deltaspike.modules</groupId>
<artifactId>deltaspike-scheduler-module-api</artifactId>
Expand Down

0 comments on commit 39db977

Please sign in to comment.