Changed javaee and geronimo (jms) dependencies to provided in order to avoid them being copied into standalone tarball or DMG image
Project: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/commit/0f4f8315 Tree: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/tree/0f4f8315 Diff: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/diff/0f4f8315 Branch: refs/heads/master Commit: 0f4f83159b09ea02c992bbd8caf75443ca588194 Parents: 08c7be5 Author: Scott Deboy <[email protected]> Authored: Mon Oct 3 06:48:07 2011 +0000 Committer: Scott Deboy <[email protected]> Committed: Mon Oct 3 06:48:07 2011 +0000 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-chainsaw/blob/0f4f8315/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 18c0f43..41b4e46 100644 --- a/pom.xml +++ b/pom.xml @@ -427,6 +427,7 @@ <artifactId>javaee-api</artifactId> <version>5.0-2</version> <type>jar</type> + <scope>provided</scope> </dependency> <dependency> <groupId>com.jcraft</groupId> @@ -444,6 +445,7 @@ <artifactId>geronimo-jms_1.1_spec</artifactId> <version>1.0</version> <optional>true</optional> + <scope>provided</scope> </dependency> </dependencies> <reporting>
