This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 0dee0d6 [FLINK-13454][build] Bump japicmp jaxb dependencies
0dee0d6 is described below
commit 0dee0d6916622e21b3dee1533ff489d0aec5246d
Author: Chesnay Schepler <[email protected]>
AuthorDate: Mon Jul 29 08:47:57 2019 +0200
[FLINK-13454][build] Bump japicmp jaxb dependencies
---
pom.xml | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/pom.xml b/pom.xml
index 2330f68..9183636 100644
--- a/pom.xml
+++ b/pom.xml
@@ -833,6 +833,32 @@ under the License.
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.1</version>
</plugin>
+ <plugin>
+
<groupId>com.github.siom79.japicmp</groupId>
+
<artifactId>japicmp-maven-plugin</artifactId>
+ <dependencies>
+ <dependency>
+
<groupId>javax.xml.bind</groupId>
+
<artifactId>jaxb-api</artifactId>
+
<version>2.3.0</version>
+ </dependency>
+ <dependency>
+
<groupId>com.sun.xml.bind</groupId>
+
<artifactId>jaxb-impl</artifactId>
+
<version>2.3.0</version>
+ </dependency>
+ <dependency>
+
<groupId>com.sun.xml.bind</groupId>
+
<artifactId>jaxb-core</artifactId>
+
<version>2.3.0</version>
+ </dependency>
+ <dependency>
+
<groupId>javax.activation</groupId>
+
<artifactId>activation</artifactId>
+
<version>1.1.1</version>
+ </dependency>
+ </dependencies>
+ </plugin>
</plugins>
</pluginManagement>
