Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
course-material
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IT1901
course-material
Commits
4adf95b1
Commit
4adf95b1
authored
Oct 16, 2019
by
Hallvard Trætteberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Jersey-dokumentasjonen har blitt flyttet!
parent
2e08b92f
Pipeline
#52877
passed with stage
in 2 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
simpleexample2/restserver/build.gradle
simpleexample2/restserver/build.gradle
+1
-1
No files found.
simpleexample2/restserver/build.gradle
View file @
4adf95b1
...
...
@@ -30,7 +30,7 @@ dependencies {
testImplementation
'junit:junit:4.12'
testImplementation
"org.glassfish.jersey.test-framework:jersey-test-framework-util:$jerseyVersion"
// See https://
jersey.github.io/documentation/latest/deployment.html#deployment.http
for various server options
// See https://
eclipse-ee4j.github.io/jersey.github.io/documentation/latest/deployment.html
for various server options
compile
"org.glassfish.jersey.containers:jersey-container-grizzly2-http:$jerseyVersion"
implementation
"org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:$jerseyVersion"
...
...
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