summaryrefslogtreecommitdiffstats
path: root/contrib/java/io
diff options
context:
space:
mode:
authormaxim-yurchuk <[email protected]>2024-10-09 12:29:46 +0300
committermaxim-yurchuk <[email protected]>2024-10-09 13:14:22 +0300
commit9731d8a4bb7ee2cc8554eaf133bb85498a4c7d80 (patch)
treea8fb3181d5947c0d78cf402aa56e686130179049 /contrib/java/io
parenta44b779cd359f06c3ebbef4ec98c6b38609d9d85 (diff)
publishFullContrib: true for ydb
<HIDDEN_URL> commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e
Diffstat (limited to 'contrib/java/io')
-rw-r--r--contrib/java/io/grpc/grpc-api/1.51.0/pom.xml57
-rw-r--r--contrib/java/io/grpc/grpc-context/1.51.0/pom.xml31
-rw-r--r--contrib/java/io/grpc/grpc-protobuf-lite/1.51.0/pom.xml58
-rw-r--r--contrib/java/io/grpc/grpc-protobuf/1.51.0/pom.xml82
-rw-r--r--contrib/java/io/grpc/grpc-stub/1.51.0/pom.xml52
5 files changed, 280 insertions, 0 deletions
diff --git a/contrib/java/io/grpc/grpc-api/1.51.0/pom.xml b/contrib/java/io/grpc/grpc-api/1.51.0/pom.xml
new file mode 100644
index 00000000000..426651f5040
--- /dev/null
+++ b/contrib/java/io/grpc/grpc-api/1.51.0/pom.xml
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>io.grpc</groupId>
+ <artifactId>grpc-api</artifactId>
+ <version>1.51.0</version>
+ <name>io.grpc:grpc-api</name>
+ <description>gRPC: API</description>
+ <url>https://github.com/grpc/grpc-java</url>
+ <licenses>
+ <license>
+ <name>Apache 2.0</name>
+ <url>https://opensource.org/licenses/Apache-2.0</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>grpc.io</id>
+ <name>gRPC Contributors</name>
+ <email>[email protected]</email>
+ <url>https://grpc.io/</url>
+ <organization>gRPC Authors</organization>
+ <organizationUrl>https://www.google.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/grpc/grpc-java.git</connection>
+ <developerConnection>scm:git:[email protected]:grpc/grpc-java.git</developerConnection>
+ <url>https://github.com/grpc/grpc-java</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>io.grpc</groupId>
+ <artifactId>grpc-context</artifactId>
+ <version>1.51.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ <version>3.0.2</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_annotations</artifactId>
+ <version>2.14.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>31.1-android</version>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/contrib/java/io/grpc/grpc-context/1.51.0/pom.xml b/contrib/java/io/grpc/grpc-context/1.51.0/pom.xml
new file mode 100644
index 00000000000..5a1d7b3f07e
--- /dev/null
+++ b/contrib/java/io/grpc/grpc-context/1.51.0/pom.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>io.grpc</groupId>
+ <artifactId>grpc-context</artifactId>
+ <version>1.51.0</version>
+ <name>io.grpc:grpc-context</name>
+ <description>gRPC: Context</description>
+ <url>https://github.com/grpc/grpc-java</url>
+ <licenses>
+ <license>
+ <name>Apache 2.0</name>
+ <url>https://opensource.org/licenses/Apache-2.0</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>grpc.io</id>
+ <name>gRPC Contributors</name>
+ <email>[email protected]</email>
+ <url>https://grpc.io/</url>
+ <organization>gRPC Authors</organization>
+ <organizationUrl>https://www.google.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/grpc/grpc-java.git</connection>
+ <developerConnection>scm:git:[email protected]:grpc/grpc-java.git</developerConnection>
+ <url>https://github.com/grpc/grpc-java</url>
+ </scm>
+</project>
diff --git a/contrib/java/io/grpc/grpc-protobuf-lite/1.51.0/pom.xml b/contrib/java/io/grpc/grpc-protobuf-lite/1.51.0/pom.xml
new file mode 100644
index 00000000000..732f64ca3aa
--- /dev/null
+++ b/contrib/java/io/grpc/grpc-protobuf-lite/1.51.0/pom.xml
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>io.grpc</groupId>
+ <artifactId>grpc-protobuf-lite</artifactId>
+ <version>1.51.0</version>
+ <name>io.grpc:grpc-protobuf-lite</name>
+ <description>gRPC: Protobuf Lite</description>
+ <url>https://github.com/grpc/grpc-java</url>
+ <licenses>
+ <license>
+ <name>Apache 2.0</name>
+ <url>https://opensource.org/licenses/Apache-2.0</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>grpc.io</id>
+ <name>gRPC Contributors</name>
+ <email>[email protected]</email>
+ <url>https://grpc.io/</url>
+ <organization>gRPC Authors</organization>
+ <organizationUrl>https://www.google.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/grpc/grpc-java.git</connection>
+ <developerConnection>scm:git:[email protected]:grpc/grpc-java.git</developerConnection>
+ <url>https://github.com/grpc/grpc-java</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>io.grpc</groupId>
+ <artifactId>grpc-api</artifactId>
+ <version>1.51.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-javalite</artifactId>
+ <version>3.21.7</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ <version>3.0.2</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>31.1-android</version>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/contrib/java/io/grpc/grpc-protobuf/1.51.0/pom.xml b/contrib/java/io/grpc/grpc-protobuf/1.51.0/pom.xml
new file mode 100644
index 00000000000..a96f97c7ab1
--- /dev/null
+++ b/contrib/java/io/grpc/grpc-protobuf/1.51.0/pom.xml
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>io.grpc</groupId>
+ <artifactId>grpc-protobuf</artifactId>
+ <version>1.51.0</version>
+ <name>io.grpc:grpc-protobuf</name>
+ <description>gRPC: Protobuf</description>
+ <url>https://github.com/grpc/grpc-java</url>
+ <licenses>
+ <license>
+ <name>Apache 2.0</name>
+ <url>https://opensource.org/licenses/Apache-2.0</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>grpc.io</id>
+ <name>gRPC Contributors</name>
+ <email>[email protected]</email>
+ <url>https://grpc.io/</url>
+ <organization>gRPC Authors</organization>
+ <organizationUrl>https://www.google.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/grpc/grpc-java.git</connection>
+ <developerConnection>scm:git:[email protected]:grpc/grpc-java.git</developerConnection>
+ <url>https://github.com/grpc/grpc-java</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>io.grpc</groupId>
+ <artifactId>grpc-api</artifactId>
+ <version>1.51.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ <version>3.0.2</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-java</artifactId>
+ <version>3.21.7</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.api.grpc</groupId>
+ <artifactId>proto-google-common-protos</artifactId>
+ <version>2.9.0</version>
+ <scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>api-common</artifactId>
+ <groupId>com.google.api</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>io.grpc</groupId>
+ <artifactId>grpc-protobuf-lite</artifactId>
+ <version>1.51.0</version>
+ <scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>protobuf-javalite</artifactId>
+ <groupId>com.google.protobuf</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>31.1-android</version>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/contrib/java/io/grpc/grpc-stub/1.51.0/pom.xml b/contrib/java/io/grpc/grpc-stub/1.51.0/pom.xml
new file mode 100644
index 00000000000..49fbf330edc
--- /dev/null
+++ b/contrib/java/io/grpc/grpc-stub/1.51.0/pom.xml
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>io.grpc</groupId>
+ <artifactId>grpc-stub</artifactId>
+ <version>1.51.0</version>
+ <name>io.grpc:grpc-stub</name>
+ <description>gRPC: Stub</description>
+ <url>https://github.com/grpc/grpc-java</url>
+ <licenses>
+ <license>
+ <name>Apache 2.0</name>
+ <url>https://opensource.org/licenses/Apache-2.0</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>grpc.io</id>
+ <name>gRPC Contributors</name>
+ <email>[email protected]</email>
+ <url>https://grpc.io/</url>
+ <organization>gRPC Authors</organization>
+ <organizationUrl>https://www.google.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/grpc/grpc-java.git</connection>
+ <developerConnection>scm:git:[email protected]:grpc/grpc-java.git</developerConnection>
+ <url>https://github.com/grpc/grpc-java</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>io.grpc</groupId>
+ <artifactId>grpc-api</artifactId>
+ <version>1.51.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>31.1-android</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_annotations</artifactId>
+ <version>2.14.0</version>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+</project>