Merge "remove redundant 'deps' section from template with 'exports' section."
diff --git a/cmd/pom2bp/pom2bp.go b/cmd/pom2bp/pom2bp.go
index be81487..f8844fc 100644
--- a/cmd/pom2bp/pom2bp.go
+++ b/cmd/pom2bp/pom2bp.go
@@ -663,23 +663,6 @@
     name = "{{.BpName}}",
     {{.BazelImportProperty}} = {{- if not .IsAar}}[{{- end}}"{{.ArtifactFile}}"{{- if not .IsAar}}]{{- end}},
     visibility = ["//visibility:public"],
-    deps = [
-        {{- range .BazelJarDeps}}
-        "{{.}}",
-        {{- end}}
-        {{- range .BazelAarDeps}}
-        "{{.}}",
-        {{- end}}
-        {{- range .BpExtraStaticLibs}}
-        "{{.}}",
-        {{- end}}
-        {{- range .BpExtraLibs}}
-        "{{.}}",
-        {{- end}}
-        {{- range .BpOptionalUsesLibs}}
-        "{{.}}",
-        {{- end}}
-    ],
     exports = [
         {{- range .BazelJarDeps}}
         "{{.}}",