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
5e678944
Commit
5e678944
authored
6 years ago
by
Tor-Einar Skog
Browse files
Options
Downloads
Patches
Plain Diff
Last update before branching
parent
ed437cf9
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!2
Develop
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+15
-4
15 additions, 4 deletions
pom.xml
src/main/webapp/WEB-INF/jboss-deployment-structure.xml
+1
-0
1 addition, 0 deletions
src/main/webapp/WEB-INF/jboss-deployment-structure.xml
with
16 additions
and
4 deletions
pom.xml
+
15
−
4
View file @
5e678944
...
...
@@ -21,11 +21,11 @@
<artifactId>
cors-filter
</artifactId>
<version>
1.7.1
</version>
</dependency>
<dependency>
<groupId>
no.bioforsk.vips.common
</groupId>
<artifactId>
VIPSCommon
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<type>
jar
</type>
<groupId>
org.graalvm
</groupId>
<artifactId>
graal-sdk
</artifactId>
<version>
1.0.0-rc7
</version>
</dependency>
<dependency>
<groupId>
com.bedatadriven
</groupId>
...
...
@@ -33,6 +33,17 @@
<version>
2.2
</version>
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
no.nibio.vips.common
</groupId>
<artifactId>
VIPSCommon
</artifactId>
<version>
1.0-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
javax
</groupId>
<artifactId>
javaee-web-api
</artifactId>
<version>
7.0
</version>
<type>
jar
</type>
</dependency>
</dependencies>
<build>
...
...
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/jboss-deployment-structure.xml
+
1
−
0
View file @
5e678944
...
...
@@ -21,6 +21,7 @@ along with VIPSCore. If not, see <http://www.nibio.no/licenses/>.
<deployment>
<dependencies>
<module
name=
"no.nibio.vips.modelcontainer"
/>
<module
name=
"org.graalvm"
/>
<module
name=
"no.nibio.vips.VIPSCommon"
export=
"true"
/>
<module
name=
"com.fasterxml.jackson.core.jackson-core"
/>
<module
name=
"com.fasterxml.jackson.core.jackson-databind"
/>
...
...
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