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 Mar 14, 2022
1 parent 48cb295 commit 213e449
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 99 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
15 changes: 0 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,21 +83,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>

<!-- GUICE -->
<dependency>
Expand Down

0 comments on commit 213e449

Please sign in to comment.