File tree Expand file tree Collapse file tree
api/src/main/java/org/commonjava/maven/galley/config
cdi-embedder/src/test/java/org/commonjava/maven/galley/embed Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1818import org .commonjava .cdi .util .weft .config .DefaultWeftConfig ;
1919import org .commonjava .cdi .util .weft .config .WeftConfig ;
2020import org .commonjava .maven .galley .cache .partyline .PartyLineCacheProvider ;
21- import org .commonjava .maven .galley .config .TransportMetricConfig ;
2221import org .commonjava .maven .galley .filearc .FileTransportConfig ;
2322import org .commonjava .maven .galley .io .TransferDecoratorManager ;
24- import org .commonjava .maven .galley .model .Location ;
2523import org .commonjava .maven .galley .spi .event .FileEventManager ;
2624import org .commonjava .maven .galley .spi .io .PathGenerator ;
2725import org .commonjava .maven .galley .spi .transport .LocationExpander ;
@@ -66,27 +64,6 @@ public class TestCDIProvider
6664
6765 private WeftConfig weftConfig ;
6866
69- //private MetricRegistry metricRegistry;
70-
71- private final TransportMetricConfig transportMetricConfig = new TransportMetricConfig ()
72- {
73- public boolean isEnabled () {
74- return false ;
75- }
76-
77- @ Override
78- public String getNodePrefix ()
79- {
80- return null ;
81- }
82-
83- @ Override
84- public String getMetricUniqueName ( Location location )
85- {
86- return null ;
87- }
88- };
89-
9067 private final GlobalProxyConfig globalProxyConfig = new GlobalProxyConfig ()
9168 {
9269 @ Override
@@ -204,13 +181,6 @@ public WeftConfig getWeftConfig()
204181 return weftConfig ;
205182 }
206183
207- @ Produces
208- @ Default
209- public TransportMetricConfig getTransportMetricConfig ()
210- {
211- return transportMetricConfig ;
212- }
213-
214184 @ Produces
215185 @ Default
216186 public GlobalProxyConfig getGlobalProxyConfig ()
You can’t perform that action at this time.
0 commit comments