-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use Maven Wrapper from the Maven Project * Spring Boot 3.3.4 * Spring Framework 6.1.13 * Spring Security 6.3.3 * Spring AMQP 3.1.7 * Spring Kafka 3.2.4 * Spring LDAP 3.2.6 * Reactor Netty 1.1.22 * Jackson 2.17.2 * Camel 4.8.0 * CXF 4.0.5 * Groovy 4.0.23 * JUnit Jupiter 5.10.3 * Hikari 5.1.0 * Mockito 5.11.0 * Byte Buddy 1.14.19 * Artemis 2.33.0 * Apache Commons Lang3 3.17.0 * Commons IO 2.17.0 * Commons Codec 1.17.1 * Apache Http Client 5 5.3.1 * Jakarta XML Bind API 4.0.2 * Galssfish Jaxb 4.0.5 * Eclipse Angus Mail 2.0.3 * MariaDB Java Client 3.3.3 * MyBatis 3.15.16 * PostgreSQL 42.7.4 * Joda Time 2.13.0 * MSQL JDBC 12.6.4.jre11 * AssertJ 3.25.3 * JsonUnit 3.4.1 * Maven Compiler Plugin 3.13.0 * Maven Surefire Plugin 3.5.0 * Maven Jar Plugin 3.4.2 * Maven Javadoc Plugin 3.10.1 * Maven GPG Plugin 3.2.7 * Maven Install Plugin 3.1.3 * Maven Source Plugin 3.3.1 * Maven Release Plugin 3.1.1 * Exec Maven Plugin 3.4.1 * Liquibase Maven Plugin 4.29.2 * Jacoco Maven Plugin 0.8.12 * Adjust KafkaChannelDefinitionProcessor with changes from Spring Kafka 3.2.x * Update notice.txt * Remove not used dependencies from dependency management (xml-api:xml-apis, org.mybatis:mybatis-spring, com.google.guava:guava, xerces:xercesImpl)
- Loading branch information
Showing
12 changed files
with
462 additions
and
675 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.2/apache-maven-3.8.2-bin.zip | ||
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.5/maven-wrapper-0.5.5.jar | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
# distributed with this work for additional information | ||
# regarding copyright ownership. The ASF licenses this file | ||
# to you under the Apache License, Version 2.0 (the | ||
# "License"); you may not use this file except in compliance | ||
# with the License. You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, | ||
# software distributed under the License is distributed on an | ||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
# KIND, either express or implied. See the License for the | ||
# specific language governing permissions and limitations | ||
# under the License. | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.