(no commit message)
[utils] / support / general / src / site / xdoc / index.xml
index e6056775b11f1ee6fa93d4958e121132825ef965..0d0bd3ea805c0b7449a40b5f9b0748c976d4f41d 100644 (file)
@@ -28,6 +28,7 @@
     </section>
 
     <section name="Maven POM configuration">
+      <p>The following maven dependency must be used:</p>
       <table>
         <tr>
           <th>groupId</th>
           <td>wamblee-support-general</td>
         </tr>
       </table>
+      <p>In addition there are optional dependencies on the following maven artifacts that need only
+      be used when Dom4j or EhCache utlities are used: </p>
+      <table>
+        <tr>
+          <th>groupId</th>
+          <th>artifactId</th>
+        </tr>
+        <tr>
+          <td>dom4j</td>
+          <td>dom4j</td>
+        </tr>
+        <tr>
+          <td>jaxen</td>
+          <td>jaxen</td>
+        </tr>
+        <tr>
+          <td>net.sf.ehcache</td>
+          <td>ehcache</td>
+        </tr>
+      </table>
     </section>
 
   </body>