Skip to content

Commit 5b8a73a

Browse files
committed
feat(QTDI-2145): disable fallback to user's m2
- initial shot, needs refine for non-regression
1 parent 1fe039a commit 5b8a73a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

container/container-core/src/main/java/org/talend/sdk/component/container/ContainerManager.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ public ContainerManager(final DependenciesResolutionConfiguration dependenciesRe
112112
this.resolver = dependenciesResolutionConfiguration.getResolver();
113113
this.rootRepositoryLocation = dependenciesResolutionConfiguration.getRootRepositoryLocation();
114114

115-
if (log.isDebugEnabled()) {
116-
log.debug("Using root repository: " + this.rootRepositoryLocation.toAbsolutePath());
117-
}
118115
info("Using root repository: " + this.rootRepositoryLocation.toAbsolutePath());
119116
final String pluginsLocation = System.getProperty("talend.component.manager.plugins.location",
120117
"TALEND-INF/plugins.properties");

0 commit comments

Comments
 (0)