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:

cdmlib-services/pom.xml
86 86
      <groupId>org.springframework.security</groupId>
87 87
      <artifactId>spring-security-config</artifactId>
88 88
    </dependency>
89
    <!-- needed for JavaMailSender -->
90
    <dependency>
91
        <groupId>org.springframework</groupId>
92
        <artifactId>spring-context-support</artifactId>
93
    </dependency>
94
    <dependency>
95
      <groupId>javax.mail</groupId>
96
      <artifactId>mailapi</artifactId>
97
    </dependency>
98
    <dependency>
99
        <groupId>org.subethamail</groupId>
100
        <artifactId>subethasmtp</artifactId>
101
        <scope>test</scope>
102
    </dependency>    
103
    <!-- =========================== -->
89 104
    <dependency>
90 105
      <groupId>com.ibm.lsid</groupId>
91 106
      <artifactId>lsid-server</artifactId>

Also available in: Unified diff