This commit is contained in:
rusher 2020-03-02 15:05:17 +01:00
Родитель d5d095a22d
Коммит ae99e8d010
6 изменённых файлов: 24 добавлений и 16 удалений

Просмотреть файл

@ -5,7 +5,7 @@
~ MariaDB Client for Java
~
~ Copyright (c) 2012-2014 Monty Program Ab.
~ Copyright (c) 2015-2017 MariaDB Ab.
~ Copyright (c) 2015-2020 MariaDB Corporation Ab.
~
~ This library is free software; you can redistribute it and/or modify it under
~ the terms of the GNU Lesser General Public License as published by the Free

Просмотреть файл

@ -4,7 +4,7 @@
# MariaDB Client for Java
#
# Copyright (c) 2012-2014 Monty Program Ab.
# Copyright (c) 2015-2017 MariaDB Ab.
# Copyright (c) 2015-2020 MariaDB Corporation Ab.
#
# This library is free software; you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

Просмотреть файл

@ -5,7 +5,7 @@
~ MariaDB Client for Java
~
~ Copyright (c) 2012-2014 Monty Program Ab.
~ Copyright (c) 2015-2017 MariaDB Ab.
~ Copyright (c) 2015-2020 MariaDB Corporation Ab.
~
~ This library is free software; you can redistribute it and/or modify it under
~ the terms of the GNU Lesser General Public License as published by the Free

Просмотреть файл

@ -3,7 +3,7 @@
~ MariaDB Client for Java
~
~ Copyright (c) 2012-2014 Monty Program Ab.
~ Copyright (c) 2015-2017 MariaDB Ab.
~ Copyright (c) 2015-2020 MariaDB Corporation Ab.
~
~ This library is free software; you can redistribute it and/or modify it under
~ the terms of the GNU Lesser General Public License as published by the Free
@ -50,6 +50,7 @@
~ */
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@ -216,7 +217,9 @@
<Bundle-SymbolicName>org.mariadb.jdbc</Bundle-SymbolicName>
<Automatic-Module-Name>org.mariadb.jdbc</Automatic-Module-Name>
<Export-Package>org.mariadb.jdbc</Export-Package>
<Import-Package>org.osgi.framework,javax.naming,javax.management,javax.sql,javax.net;resolution:=optional,javax.net.ssl;resolution:=optional,javax.transaction.xa;resolution:=optional,waffle.windows.auth;resolution:=optional,waffle.windows.auth.impl;resolution:=optional</Import-Package>
<Import-Package>
org.osgi.framework,javax.naming,javax.management,javax.sql,javax.net;resolution:=optional,javax.net.ssl;resolution:=optional,javax.transaction.xa;resolution:=optional,waffle.windows.auth;resolution:=optional,waffle.windows.auth.impl;resolution:=optional
</Import-Package>
<Bundle-Activator>org.mariadb.jdbc.internal.osgi.MariaDbActivator</Bundle-Activator>
</manifestEntries>
</archive>

Просмотреть файл

@ -1,16 +1,21 @@
#
# Copyright 2020 MariaDB Ab.
# MariaDB Client for Java
#
# Licensed 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
# Copyright (c) 2012-2014 Monty Program Ab.
# Copyright (c) 2015-2020 MariaDB Corporation Ab.
#
# http://www.apache.org/licenses/LICENSE-2.0
# This library is free software; you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free
# Software Foundation; either version 2.1 of the License, or (at your option)
# any later version.
#
# 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.
# This library is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
# for more details.
#
# You should have received a copy of the GNU Lesser General Public License along
# with this library; if not, write to Monty Program Ab info@montyprogram.com.
#
version=${project.version}

Просмотреть файл

@ -3,7 +3,7 @@
* MariaDB Client for Java
*
* Copyright (c) 2012-2014 Monty Program Ab.
* Copyright (c) 2015-2017 MariaDB Ab.
* Copyright (c) 2015-2020 MariaDB Corporation Ab.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free