#! /bin/sh /usr/share/dpatch/dpatch-run
## pom.xml.dpatch by Gabriele Giacone <1o5g4r8o@gmail.com>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
--- a/pom.xml
+++ b/pom.xml
@@ -389,11 +389,13 @@
     <groupId>javax.mail</groupId>
     <artifactId>mail</artifactId>
     <version>1.4</version>
+    <optional>true</optional>
   </dependency>
   <dependency>
     <groupId>javax.jms</groupId>
     <artifactId>jms</artifactId>
     <version>1.1</version>
+    <optional>true</optional>
   </dependency>
  <dependency>
     <groupId>com.sun.jdmk</groupId>
