GitHub user acoburn opened a pull request:
https://github.com/apache/incubator-tamaya-extensions/pull/15
TAMAYA-363 Remove extraneous CORBA import
The CORBA package isn't available on JDK 11, and the `Any` class is not
used in this class, so this commit simply removes the import.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/acoburn/incubator-tamaya-extensions TAMAYA-363
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-tamaya-extensions/pull/15.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #15
----
commit 6fd20345fea740f61e7709770c0e0bb6d9c9462d
Author: Aaron Coburn <acoburn@...>
Date: 2018-11-19T18:44:14Z
TAMAYA-363 Remove extraneous CORBA import
----
---