ops4j / org.ops4j.pax.exam2

Pax Exam is a testing framework for OSGi
https://ops4j1.jira.com/wiki/spaces/PAXEXAM4/
Apache License 2.0
84 stars 100 forks source link

clean up archetype dependency tree [PAXEXAM-169] #291

Open ops4j-issues opened 14 years ago

ops4j-issues commented 14 years ago

LukeP created PAXEXAM-169

I ran dependency:analyze on a project created with org.ops4j.pax.exam:maven-archetype-paxexam-junit, and it showed some things that can be cleaned up:

WARNING Used undeclared dependencies found:
WARNING org.ops4j.pax.runner:pax-runner-no-jcl:jar:1.3.0:compile
WARNING junit:junit:jar:4.4:compile
WARNING Unused declared dependencies found:
WARNING org.osgi:org.osgi.core:jar:4.0.1:compile
WARNING org.ops4j.pax.exam:pax-exam-container-default:jar:1.2.1-SNAPSHOT:compile


Votes: 0, Watches: 0

ops4j-issues commented 13 years ago

Harald Wellmann commented

Is there a Maven archetype for Pax Exam 2.x? I just cannot see a one-size-fits-all solution...