Skip to content

Commit

Permalink
Merge pull request #1152 from eclipse-passage/1151
Browse files Browse the repository at this point in the history
Switch from javax.servlet to jakarta.servlet #1151
  • Loading branch information
eparovyshnaya authored Nov 21, 2022
2 parents d916996 + a8600a6 commit f769eb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
8 changes: 2 additions & 6 deletions releng/org.eclipse.passage.releng/passage.setup
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,9 @@
<requirement
name="com.sun.jna.platform"/>
<requirement
name="javax.activation"/>
<requirement
name="javax.mail"/>
name="jakarta.servlet"/>
<requirement
name="javax.servlet"/>
name="javax.activation"/>
<requirement
name="org.apache.commons.csv"
versionRange="[1.4.0,2.0.0)"/>
Expand Down Expand Up @@ -351,8 +349,6 @@
url="https://download.eclipse.org/tools/gef/classic/releases/3.14.0/"/>
<repository
url="https://download.eclipse.org/tools/orbit/downloads/2022-12"/>
<repository
url="https://download.eclipse.org/tools/orbit/downloads/drops/R20220302172233/repository/"/>
</repositoryList>
</targlet>
</setupTask>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
<unit id="com.github.oshi.oshi-core" version="0.0.0"/>
<unit id="com.sun.jna" version="4.5.1.v20210503-0343"/>
<unit id="com.sun.jna.platform" version="4.5.1.v20221112-0806"/>
<unit id="jakarta.servlet" version="0.0.0"/>
<unit id="javax.activation" version="0.0.0"/>
<unit id="org.apache.commons.csv" version="0.0.0"/>
<unit id="org.apache.logging.log4j" version="0.0.0"/>
Expand All @@ -89,9 +90,5 @@
<unit id="org.slf4j.api" version="0.0.0"/>
<unit id="org.slf4j.apis.log4j" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20220302172233/repository/"/>
<unit id="javax.servlet" version="0.0.0"/>
</location>
</locations>
</target>

0 comments on commit f769eb1

Please sign in to comment.