Skip to content

Commit

Permalink
라이브러리 업데이트
Browse files Browse the repository at this point in the history
- jasperreports는 7.0.0으로 버전업할 경우 오류가 발생한다. - 이전버전 유지
- maven wrapper 버전업
  - m2가 정션 링크에 있을 때, 다운로드 실패하는 문제는 여전해서, 전에 수정한 내용으로 mvnw.cmd로 대체했다.
  • Loading branch information
fp024 committed Aug 24, 2024
1 parent 1f9a152 commit db5fa6f
Show file tree
Hide file tree
Showing 4 changed files with 349 additions and 439 deletions.
5 changes: 3 additions & 2 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
wrapperVersion=3.3.2
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
Loading

0 comments on commit db5fa6f

Please sign in to comment.