Skip to content

Commit f97cb48

Browse files
Merge pull request #492 from cuixq:maven
PiperOrigin-RevId: 731512649
2 parents c3abe3e + e64a49d commit f97cb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extractor/filesystem/language/java/pomxmlnet/pomxmlnet.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func NewConfig(registry string) Config {
6969

7070
// DefaultConfig returns the default configuration for the pomxmlnet extractor.
7171
func DefaultConfig() Config {
72-
return NewConfig(datasource.MavenCentralMirror)
72+
return NewConfig(datasource.MavenCentral)
7373
}
7474

7575
// New makes a new pom.xml transitive extractor with the given config.

0 commit comments

Comments
 (0)