Skip to content

Commit 862bfff

Browse files
authored
Merge pull request #74 from SparkPost/feature/issue_72_fix_broken_Build
Feature/issue 72 fix broken build
2 parents 83822bb + 4bddbe3 commit 862bfff

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
language: java
22
jdk:
3-
- oraclejdk7
3+
- oraclejdk8

apps/sparkpost-samples-app/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@
6363
<artifactId>json</artifactId>
6464
<version>20170516</version>
6565
</dependency>
66-
<dependency>
67-
<groupId>com.google.code.gson</groupId>
68-
<artifactId>gson</artifactId>
69-
<version>2.3.1</version>
70-
</dependency>
7166
</dependencies>
7267

7368
<build>

apps/sparkpost-samples-app/src/main/java/com/sparkpost/error/samples/SendEmailErrorSample.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ private void sendEmail(String from, String[] recipients) throws SparkPostExcepti
7676

7777
transmission.setContentAttributes(contentAttributes);
7878

79-
transmission.setContentAttributes(contentAttributes);
80-
8179
// Send the Email
8280
IRestConnection connection = new RestConnection(this.client, getEndPoint());
8381

0 commit comments

Comments
 (0)