[picocontainer-scm] [5597] java/2.x/trunk/pico: Refactored dependencies to fix issues with reporting profile.
mauro-yCVjj/[email protected]
| Newsgroups | gmane.comp.java.picocontainer.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision 5597 Author mauro Date 2010-02-08 17:01:25 -0600 (Mon, 08 Feb 2010) Log Message Refactored dependencies to fix issues with reporting profile. Modified Paths - java/2.x/trunk/pico/container/pom.xml - java/2.x/trunk/pico/pom.xml - java/2.x/trunk/pico/tck/pom.xml Diff Modified: java/2.x/trunk/pico/container/pom.xml (5596 => 5597) --- java/2.x/trunk/pico/container/pom.xml 2010-02-08 17:30:57 UTC (rev 5596) +++ java/2.x/trunk/pico/container/pom.xml 2010-02-08 23:01:25 UTC (rev 5597) @@ -16,16 +16,12 @@ <dependency> <groupId>javax.annotation</groupId> <artifactId>jsr250-api</artifactId> - <scope>provided</scope> </dependency> <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> - <version>1</version> - <optional>true</optional> </dependency> </dependencies> - <build> <plugins> <plugin> Modified: java/2.x/trunk/pico/pom.xml (5596 => 5597) --- java/2.x/trunk/pico/pom.xml 2010-02-08 17:30:57 UTC (rev 5596) +++ java/2.x/trunk/pico/pom.xml 2010-02-08 23:01:25 UTC (rev 5597) @@ -65,6 +65,13 @@ <version>1.0</version> <optional>true</optional> </dependency> + <!-- For Inject annotations --> + <dependency> + <groupId>javax.inject</groupId> + <artifactId>javax.inject</artifactId> + <version>1</version> + <optional>true</optional> + </dependency> <!-- For parameter name leverage --> <dependency> <groupId>com.thoughtworks.paranamer</groupId> Modified: java/2.x/trunk/pico/tck/pom.xml (5596 => 5597) --- java/2.x/trunk/pico/tck/pom.xml 2010-02-08 17:30:57 UTC (rev 5596) +++ java/2.x/trunk/pico/tck/pom.xml 2010-02-08 23:01:25 UTC (rev 5597) @@ -1,4 +1,5 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.picocontainer</groupId> @@ -14,6 +15,14 @@ <artifactId>picocontainer</artifactId> </dependency> <dependency> + <groupId>javax.annotation</groupId> + <artifactId>jsr250-api</artifactId> + </dependency> + <dependency> + <groupId>javax.inject</groupId> + <artifactId>javax.inject</artifactId> + </dependency> + <dependency> <groupId>org.jmock</groupId> <artifactId>jmock-junit4</artifactId> <scope>compile</scope> ---------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email