This group is locked. No changes can be made to the group while it is locked.
Date
1 - 4 of 4
json version
Luis Gomez
Hi AAA devs,
Current karaf distribution fails to start offline because old json version not packed in karaf: Error executing command: Error resolving artifact org.json:json:jar:20080701: Could not find artifact org.json:json:jar:20080701 in defaultlocal (file:/opt/jenkins-integration/.m2/repository/) It seems that you are using json version 20080701 in your project: mininet@mininet-vm:~/test/distribution-karaf-0.3.0-SNAPSHOT\> grep -R json ./system/org/opendaylight/ | grep 20080701 ./system/org/opendaylight/aaa/features-aaa/0.2.0-SNAPSHOT/features-aaa-0.2.0-SNAPSHOT.xml: <bundle>wrap:mvn:org.json/json/20080701</bundle> ./system/org/opendaylight/aaa/features-aaa/0.2.0-SNAPSHOT/features-aaa-0.2.0-SNAPSHOT-features.xml: <bundle>wrap:mvn:org.json/json/20080701</bundle> Would you mind to change that to version 20131018 (the one packed in ODL)? Thanks/Luis
|
|
Nguyen, Liem Manh <liem_m_nguyen@...>
Will do. Thanks, Luis.
toggle quoted messageShow quoted text
Liem
On 1/12/15, 11:28 AM, "Luis Gomez" <ecelgp@...> wrote:
Hi AAA devs,
|
|
Nguyen, Liem Manh <liem_m_nguyen@...>
Hi Luis,
toggle quoted messageShow quoted text
Is this on the master branch? I see that AAA is using ${org.json.version} from odl-parent already: https://github.com/opendaylight/aaa/blob/master/features/authn/src/main/res ources/features.xml#L36 Liem
On 1/12/15, 11:28 AM, "Luis Gomez" <ecelgp@...> wrote:
Hi AAA devs,
|
|
Luis Gomez
Hi Liem,
toggle quoted messageShow quoted text
I think odlparent changed the json version recently and you have not generated Nexus artifacts since Dec 15th so that could explain why odlparent is already in 20131018 but you still show 20080701. BR/Luis
On Jan 12, 2015, at 12:05 PM, Nguyen, Liem Manh <liem_m_nguyen@...> wrote:
|
|