You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2018/03/29 07:16:00 UTC

[jira] [Commented] (MEECROWAVE-109) Interceptor Spec API missing

    [ https://issues.apache.org/jira/browse/MEECROWAVE-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16418533#comment-16418533 ] 

Romain Manni-Bucau commented on MEECROWAVE-109:
-----------------------------------------------

Hi Manfred, it seems ok:

{code}
meecrowave/meecrowave-core (master) $ mvn dependency:tree
09:14:45 [main] [INFO] Scanning for projects...
09:14:45 [main] [INFO] 
09:14:45 [main] [INFO] ---------------< org.apache.meecrowave:meecrowave-core >----------------
09:14:45 [main] [INFO] Building Meecrowave :: Core 1.2.2-SNAPSHOT
09:14:45 [main] [INFO] --------------------------------[ jar ]---------------------------------
09:14:45 [main] [INFO] 
09:14:45 [main] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ meecrowave-core ---
09:14:46 [main] [INFO] org.apache.meecrowave:meecrowave-core:jar:1.2.2-SNAPSHOT
09:14:46 [main] [INFO] +- org.apache.geronimo.specs:geronimo-annotation_1.3_spec:jar:1.0:compile
09:14:46 [main] [INFO] +- org.apache.geronimo.specs:geronimo-jcdi_2.0_spec:jar:1.0.1:compile
09:14:46 [main] [INFO] +- org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0:compile
09:14:46 [main] [INFO] +- org.apache.geronimo.specs:geronimo-interceptor_1.2_spec:jar:1.0:compile
09:14:46 [main] [INFO] +- org.apache.geronimo.specs:geronimo-json_1.1_spec:jar:1.0:compile
09:14:46 [main] [INFO] +- org.apache.geronimo.specs:geronimo-jsonb_1.0_spec:jar:1.0:compile
09:14:46 [main] [INFO] +- org.apache.geronimo.specs:geronimo-jaxrs_2.1_spec:jar:1.0:compile
{code}

> Interceptor Spec API missing
> ----------------------------
>
>                 Key: MEECROWAVE-109
>                 URL: https://issues.apache.org/jira/browse/MEECROWAVE-109
>             Project: Meecrowave
>          Issue Type: Bug
>    Affects Versions: 1.2.1
>            Reporter: Manfred Huber
>            Priority: Minor
>              Labels: dependencies, maven, usability
>
> For Meecrowave-1.2.1 there are several Spec dependencies that do not appear to be scoped correctly.
> For Example: if yout want to use the Interceptor-API you have to add it manually to your pom:
> <{color:#000080}dependency{color}>
>        <{color:#000080}groupId{color}>org.apache.geronimo.specs</{color:#000080}groupId{color}>
>        <{color:#000080}artifactId{color}>geronimo-interceptor_1.2_spec</{color:#000080}artifactId{color}>
>        <{color:#000080}version{color}>1.0</{color:#000080}version{color}>
>  </{color:#000080}dependency{color}>
> The same problem occured for following deps:
> {color:#cccccc}These Dependencies **should** be delivered by meecrowave itself){color}
> <{color:#000080}dependency{color}>
>        <{color:#000080}groupId{color}>org.apache.geronimo.specs</{color:#000080}groupId{color}>
>        <{color:#000080}artifactId{color}>geronimo-annotation_1.3_spec</{color:#000080}artifactId{color}>
>        <{color:#000080}version{color}>1.0</{color:#000080}version{color}>
>        <{color:#000080}scope{color}>compile</{color:#000080}scope{color}>
>  </{color:#000080}dependency{color}>
>  <{color:#000080}dependency{color}>
>        <{color:#000080}groupId{color}>org.apache.geronimo.specs</{color:#000080}groupId{color}>
>         <{color:#000080}artifactId{color}>geronimo-jcdi_2.0_spec</{color:#000080}artifactId{color}>
>         <{color:#000080}version{color}>1.0.1</{color:#000080}version{color}>
>         <{color:#000080}scope{color}>compile</{color:#000080}scope{color}>
>  </{color:#000080}dependency{color}>
>  <{color:#000080}dependency{color}>
>         <{color:#000080}groupId{color}>org.apache.geronimo.specs</{color:#000080}groupId{color}>
>         <{color:#000080}artifactId{color}>geronimo-atinject_1.0_spec</{color:#000080}artifactId{color}>
>         <{color:#000080}version{color}>1.0</{color:#000080}version{color}>
>         <{color:#000080}scope{color}>compile</{color:#000080}scope{color}>
>  </{color:#000080}dependency{color}>
>  <{color:#000080}dependency{color}>
>         <{color:#000080}groupId{color}>org.apache.geronimo.specs</{color:#000080}groupId{color}>
>         <{color:#000080}artifactId{color}>geronimo-jaxrs_2.1_spec</{color:#000080}artifactId{color}>
>         <{color:#000080}version{color}>1.0</{color:#000080}version{color}>
>         <{color:#000080}scope{color}>compile</{color:#000080}scope{color}>
>  </{color:#000080}dependency{color}>
> I talked about that with [~struberg] before and he also confirmed these deps as missing / wrong scoped.
>   



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)