Skip to content

Commit

Permalink
Merge pull request #96 from arvindsv/handle-java-9-datatype-deprecation
Browse files Browse the repository at this point in the history
Upgrade to support Java 9 and beyond
  • Loading branch information
ashwanthkumar authored Mar 12, 2019
2 parents b2a213d + cfbeb0e commit aa6bd18
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>in.ashwanthkumar</groupId>
<artifactId>gocd-slack-notifier</artifactId>
<version>1.4.0-RC11</version>
<version>1.4.0-RC12</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -46,6 +46,12 @@
<version>1.2.1</version>
</dependency>

<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
</dependency>


<dependency>
<groupId>commons-io</groupId>
Expand Down

0 comments on commit aa6bd18

Please sign in to comment.