Skip to content

Commit

Permalink
라이브러리 버전업
Browse files Browse the repository at this point in the history
Jetty 12.0.5로 올렸는데, jasperreports의 문제는 여전하다.
  • Loading branch information
fp024 committed Dec 19, 2023
1 parent 293a506 commit 6494441
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<asm.version>9.6</asm.version>


<jetty.version>12.0.4</jetty.version>
<jetty.version>12.0.5</jetty.version>
<jetty-plugin-group-id>org.eclipse.jetty.ee8</jetty-plugin-group-id>
<jetty-plugin-artifact-id>jetty-ee8-maven-plugin</jetty-plugin-artifact-id>

Expand All @@ -72,7 +72,7 @@
<jetty-exclude-jstl-version>1.2.5</jetty-exclude-jstl-version>


<jetty10.version>10.0.18</jetty10.version>
<jetty10.version>10.0.19</jetty10.version>
<jetty10-plugin-group-id>org.eclipse.jetty</jetty10-plugin-group-id>
<jetty10-plugin-artifact-id>jetty-maven-plugin</jetty10-plugin-artifact-id>

Expand All @@ -96,8 +96,8 @@
<maven-clean-plugin.version>3.3.2</maven-clean-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.2.2</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>3.2.2</maven-failsafe-plugin.version>
<maven-surefire-plugin.version>3.2.3</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>3.2.3</maven-failsafe-plugin.version>
<maven-war-plugin.version>3.4.0</maven-war-plugin.version>
<maven-install-plugin.version>3.1.1</maven-install-plugin.version>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
Expand Down

0 comments on commit 6494441

Please sign in to comment.