Rebase to Maven 3.5.4

This commit is contained in:
Mikolaj Izdebski 2018-06-29 17:39:08 +02:00
commit 224ccb2073
2 changed files with 5 additions and 3 deletions

View file

@ -32,7 +32,6 @@ config = {
"java-1.8.0-openjdk",
],
"frozen_refs": [
"python-lxml",
],
"stream_override": {
"javapackages-tools": {
@ -68,6 +67,7 @@ config = {
"_without_jmh": 1,
"_without_jna": 1,
"_without_jpa": 1,
"_without_junit5": 1,
"_without_logback": 1,
"_without_markdown": 1,
"_without_memcached": 1,
@ -91,9 +91,10 @@ config = {
""",
"koji_config": {
"server": "https://koji.fedoraproject.org/kojihub",
"topurl": "https://kojipkgs.fedoraproject.org",
"server": "https://koji.kjnet.xyz/kojihub",
"topurl": "https://koji.kjnet.xyz/kojifiles",
"multicall_chunk_size": 1000,
"tag_name": "hybrid",
},
"dependency": {
"repo_arch": "x86_64",

View file

@ -121,6 +121,7 @@ data:
%_without_jmh 1
%_without_jna 1
%_without_jpa 1
%_without_junit5 1
%_without_logback 1
%_without_markdown 1
%_without_memcached 1