Compare commits

..

9 commits

Author SHA1 Message Date
Nils Philippsen
5f022dbc78 bump 2017-11-28 18:26:01 +01:00
Nils Philippsen
5b95c91e77 add back jackson and its deps
The maven module was the wrong place for these. While a separate
'jackson' module is the more clean thing to do, this is much quicker.
2017-11-28 16:23:25 +01:00
Nils Philippsen
df994483b0
move jsr-311 and stax2-api out of resteasy
...and into maven, see:
https://src.fedoraproject.org/modules/maven/pull-request/2

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2017-11-27 10:29:23 -05:00
Karsten Hopp
fa508708ad drop packages from maven 2017-11-21 15:41:36 +01:00
Karsten Hopp
f9fd5e7daa disable components that are in bootstrap and maven 2017-11-21 13:13:51 +01:00
Karsten Hopp
4368da6c2f require maven:f27, filter out packages shipped in maven
Signed-off-by: Karsten Hopp <karsten@redhat.com>
2017-11-20 16:17:33 +01:00
Karsten Hopp
6e8fcf4189 build 3.0 stream 2017-11-15 22:26:11 +01:00
Karsten Hopp
b900b58dd9 disable maven BR 2017-11-15 14:08:24 +01:00
Karsten Hopp
6246223a58 initial 3.0 version, conflicts with maven 2017-11-09 13:41:59 +01:00

View file

@ -8,12 +8,13 @@ data:
- MIT
dependencies:
buildrequires:
bootstrap: master
bootstrap: f27
# maven: master
requires:
platform: master
java: master
apache-commons: master
maven: master
platform: f27
java: 8
apache-commons: f27
maven: f27
references:
community: https://docs.pagure.org/modularity/
documentation: https://github.com/modularity-modules/resteasy
@ -38,49 +39,49 @@ data:
rpms:
glassfish-fastinfoset:
rationale: Generated.
ref: master
ref: f27
glassfish-jaxb:
rationale: Generated.
ref: master
ref: f27
istack-commons:
rationale: Generated.
ref: master
ref: f27
jackson:
buildorder: 1
rationale: >
Runtime dependency of resteasy.
ref: master
ref: f27
jboss-annotations-1.2-api:
rationale: Generated.
ref: master
ref: f27
jboss-jaxrs-2.0-api:
rationale: Generated.
ref: master
ref: f27
jboss-logging:
rationale: Generated.
ref: master
ref: f27
jcip-annotations:
rationale: Generated.
ref: master
ref: f27
jsr-311:
rationale: >
Runtime dependency of jackson.
Build dependency of jackson.
ref: master
ref: f27
resteasy:
rationale: Generated.
ref: master
ref: f27
stax2-api:
rationale: >
Runtime dependency of jackson.
Build dependency of jackson.
ref: master
ref: f27
stax-ex:
rationale: Generated.
ref: master
ref: f27
xmlstreambuffer:
rationale: Generated.
ref: master
ref: f27
xsom:
rationale: Generated.
ref: master
ref: f27