Skip to content

Commit

Permalink
Resolve SQL Server licenses and NOTICE
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickRen committed May 9, 2024
1 parent 3a9d7bf commit 2c2f128
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ limitations under the License.
</artifactSet>
<filters>
<filter>
<artifact>org.apache.kafka:*</artifact>
<artifact>*:*</artifact>
<excludes>
<exclude>kafka/kafka-version.properties</exclude>
<exclude>LICENSE</exclude>
Expand All @@ -78,6 +78,7 @@ limitations under the License.
dependency graph, nor are any jersey files bundled. -->
<exclude>NOTICE</exclude>
<exclude>common/**</exclude>
<exclude>container-license-acceptance.txt</exclude>
</excludes>
</filter>
</filters>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,30 @@ The Apache Software Foundation (http://www.apache.org/).

This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)

- org.apache.kafka:kafka-clients:2.7.0
- io.debezium:debezium-api:1.9.8.Final
- io.debezium:debezium-embedded:1.9.8.Final
- org.apache.kafka:connect-api:3.2.0
- org.apache.kafka:kafka-clients:3.2.0
- org.apache.kafka:connect-runtime:3.2.0
- org.apache.kafka:connect-transforms:3.2.0
- org.apache.kafka:kafka-tools:3.2.0
- com.fasterxml.jackson.core:jackson-annotations:2.12.6
- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.12.6
- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.12.6
- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.12.6
- org.apache.kafka:connect-json:3.2.0
- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.12.6
- org.apache.kafka:connect-file:3.2.0
- io.debezium:debezium-connector-sqlserver:1.9.8.Final
- io.debezium:debezium-core:1.9.8.Final
- com.fasterxml.jackson.core:jackson-core:2.13.2
- com.fasterxml.jackson.core:jackson-databind:2.13.2.2
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.2
- com.google.guava:guava:30.1.1-jre
- com.google.guava:failureaccess:1.0.1
- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava

This project bundles the following dependencies under the MIT License.
See bundled license files for details.

- com.microsoft.sqlserver:mssql-jdbc:9.4.1.jre8
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"),
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
and / or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions :

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.

0 comments on commit 2c2f128

Please sign in to comment.