Skip to content

Commit

Permalink
forgot something
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentonPoke committed Apr 12, 2021
1 parent e2f6907 commit 3f2a52e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.brentonpoke</groupId>
<artifactId>toornamentclient</artifactId>
<version>2.0.8</version>
<version>2.1.0</version>
<packaging>jar</packaging>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down Expand Up @@ -63,12 +63,6 @@
<artifactId>jackson-datatype-jsr310</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@Slf4j
public class WebhookSubscription {
@JsonProperty("event_name")
String eventName;
Webhook eventName;
@JsonProperty("scope_id")
String scopeID;
String id;
Expand Down

0 comments on commit 3f2a52e

Please sign in to comment.