Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VIPSCore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
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
VIPS
VIPSCore
Commits
145e58f3
Commit
145e58f3
authored
5 years ago
by
Tor-Einar Skog
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into 'master'
Removed some unused dependencies See merge request
!3
parents
58cdfc97
9744c155
Branches
Branches containing commit
No related tags found
1 merge request
!3
Removed some unused dependencies
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+4
-40
4 additions, 40 deletions
pom.xml
src/main/java/no/nibio/vips/core/VIPSCoreApplication.java
+1
-0
1 addition, 0 deletions
src/main/java/no/nibio/vips/core/VIPSCoreApplication.java
with
5 additions
and
40 deletions
pom.xml
+
4
−
40
View file @
145e58f3
...
...
@@ -64,12 +64,6 @@
<groupId>
axis
</groupId>
<artifactId>
axis
</artifactId>
<version>
1.4
</version>
</dependency>
<dependency>
<groupId>
external.lib
</groupId>
<artifactId>
dnmi-ws
</artifactId>
<version>
1.0
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
commons-logging
</groupId>
...
...
@@ -77,18 +71,6 @@
<version>
1.0.4
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
external.lib
</groupId>
<artifactId>
xerces
</artifactId>
<version>
1.0
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
external.lib
</groupId>
<artifactId>
xalan
</artifactId>
<version>
1.0
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
javax.servlet
</groupId>
<artifactId>
servlet-api
</artifactId>
...
...
@@ -101,24 +83,6 @@
<version>
2.1
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
external.lib
</groupId>
<artifactId>
tidy
</artifactId>
<version>
1.0
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
external.lib
</groupId>
<artifactId>
relayclient
</artifactId>
<version>
1.0
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
external.lib
</groupId>
<artifactId>
UserAgentUtils
</artifactId>
<version>
1.6
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
commons-validator
</groupId>
<artifactId>
commons-validator
</artifactId>
...
...
@@ -144,15 +108,15 @@
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
external.lib
</groupId>
<groupId>
commons-codec
</groupId>
<artifactId>
commons-codec
</artifactId>
<version>
1.6
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
external.lib
</groupId>
<artifactId>
json-simple
</artifactId>
<version>
1.1
</version>
<groupId>
com.googlecode.json-simple
</groupId>
<artifactId>
json-simple
</artifactId>
<version>
1.1
.1
</version>
</dependency>
</dependencies>
...
...
This diff is collapsed.
Click to expand it.
src/main/java/no/nibio/vips/core/VIPSCoreApplication.java
+
1
−
0
View file @
145e58f3
...
...
@@ -56,5 +56,6 @@ public class VIPSCoreApplication extends Application
*/
private
void
addRestResourceClasses
(
Set
<
Class
<?>>
resources
)
{
resources
.
add
(
no
.
nibio
.
vips
.
core
.
config
.
JacksonConfig
.
class
);
resources
.
add
(
no
.
nibio
.
vips
.
core
.
service
.
ModelResourceImpl
.
class
);
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment