Project

General

Profile

« Previous | Next » 

Revision bcf94376

Added by Andreas Kohlbecker over 2 years ago

fix #9758 configuration for sending emails with JavaMailSenderImpl

View differences:

pom.xml
841 841
     <!--    <scope>test</scope>  -->
842 842
		<version>${project.version}</version>
843 843
	  </dependency>
844
      <dependency>
845
        <!-- used in cdmlib-services for the EmailSendTest -->
846
        <groupId>org.subethamail</groupId>
847
        <artifactId>subethasmtp</artifactId>
848
        <version>3.1.7</version>
849
        <scope>test</scope>
850
      </dependency>    
844 851
      <!-- ******* aspect ******* -->
845 852
      <dependency>
846 853
        <!-- not really needed as long as aspectjweaver is on classpath which is a superset of aspectjrt -->
......
1648 1655
         <artifactId>tools</artifactId>
1649 1656
         <version>1.8.0</version>
1650 1657
      </dependency>
1658
      <!-- Email functionality (used in cdmlib-services) -->
1659
      <dependency>
1660
        <groupId>javax.mail</groupId>
1661
        <artifactId>mailapi</artifactId>
1662
        <version>1.4.3</version>
1663
      </dependency>
1651 1664
   </dependencies>    
1652 1665
  </dependencyManagement>
1653 1666
</project>

Also available in: Unified diff