We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3abe3e + e64a49d commit f97cb48Copy full SHA for f97cb48
extractor/filesystem/language/java/pomxmlnet/pomxmlnet.go
@@ -69,7 +69,7 @@ func NewConfig(registry string) Config {
69
70
// DefaultConfig returns the default configuration for the pomxmlnet extractor.
71
func DefaultConfig() Config {
72
- return NewConfig(datasource.MavenCentralMirror)
+ return NewConfig(datasource.MavenCentral)
73
}
74
75
// New makes a new pom.xml transitive extractor with the given config.
0 commit comments