Changed javaee and geronimo (jms) dependencies to provided in order to avoid them being copied into standalone tarball or DMG image

git-svn-id: https://svn.apache.org/repos/asf/logging/chainsaw/trunk@1178309 13f79535-47bb-0310-9956-ffa450edef68
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>