Skip to content

Commit

Permalink
Add javax.sql as a stdlib package
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Jul 13, 2023
1 parent a1b3e2a commit e015869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/gazelle/private/java/java.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ var stdlibPrefixes = []types.PackageName{
types.NewPackageName("javax.naming"),
types.NewPackageName("javax.net"),
types.NewPackageName("javax.security"),
types.NewPackageName("javax.sql"),
types.NewPackageName("javax.xml"),
types.NewPackageName("jdk"),
types.NewPackageName("org.w3c.dom"),
Expand Down

0 comments on commit e015869

Please sign in to comment.