Skip to content

Commit

Permalink
Fixed validation error.
Browse files Browse the repository at this point in the history
Change-Id: Ic9cfaeaf021a4785bd2e0fa14b6c01265faf78c4
  • Loading branch information
margaretha committed Mar 19, 2024
1 parent 399c6ae commit 10618a0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# version 0.73.1-SNAPSHOT



# version 0.73

- Moved the content of the full folder to the root folder
Expand Down
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.ids-mannheim.korap.kustvakt</groupId>
<artifactId>Kustvakt</artifactId>
<version>0.73</version>
<version>0.73.1-SNAPSHOT</version>
<properties>
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -543,6 +543,12 @@


<!-- Validation -->
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
<version>3.0.2</version>
</dependency>

<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
Expand All @@ -552,7 +558,6 @@
<groupId>org.glassfish</groupId>
<artifactId>jakarta.el</artifactId>
<version>4.0.2</version>
<scope>test</scope>
</dependency>

<!-- servlet -->
Expand Down

0 comments on commit 10618a0

Please sign in to comment.