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
9e44b077
Commit
9e44b077
authored
4 months ago
by
Tor-Einar Skog
Browse files
Options
Downloads
Patches
Plain Diff
chore(deps): Upgrade to Jakarta EE 10
parent
f103b07d
No related branches found
No related tags found
3 merge requests
!35
build: New dummy version for testing the pipeline
,
!34
Main
,
!33
Jakarta vipsutv 904
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pom.xml
+11
-17
11 additions, 17 deletions
pom.xml
with
11 additions
and
17 deletions
pom.xml
+
11
−
17
View file @
9e44b077
...
...
@@ -9,7 +9,7 @@
<groupId>
no.nibio
</groupId>
<artifactId>
VIPSCore
</artifactId>
<packaging>
war
</packaging>
<version>
2
.0.
15
-SNAPSHOT
</version>
<version>
3
.0.
0
-SNAPSHOT
</version>
<name>
VIPSCore
</name>
<url>
http://maven.apache.org
</url>
...
...
@@ -66,7 +66,7 @@
<dependency>
<groupId>
no.nibio.vips
</groupId>
<artifactId>
VIPSCommon
</artifactId>
<version>
2.1.1
</version>
<version>
3.0.0
</version>
</dependency>
<dependency>
<groupId>
javax
</groupId>
...
...
@@ -92,16 +92,10 @@
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
javax.servlet
</groupId>
<artifactId>
servlet-api
</artifactId>
<version>
2.5
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
javax.servlet.jsp
</groupId>
<artifactId>
jsp-api
</artifactId>
<version>
2.2
</version>
<scope>
provided
</scope>
<groupId>
jakarta.servlet
</groupId>
<artifactId>
jakarta.servlet-api
</artifactId>
<version>
6.1.0
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
commons-validator
</groupId>
...
...
@@ -110,9 +104,9 @@
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
ja
vax
</groupId>
<artifactId>
ja
v
aee-api
</artifactId>
<version>
8
.0.
1
</version>
<groupId>
ja
karta.platform
</groupId>
<artifactId>
ja
karta.jakart
aee-api
</artifactId>
<version>
10
.0.
0
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
...
...
@@ -145,8 +139,8 @@
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.12.1
</version>
<configuration>
<source>
1
1
</source>
<target>
1
1
</target>
<source>
1
7
</source>
<target>
1
7
</target>
</configuration>
</plugin>
<plugin>
...
...
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