File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 102
102
<spring .version>3.0.7.RELEASE</spring .version>
103
103
<freemarker .version>2.3.9</freemarker .version>
104
104
<aspectj .version>1.8.2</aspectj .version>
105
-
106
- <!-- These properties are used by SES for its optional dependencies -->
107
- <javax .mail.version>1.4.6</javax .mail.version>
105
+
108
106
<jre .version>1.8</jre .version>
109
107
<httpcomponents .httpclient.version>4.5.4</httpcomponents .httpclient.version>
110
108
Original file line number Diff line number Diff line change 32
32
<url >https://aws.amazon.com/sdkforjava</url >
33
33
34
34
<dependencies >
35
- <dependency >
36
- <artifactId >javax.mail-api</artifactId >
37
- <groupId >javax.mail</groupId >
38
- <optional >true</optional >
39
- <version >${javax.mail.version} </version >
40
- </dependency >
41
35
<dependency >
42
36
<groupId >commons-io</groupId >
43
37
<artifactId >commons-io</artifactId >
You can’t perform that action at this time.
0 commit comments