Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VIPSCoreManager
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
VIPSCoreManager
Commits
a846c6dd
Commit
a846c6dd
authored
10 years ago
by
Tor-Einar Skog
Browse files
Options
Downloads
Patches
Plain Diff
Cleaning up dependencies
parent
c067b31c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+15
-2
15 additions, 2 deletions
pom.xml
src/main/webapp/WEB-INF/jboss-deployment-structure.xml
+28
-0
28 additions, 0 deletions
src/main/webapp/WEB-INF/jboss-deployment-structure.xml
with
43 additions
and
2 deletions
pom.xml
+
15
−
2
View file @
a846c6dd
...
@@ -28,12 +28,24 @@
...
@@ -28,12 +28,24 @@
<artifactId>
resteasy-jaxrs
</artifactId>
<artifactId>
resteasy-jaxrs
</artifactId>
<version>
3.0.2.Final
</version>
<version>
3.0.2.Final
</version>
<scope>
provided
</scope>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
org.codehaus.jackson
</groupId>
<artifactId>
jackson-core-asl
</artifactId>
<version>
1.9.12
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
org.codehaus.jackson
</groupId>
<artifactId>
jackson-mapper-asl
</artifactId>
<version>
1.9.12
</version>
<scope>
provided
</scope>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
no.bioforsk.vips.common
</groupId>
<groupId>
no.bioforsk.vips.common
</groupId>
<artifactId>
VIPSCommon
</artifactId>
<artifactId>
VIPSCommon
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<version>
1.0-SNAPSHOT
</version>
<
!--
scope>provided</scope
--
>
<scope>
provided
</scope>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.thetransactioncompany
</groupId>
<groupId>
com.thetransactioncompany
</groupId>
...
@@ -43,7 +55,8 @@
...
@@ -43,7 +55,8 @@
<dependency>
<dependency>
<groupId>
org.jboss.resteasy
</groupId>
<groupId>
org.jboss.resteasy
</groupId>
<artifactId>
resteasy-client
</artifactId>
<artifactId>
resteasy-client
</artifactId>
<version>
3.0.2.Final
</version>
<version>
3.0.9.Final
</version>
<scope>
provided
</scope>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/jboss-deployment-structure.xml
0 → 100644
+
28
−
0
View file @
a846c6dd
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>.
This file is part of VIPSCore.
VIPSCore is free software: you can redistribute it and/or modify
it under the terms of the Bioforsk Open Source License as published by
Bioforsk, either version 1 of the License, or (at your option) any
later version.
VIPSCore is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Bioforsk Open Source License for more details.
You should have received a copy of the Bioforsk Open Source License
along with VIPSCore. If not, see <http://www.bioforsk.no/licenses/>.
-->
<jboss-deployment-structure>
<deployment>
<dependencies>
<module
name=
"no.bioforsk.vips.VIPSCommon"
export=
"true"
/>
<module
name=
"org.codehaus.jackson.jackson-core-asl"
/>
<module
name=
"org.codehaus.jackson.jackson-mapper-asl"
/>
</dependencies>
</deployment>
</jboss-deployment-structure>
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