Repository: apex-core Updated Branches: refs/heads/master 9c48c41e9 -> a53a5839c
Remove obsolete japicmp exclude, use latest version. Project: http://git-wip-us.apache.org/repos/asf/apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-core/commit/a53a5839 Tree: http://git-wip-us.apache.org/repos/asf/apex-core/tree/a53a5839 Diff: http://git-wip-us.apache.org/repos/asf/apex-core/diff/a53a5839 Branch: refs/heads/master Commit: a53a5839cce5b40945bfe8e21062655c78c1fb05 Parents: 9c48c41 Author: Thomas Weise <[email protected]> Authored: Mon Aug 29 19:07:38 2016 -0700 Committer: Thomas Weise <[email protected]> Committed: Mon Aug 29 19:07:38 2016 -0700 ---------------------------------------------------------------------- pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-core/blob/a53a5839/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index dbcebad..ba64906 100644 --- a/pom.xml +++ b/pom.xml @@ -367,7 +367,7 @@ <plugin> <groupId>com.github.siom79.japicmp</groupId> <artifactId>japicmp-maven-plugin</artifactId> - <version>0.7.0</version> + <version>0.9.0</version> <configuration> <oldVersion> <dependency> @@ -391,8 +391,6 @@ <excludes> <exclude>@org.apache.hadoop.classification.InterfaceStability$Evolving</exclude> <exclude>@org.apache.hadoop.classification.InterfaceStability$Unstable</exclude> - <!-- com.ning:async-http-client upgrade --> - <exclude>com.datatorrent.common.util.PubSubWebSocketClient</exclude> </excludes> </parameter> </configuration>
