GUACAMOLE-1765: Use maven-frontend-plugin instead of jasmine-frontend-plugin to fix docker build.

This commit is contained in:
James Muehlner
2023-04-06 18:44:37 +00:00
parent 8a319eb908
commit a765e34488
6 changed files with 2854 additions and 13 deletions

View File

@@ -0,0 +1,8 @@
{
"description": "Dependencies to be installed by maven for running JS tests",
"devDependencies": {
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-jasmine": "^5.1.0"
}
}