remove the now upstreamed AutoWiringModule
authorMichael Vorburger <mike@vorburger.ch>
Sat, 22 Dec 2018 03:13:14 +0000 (04:13 +0100)
committerMichael Vorburger <mike@vorburger.ch>
Wed, 1 Jul 2020 23:38:21 +0000 (01:38 +0200)
commit21521d55c5963ce980f4bfaeab0d972b2461b363
tree581529838be70639c72b5f5e580378f9e927f24c
parentbcd00d3aee046bfae3e4cd90fd96ba1f2942b690
remove the now upstreamed AutoWiringModule

see https://git.opendaylight.org/gerrit/#/c/78984/

Signed-off-by: Michael Vorburger <mike@vorburger.ch>
pom.xml
src/main/java/org/opendaylight/infrautils/inject/ClassPathScanner.java [deleted file]
src/main/java/org/opendaylight/infrautils/inject/guice/AutoWiringModule.java [deleted file]
src/main/java/org/opendaylight/infrautils/inject/guice/GuiceClassPathBinder.java [deleted file]
src/test/java/org/opendaylight/infrautils/inject/tests/ClassPathScannerTest.java [deleted file]
src/test/java/org/opendaylight/infrautils/inject/tests/ClassPathScannerTestAnotherInterface.java [deleted file]
src/test/java/org/opendaylight/infrautils/inject/tests/ClassPathScannerTestImplementation.java [deleted file]
src/test/java/org/opendaylight/infrautils/inject/tests/ClassPathScannerTestNoInterfacesImplementation.java [deleted file]
src/test/java/org/opendaylight/infrautils/inject/tests/ClassPathScannerTestTopInterface.java [deleted file]