remove unused aws-java-sdk dependency
This commit is contained in:
parent
c50a9a0011
commit
39e283710e
@ -1,6 +1,6 @@
|
||||
Name: mariadb-java-client
|
||||
Version: 2.2.4
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Connects applications developed in Java to MariaDB and MySQL databases
|
||||
# added BSD license because of https://bugzilla.redhat.com/show_bug.cgi?id=1291558#c13
|
||||
License: BSD and LGPLv2+
|
||||
@ -39,12 +39,10 @@ This package contains the API documentation for %{name}.
|
||||
%package tests
|
||||
Summary: Tests for %{name}
|
||||
Requires: mvn(ch.qos.logback:logback-classic:pom:)
|
||||
Requires: mvn(com.amazonaws:aws-java-sdk:pom:)
|
||||
Requires: mvn(com.zaxxer:HikariCP:pom:)
|
||||
Requires: mvn(net.java.dev.jna:jna:pom:)
|
||||
Requires: mvn(net.java.dev.jna:jna-platform:pom:)
|
||||
BuildRequires: mvn(ch.qos.logback:logback-classic:pom:)
|
||||
BuildRequires: mvn(com.amazonaws:aws-java-sdk:pom:)
|
||||
BuildRequires: mvn(com.zaxxer:HikariCP:pom:)
|
||||
|
||||
%description tests
|
||||
@ -139,6 +137,9 @@ cp target/%{name}-%{version}-tests.jar %{buildroot}/%{_jnidir}/%{name}-tests.jar
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue May 15 2018 Jakub Janco <jjanco@redhat.com> - 2.2.4-3
|
||||
- remove unused aws-java-sdk dependency
|
||||
|
||||
* Sat May 05 2018 Jakub Janco <jjanco@redhat.com> - 2.2.4-2
|
||||
- Refactor pom, add tests package
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user