Skip to content

Commit

Permalink
Removes jakarta.validation-api dependency
Browse files Browse the repository at this point in the history
Also removes implementation with test scope.
  • Loading branch information
froque committed Nov 25, 2021
1 parent ca4fa35 commit b46dff1
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 100 deletions.
16 changes: 0 additions & 16 deletions billy-core-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,6 @@
<artifactId>hibernate-envers</artifactId>
</dependency>

<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.el</artifactId>
<scope>test</scope>
</dependency>

<!-- H2 -->
<dependency>
<groupId>com.h2database</groupId>
Expand Down
20 changes: 0 additions & 20 deletions billy-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,26 +54,6 @@
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.el</artifactId>
<scope>test</scope>
</dependency>

<!-- JUNIT -->
<dependency>
Expand Down
16 changes: 0 additions & 16 deletions billy-france/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,22 +60,6 @@
<artifactId>hibernate-envers</artifactId>
</dependency>

<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.el</artifactId>
<scope>test</scope>
</dependency>

<!-- Query DSL -->
<dependency>
<groupId>com.querydsl</groupId>
Expand Down
16 changes: 0 additions & 16 deletions billy-portugal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,6 @@
<artifactId>hibernate-envers</artifactId>
</dependency>

<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.el</artifactId>
<scope>test</scope>
</dependency>

<!-- Query DSL -->
<dependency>
<groupId>com.querydsl</groupId>
Expand Down
16 changes: 0 additions & 16 deletions billy-spain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,22 +60,6 @@
<artifactId>hibernate-envers</artifactId>
</dependency>

<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.el</artifactId>
<scope>test</scope>
</dependency>

<!-- Query DSL -->
<dependency>
<groupId>com.querydsl</groupId>
Expand Down
16 changes: 0 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,22 +85,6 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>6.1.7.Final</version>
</dependency>
<dependency>
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
<version>3.0.3</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.el</artifactId>
<version>3.0.3</version>
</dependency>

<!-- PERSISTENCE -->
<dependency>
<groupId>io.ebean</groupId>
Expand Down

0 comments on commit b46dff1

Please sign in to comment.