Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align OP-1199 with develop #2047

Merged
merged 8 commits into from
Sep 2, 2024
1 change: 1 addition & 0 deletions bundle/language_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1720,6 +1720,7 @@ angal.userbrowser.step2.pleaserepeatthenewpassword.label
angal.userbrowser.theadminusercannotbedeleted.msg = The "admin" user cannot be deleted.
angal.userbrowser.thepasswordhasbeenchanged.msg = The password has been changed.
angal.userbrowser.theuseralreadyexists.fmt.msg = The user "{0}" already exists.
angal.userbrowser.theusernamecontainsinvalidcharacters.msg = The user name must contain only a-z, 0-9, dash, period and underscore characters.
angal.userbrowser.title = User Browser
angal.userbrowser.user.col = User
angal.vaccine.deletevaccine.fmt.msg = Delete vaccine: {0}?
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -296,7 +296,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.13</version>
<version>2.0.16</version>
</dependency>
<dependency>
<groupId>org.imgscalr</groupId>
Expand Down
2 changes: 2 additions & 0 deletions rsc/sms.properties.dist
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ skebby-gateway-service.ribbon.base-url=https://api.skebby.it:443
# USER_KEY and ACCESS_TOKEN avoids the login call every time we need to send sms
skebby-gateway-service.accessToken=
skebby-gateway-service.userKey=
# message_type: GP for Classic+, TI for Classic, SI for Basic (default)
#skebby-gateway-service.messageType=


##################################################################
Expand Down
Loading