Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-ws-static
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Seismic Hazard Model Project
nshmp-ws-static
Merge requests
!152
Micronaut Lambda
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Micronaut Lambda
ghsc/users/bclayton/nshmp/nshmp-ws-static:mn-lambda
into
main
Overview
0
Commits
17
Pipelines
2
Changes
36
Merged
Clayton, Brandon Scott
requested to merge
ghsc/users/bclayton/nshmp/nshmp-ws-static:mn-lambda
into
main
11 months ago
Overview
0
Commits
17
Pipelines
2
Changes
3
Expand
0
0
Merge request reports
Compare
version 6
version 7
140c9456
11 months ago
version 6
1fe8a522
11 months ago
version 5
488921cb
11 months ago
version 4
5f926064
11 months ago
version 3
d1b0ab0f
11 months ago
version 2
24330ea1
11 months ago
version 1
acc825eb
11 months ago
main (base)
and
version 7
latest version
10e198f9
17 commits,
11 months ago
version 7
140c9456
16 commits,
11 months ago
version 6
1fe8a522
15 commits,
11 months ago
version 5
488921cb
14 commits,
11 months ago
version 4
5f926064
10 commits,
11 months ago
version 3
d1b0ab0f
3 commits,
11 months ago
version 2
24330ea1
2 commits,
11 months ago
version 1
acc825eb
1 commit,
11 months ago
Show latest version
3 files
+
34
−
47
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
gradle/dependencies.gradle
+
0
−
1
Options
@@ -17,7 +17,6 @@ dependencies {
implementation
(
"jakarta.annotation:jakarta.annotation-api"
)
implementation
(
"io.micronaut.aws:micronaut-function-aws-api-proxy"
)
runtimeOnly
(
"ch.qos.logback:logback-classic"
)
compileOnly
(
"org.graalvm.nativeimage:svm"
)
// Swagger
annotationProcessor
(
"io.micronaut.openapi:micronaut-openapi"
)
Loading