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

Update pom files and fix client messages #3305

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,13 @@
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>provided</scope>
</dependency>

<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.11.0</version>
</dependency>
</dependencies>
</dependencyManagement>
<reporting>
Expand Down
4 changes: 0 additions & 4 deletions roda-ui/roda-wui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,6 @@
--add-opens java.base/java.util=ALL-UNNAMED
</JDK_JAVA_OPTIONS>
</environmentVariables>
<compilerArgs>
<arg>-gen</arg>
<arg>/home/mguimaraes/Desktop/gwt</arg>
</compilerArgs>
</configuration>
<executions>
<execution>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@ showDisposalRuleTitle:Disposal rule
showDisposalHoldTitle:Disposal hold
showDisposalScheduleTitle:Disposal Schedule
applyDisposalScheduleButton:Destroy
deleteDisposalConfirmationReport:Delete
deleteDisposalConfirmationReport:Cancel
permanentlyDeleteFromBinButton:Permanently delete
reExecuteDisposalDestroyActionButton:Re-execute destruction
recoverDisposalConfirmationExecutionFailedButton:Recover AIPs
Expand Down Expand Up @@ -1478,8 +1478,8 @@ disposalOnHoldStatusLabel:On hold
disposalClearStatusLabel:Not on hold
disposalScheduleListAips:Records with this schedule
disposalHoldListAips:Records with this hold
deleteConfirmationReportDialogTitle:Confirm intellectual entities deletion
deleteConfirmationReportDialogMessage:Are you sure you want to withdraw the intellectual entities from this disposal confirmation?
deleteConfirmationReportDialogTitle:Confirm disposal confirmation deletion
deleteConfirmationReportDialogMessage:Are you sure you want to delete the disposal confirmation?
deleteConfirmationReportSuccessTitle:Deleting disposal confirmation
deleteConfirmationReportSuccessMessage:Execute action to delete disposal confirmation
disposalConfirmationDataPanelTitle:Title
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1475,8 +1475,8 @@ disposalOnHoldStatusLabel:Suspenso para eliminação
disposalClearStatusLabel:Sem suspensão para eliminação
disposalScheduleListAips:Entidades com esta tabela de seleção
disposalHoldListAips:Entidades com esta suspensão de eliminação
deleteConfirmationReportDialogTitle:Confirmar eliminação de entidade intelectuais
deleteConfirmationReportDialogMessage:Tem a certeza que quer retirar as entidade intelectuais deste auto de eliminação?
deleteConfirmationReportDialogTitle:Confirmar eliminação do auto de eliminação
deleteConfirmationReportDialogMessage:Tem a certeza que quer eliminar este auto de eliminação?
deleteConfirmationReportSuccessTitle:A apagar o auto de eliminação
deleteConfirmationReportSuccessMessage:Executar a acção de apagar o auto de eliminação
disposalConfirmationDataPanelTitle:Título
Expand Down
Loading