Skip to content

Commit

Permalink
MCR-2647 update H2
Browse files Browse the repository at this point in the history
  • Loading branch information
yagee-de committed Oct 13, 2023
1 parent 44ace0d commit ee6f60e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mycore-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<!-- version 1.4.200 does not work with MCRJPATestCase -->
<version>1.4.199</version>
<version>2.2.224</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void setName(String name) {
this.name = Objects.requireNonNull(name);
}

@Column(name = "value", nullable = false)
@Column(name = "\"value\"", nullable = false)
@XmlAttribute
public String getValue() {
return value;
Expand Down

0 comments on commit ee6f60e

Please sign in to comment.