Hi;

Currently we are using 1.0.0-SNAPSHOT for required jboss libs. 

For webbeans-porting
       <dependency>
         <groupId>org.jboss.jsr299.tck</groupId>
         <artifactId>jsr299-tck-api</artifactId>
         <version>1.0.0-SNAPSHOT</version>
      </dependency>

For webbeans-tck
       <dependency>
            <groupId>org.jboss.jsr299.tck</groupId>
            <artifactId>jsr299-tck-impl</artifactId>
            <version>1.0.0-SNAPSHOT</version>
            <scope>test</scope>
            <exclusions>
                <exclusion>
                        <artifactId>jsr299-api</artifactId>
                        <groupId>org.jboss.webbeans</groupId>
                </exclusion>
            </exclusions>
        </dependency>


To include those snapshots, downloaded source codes for jboss-test-harness and 
cdi-tck codes and install

test-harness-project :  
http://anonsvn.jboss.org/repos/test-utils/jboss-test-harness/trunk/
cdi-tck                    :  http://anonsvn.jboss.org/repos/weld/cdi-tck/trunk/

--Gurkan



________________________________
From: Paul J. Reder <[email protected]>
To: [email protected]
Sent: Sat, October 24, 2009 4:03:31 PM
Subject: Re: [jira] Closed: (OWB-146) A new extract of openwebbeans on a fresh 
system has difficulty resolving dependencies and repositories.

Perhaps I had a polluted maven cache or I pulled the wrong jsr299 dependency, 
but the 
cdi-api addition was to address a secondary dependency that jboss jsr299 was 
pulling 
in. The problem was that the jboss jsr299 was trying to find cdi-api 
1.0.0.SNAPSHOT 
which couldn't be found and didn't seem to be correct (according to the 
references I 
found). That is why I ended up needing to add the dependency within 
OWB-controlled 
config.

Paul J. Reder

On 10/24/2009 07:55 AM, Gurkan Erdogdu (JIRA) wrote:
>
>       [ 
> https://issues.apache.org/jira/browse/OWB-146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
>  ]
>
> Gurkan Erdogdu closed OWB-146.
> ------------------------------
>
>         Resolution: Fixed
>      Fix Version/s: M4
>
> I removed duplications. For cdi-api dependency in webbeans-porting, we are 
> using owb-api. webbeans-porting depends on tck-api that is specified in the 
> its pom.xml. webbeans-tck depends on tck-impl.
>
> Thanks for comments.
>
>
>
>> A new extract of openwebbeans on a fresh system has difficulty resolving 
>> dependencies and repositories.
>> -------------------------------------------------------------------------------------------------------
>>
>>                  Key: OWB-146
>>                  URL: https://issues.apache.org/jira/browse/OWB-146
>>              Project: OpenWebBeans
>>           Issue Type: Bug
>>          Environment: Linux (Fedora 11, RHEL 5)
>>             Reporter: Paul J. Reder
>>             Assignee: Gurkan Erdogdu
>>             Priority: Minor
>>              Fix For: M4
>>
>>          Attachments: pom_updates_for_clean_systems.patch
>>
>>
>> A fresh extract on a clean system has trouble finding some of the 
>> dependencies and encounters some duplicated dependencies.
>> I have a patch that I'll be attaching that resolves these issues so that a 
>> clean extract builds cleanly (excluding webbeans-tck)
>

-- 
Paul J. Reder
-----------------------------------------------------------
"The strength of the Constitution lies entirely in the determination of each
citizen to defend it.  Only if every single citizen feels duty bound to do
his share in this defense are the constitutional rights secure."
-- Albert Einstein


      

Reply via email to