Skip to content

Commit

Permalink
Remove superfluous explicit dependency on javax.validation
Browse files Browse the repository at this point in the history
* The dependency is already included in Hibernate, there is no point to
  set it explicitly.

Signed-off-by: Jan Thiart <jan.thiart@tngtech.com>
  • Loading branch information
Jan Thiart committed Jun 28, 2023
1 parent e60c121 commit 651be53
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
<property-loader.version>1.5.1</property-loader.version>
<reflections.version>0.10.2</reflections.version>
<slf4j.version>2.0.7</slf4j.version>
<validation-api.version>2.0.1.Final</validation-api.version>

<assertj-core.version>3.24.2</assertj-core.version>
<junit-jupiter.version>5.9.3</junit-jupiter.version>
Expand Down Expand Up @@ -254,11 +253,6 @@
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>${validation-api.version}</version>
</dependency>

<!-- test-->
<dependency>
Expand Down

0 comments on commit 651be53

Please sign in to comment.