Skip to content

Commit

Permalink
Enable new metabolomic facilities #984
Browse files Browse the repository at this point in the history
  • Loading branch information
sven1103 authored May 5, 2023
1 parent 230aeca commit 2bdd331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public enum ProductCategory {
METABOLOMIC("Metabolomics", "ME"),
EXTERNAL_SERVICE("External Service", "EXT");


/**
* Label describing the enum type with a string
*/
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>data-model-lib</artifactId>
<version>2.25.1</version>
<version>2.26.0</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
Expand Down

0 comments on commit 2bdd331

Please sign in to comment.