require maven:f27, filter out packages shipped in maven
Signed-off-by: Karsten Hopp <karsten@redhat.com>
This commit is contained in:
parent
6e8fcf4189
commit
4368da6c2f
1 changed files with 21 additions and 4 deletions
|
|
@ -14,10 +14,7 @@ data:
|
|||
platform: f27
|
||||
java: 8
|
||||
apache-commons: f27
|
||||
# maven: f27 doesn't exist yet, we have only master which
|
||||
# requires platform: master
|
||||
# At the moment this module is not installable
|
||||
# maven: f27
|
||||
maven: f27
|
||||
references:
|
||||
community: https://docs.pagure.org/modularity/
|
||||
documentation: https://github.com/modularity-modules/resteasy
|
||||
|
|
@ -38,6 +35,26 @@ data:
|
|||
- resteasy-core
|
||||
- resteasy-jackson-provider
|
||||
- resteasy-jaxb-provider
|
||||
filter:
|
||||
rpms:
|
||||
- bea-stax
|
||||
- bea-stax-api
|
||||
- bea-stax-javadoc
|
||||
- glassfish-jaxb-api
|
||||
- glassfish-jaxb-api-javadoc
|
||||
- httpcomponents-client
|
||||
- httpcomponents-client-cache
|
||||
- httpcomponents-client-javadoc
|
||||
- httpcomponents-core
|
||||
- httpcomponents-core-javadoc
|
||||
- jackson
|
||||
- jackson-javadoc
|
||||
- joda-time
|
||||
- joda-time-javadoc
|
||||
- objectweb-asm3
|
||||
- objectweb-asm3-javadoc
|
||||
- relaxngDatatype
|
||||
- relaxngDatatype-javadoc
|
||||
components:
|
||||
rpms:
|
||||
# in maven:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue