forked from pool/maven-doxia
This commit is contained in:
parent
a57effbfe1
commit
fe763d26ca
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 10 16:37:25 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Add dependency on jakarta-inject, needed by google-guice 6.0.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 2 17:22:22 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
Tue Apr 2 17:22:22 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -38,6 +38,7 @@ BuildRequires: google-guice
|
|||||||
BuildRequires: guava
|
BuildRequires: guava
|
||||||
BuildRequires: httpcomponents-client
|
BuildRequires: httpcomponents-client
|
||||||
BuildRequires: httpcomponents-core
|
BuildRequires: httpcomponents-core
|
||||||
|
BuildRequires: jakarta-inject
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
BuildRequires: jdom2
|
BuildRequires: jdom2
|
||||||
BuildRequires: modello >= 2.0.0
|
BuildRequires: modello >= 2.0.0
|
||||||
@ -221,6 +222,7 @@ build-jar-repository -s lib \
|
|||||||
guice/google-guice \
|
guice/google-guice \
|
||||||
httpcomponents/httpclient \
|
httpcomponents/httpclient \
|
||||||
httpcomponents/httpcore \
|
httpcomponents/httpcore \
|
||||||
|
jakarta-inject \
|
||||||
jdom2/jdom2 \
|
jdom2/jdom2 \
|
||||||
objectweb-asm/asm \
|
objectweb-asm/asm \
|
||||||
org.eclipse.sisu.inject \
|
org.eclipse.sisu.inject \
|
||||||
|
Loading…
Reference in New Issue
Block a user