Skip to content

Commit aa6bd18

Browse files
Merge pull request #96 from arvindsv/handle-java-9-datatype-deprecation
Upgrade to support Java 9 and beyond
2 parents b2a213d + cfbeb0e commit aa6bd18

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>in.ashwanthkumar</groupId>
88
<artifactId>gocd-slack-notifier</artifactId>
9-
<version>1.4.0-RC11</version>
9+
<version>1.4.0-RC12</version>
1010
<packaging>jar</packaging>
1111

1212
<properties>
@@ -46,6 +46,12 @@
4646
<version>1.2.1</version>
4747
</dependency>
4848

49+
<dependency>
50+
<groupId>javax.xml.bind</groupId>
51+
<artifactId>jaxb-api</artifactId>
52+
<version>2.3.0</version>
53+
</dependency>
54+
4955

5056
<dependency>
5157
<groupId>commons-io</groupId>

0 commit comments

Comments
 (0)