Remove groovy to reduce footprint
authorMaros Marsalek <[email protected]>
Thu, 25 Aug 2016 08:46:02 +0000 (10:46 +0200)
committerMaros Marsalek <[email protected]>
Thu, 25 Aug 2016 10:35:11 +0000 (10:35 +0000)
commit624cd9f2a6c91f4fad8db1e1000b707247c3713e
treeeb11173c85aa461efe9190579bb3b78aa32d094c
parent98c7569dfb7ef4263d6736d34dacbe70d516858c
Remove groovy to reduce footprint

Change-Id: I798558e52329c26aa5481d702745c4d46e290615
Signed-off-by: Maros Marsalek <[email protected]>
vpp-common/minimal-distribution/pom.xml
vpp-common/minimal-distribution/src/main/java/io/fd/honeycomb/vpp/distro/ContextsReaderFactoryProvider.java [moved from vpp-common/minimal-distribution/src/main/java/io/fd/honeycomb/vpp/distro/ContextsReaderFactoryProvider.groovy with 63% similarity]
vpp-common/minimal-distribution/src/main/java/io/fd/honeycomb/vpp/distro/JVppCoreProvider.groovy [deleted file]
vpp-common/minimal-distribution/src/main/java/io/fd/honeycomb/vpp/distro/JVppCoreProvider.java [new file with mode: 0644]
vpp-common/minimal-distribution/src/main/java/io/fd/honeycomb/vpp/distro/JVppRegistryProvider.groovy [deleted file]
vpp-common/minimal-distribution/src/main/java/io/fd/honeycomb/vpp/distro/JVppRegistryProvider.java [new file with mode: 0644]
vpp-common/minimal-distribution/src/main/java/io/fd/honeycomb/vpp/distro/VppCommonModule.groovy [deleted file]
vpp-common/minimal-distribution/src/main/java/io/fd/honeycomb/vpp/distro/VppCommonModule.java [new file with mode: 0644]
vpp-common/minimal-distribution/src/main/java/io/fd/honeycomb/vpp/distro/VppConfigAttributes.java [moved from vpp-common/minimal-distribution/src/main/java/io/fd/honeycomb/vpp/distro/VppConfigAttributes.groovy with 71% similarity]