Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
project_setup
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Michele Fiori
project_setup
Commits
e2869c84
Commit
e2869c84
authored
May 16, 2025
by
Michele Fiori
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Gradle for Spring
parent
ae70d4ae
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
25 deletions
+4
-25
build.gradle
build.gradle
+4
-25
No files found.
build.gradle
View file @
e2869c84
plugins
{
plugins
{
id
"com.google.protobuf"
version
"0.8.10"
// for GRPC
id
"com.google.protobuf"
version
"0.8.10"
// for GRPC
id
"java"
id
"java"
id
"war"
// for REST
id
'org.springframework.boot'
version
'2.4.0'
id
'io.spring.dependency-management'
version
'1.0.15.RELEASE'
}
}
group
'org.example'
group
'org.example'
...
@@ -27,30 +28,8 @@ dependencies {
...
@@ -27,30 +28,8 @@ dependencies {
compile
'com.google.code.gson:gson:2.7'
compile
'com.google.code.gson:gson:2.7'
// REST Dependencies
// REST Dependencies
// https://mvnrepository.com/artifact/org.codehaus.jackson/jackson-core-asl
// Spring Web for REST
compile
group:
'org.codehaus.jackson'
,
name:
'jackson-core-asl'
,
version:
'1.9.2'
implementation
'org.springframework.boot:spring-boot-starter-web'
// https://mvnrepository.com/artifact/org.codehaus.jackson/jackson-jaxrs
compile
group:
'org.codehaus.jackson'
,
name:
'jackson-jaxrs'
,
version:
'1.9.2'
// https://mvnrepository.com/artifact/org.codehaus.jackson/jackson-mapper-asl
compile
group:
'org.codehaus.jackson'
,
name:
'jackson-mapper-asl'
,
version:
'1.9.2'
// https://mvnrepository.com/artifact/org.codehaus.jackson/jackson-xc
compile
group:
'org.codehaus.jackson'
,
name:
'jackson-xc'
,
version:
'1.9.2'
// https://mvnrepository.com/artifact/com.sun.jersey/jersey-client
compile
group:
'com.sun.jersey'
,
name:
'jersey-client'
,
version:
'1.19.1'
// https://mvnrepository.com/artifact/com.sun.jersey/jersey-core
compile
group:
'com.sun.jersey'
,
name:
'jersey-core'
,
version:
'1.19.1'
// https://mvnrepository.com/artifact/com.sun.jersey/jersey-json
compile
group:
'com.sun.jersey'
,
name:
'jersey-json'
,
version:
'1.19.1'
// https://mvnrepository.com/artifact/com.sun.jersey/jersey-server
compile
group:
'com.sun.jersey'
,
name:
'jersey-server'
,
version:
'1.19.1'
// https://mvnrepository.com/artifact/com.sun.jersey/jersey-servlet
compile
group:
'com.sun.jersey'
,
name:
'jersey-servlet'
,
version:
'1.19.1'
// https://mvnrepository.com/artifact/org.codehaus.jettison/jettison
compile
group:
'org.codehaus.jettison'
,
name:
'jettison'
,
version:
'1.1'
// https://mvnrepository.com/artifact/javax.ws.rs/jsr311-api
compile
group:
'javax.ws.rs'
,
name:
'jsr311-api'
,
version:
'1.1.1'
// https://mvnrepository.com/artifact/com.sun.jersey/jersey-server
compile
group:
'com.sun.jersey'
,
name:
'jersey-server'
,
version:
'1.2'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment