emailer/pom.xml
branchscala-emailer
changeset 154 d9d5376d5f23
parent 153 ac818c32c6e9
child 157 1f49195b49e8
     1.1 --- a/emailer/pom.xml	Thu Nov 26 20:06:56 2009 +0100
     1.2 +++ b/emailer/pom.xml	Thu Nov 26 20:20:33 2009 +0100
     1.3 @@ -74,6 +74,11 @@
     1.4        <version>1.4.2</version>
     1.5      </dependency>
     1.6      -->
     1.7 +    <dependency>
     1.8 +      <groupId>javax.mail</groupId>
     1.9 +      <artifactId>mail</artifactId>
    1.10 +      <version>1.4.1</version>
    1.11 +    </dependency>
    1.12    </dependencies>
    1.13    <reporting>
    1.14      <plugins>