Skip to content

Commit

Permalink
Delete //third_party deps for maven_jar and maven_server
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Nov 26, 2019
1 parent 48957db commit 87da3f6
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 53 deletions.
53 changes: 0 additions & 53 deletions third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,6 @@ filegroup(
],
)

java_import(
name = "aether",
jars = [
"aether/aether-api-1.0.0.v20140518.jar",
"aether/aether-spi-1.0.0.v20140518.jar",
"aether/aether-transport-http-1.0.0.v20140518.jar",
"aether/aether-connector-basic-1.0.0.v20140518.jar",
"aether/aether-transport-classpath-1.0.0.v20140518.jar",
"aether/aether-transport-wagon-1.0.0.v20140518.jar",
"aether/aether-impl-1.0.0.v20140518.jar",
"aether/aether-transport-file-1.0.0.v20140518.jar",
"aether/aether-util-1.0.0.v20140518.jar",
],
deps = [
":apache_httpclient",
],
)

# This target only contains the jars that are used for building / running Bazel.
# The target below is for the Android tools that are not shipped with Bazel.
java_import(
Expand Down Expand Up @@ -123,11 +105,6 @@ java_import(
],
)

java_import(
name = "apache_commons_codec",
jars = ["apache_commons_codec/commons-codec-1.9.jar"],
)

java_import(
name = "apache_commons_collections",
jars = ["apache_commons_collections/commons-collections-3.2.2.jar"],
Expand All @@ -153,21 +130,6 @@ java_import(
jars = ["apache_commons_pool2/commons-pool2-2.3.jar"],
)

java_import(
name = "apache_httpclient",
jars = ["apache_httpclient/httpclient-4.5.3.jar"],
deps = [
":apache_commons_codec",
":apache_commons_logging",
":apache_httpcore",
],
)

java_import(
name = "apache_httpcore",
jars = ["apache_httpcore/httpcore-4.4.6.jar"],
)

java_import(
name = "apache_velocity",
jars = ["apache_velocity/velocity-1.7.jar"],
Expand Down Expand Up @@ -503,21 +465,6 @@ java_import(
jars = ["jsr330_inject/javax.inject.jar"],
)

java_import(
name = "maven",
jars = glob(["maven/*.jar"]),
)

java_import(
name = "maven_model",
jars = [
"maven_model/maven-aether-provider-3.2.3.jar",
"maven_model/maven-model-3.2.3.jar",
"maven_model/maven-model-builder-3.2.3.jar",
"maven_model/maven-repository-metadata-3.2.3.jar",
],
)

UNNECESSARY_DYNAMIC_LIBRARIES = select({
"//src/conditions:windows": "*.so *.jnilib",
"//src/conditions:darwin": "*.so *.dll",
Expand Down
Binary file removed third_party/aether/aether-api-1.0.0.v20140518.jar
Binary file not shown.
Binary file not shown.
Binary file removed third_party/aether/aether-impl-1.0.0.v20140518.jar
Binary file not shown.
Binary file removed third_party/aether/aether-spi-1.0.0.v20140518.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed third_party/aether/aether-util-1.0.0.v20140518.jar
Binary file not shown.
Binary file not shown.
Binary file removed third_party/apache_httpclient/httpclient-4.5.3.jar
Binary file not shown.
Binary file removed third_party/apache_httpcore/httpcore-4.4.6.jar
Binary file not shown.
Binary file removed third_party/maven/maven-builder-support-3.3.3.jar
Binary file not shown.
Binary file removed third_party/maven/maven-settings-3.3.3.jar
Binary file not shown.
Binary file removed third_party/maven/maven-settings-builder-3.3.3.jar
Binary file not shown.
Binary file not shown.
Binary file removed third_party/maven_model/maven-model-3.2.3.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 87da3f6

Please sign in to comment.