mirror of
https://github.com/google/nomulus
synced 2026-01-07 05:56:49 +00:00
Add new console backbone (#1876)
* Create console webapp, add material ui, initialize tlds and home pages * Add servlet for serving console static files * Add console tasks to nomulus tasks routine * Fix for base console GCP base usr * Add jetty dep and update_dependency.sh * Update console servlet url * verified fix for static url handler * Another deps update * Add Copyright * Remove unused variable * Update titles to Nomulus Console
This commit is contained in:
@@ -225,6 +225,8 @@ ext {
|
||||
'org.mockito:mockito-junit-jupiter:[3.7.7,)',
|
||||
'org.mortbay.jetty:jetty:[6.1.26,)',
|
||||
'org.postgresql:postgresql:[42.2.18,)',
|
||||
'org.eclipse.jetty:jetty-server:[9.4.49.v20220914,)',
|
||||
'org.eclipse.jetty:jetty-servlet:[9.4.49.v20220914,)',
|
||||
'org.slf4j:slf4j-jdk14:[1.7.28,)',
|
||||
'org.testcontainers:jdbc:[1.15.2,)',
|
||||
'org.testcontainers:junit-jupiter:[1.15.2,)',
|
||||
|
||||
Reference in New Issue
Block a user