Skip to content

Commit df7b5f4

Browse files
authored
-s (#26)
Remove Maven POM dependencies Signed-off-by: xil <fridalu66@gmail.com> Signed-off-by: lucy66hw <fridalu66@gmail.com>
1 parent 8c968ef commit df7b5f4

File tree

2 files changed

+2
-37
lines changed

2 files changed

+2
-37
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1313
- Update jar publishing to sonatype repository with gradle ([#14](https://github.com/opensearch-project/opensearch-protobufs/pull/14))
1414
- Update jar generation script with proper exit trap and add java build github action workflow ([#24](https://github.com/opensearch-project/opensearch-protobufs/pull/24))
1515
- Add proto convert preprocessing scripts. ([#7](https://github.com/opensearch-project/opensearch-protobufs/pull/7)
16+
- - Remove maven pom dependencies ([#26](https://github.com/opensearch-project/opensearch-protobufs/pull/26))
17+
1618

1719
### Removed
1820

tools/java/package_proto_jar.sh

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -95,43 +95,6 @@ cat > "${OUTPUT_DIR}/META-INF/maven/${GROUP_ID}/${ARTIFACT_ID}/pom.xml" << EOF
9595
<version>${VERSION}</version>
9696
<name>OpenSearch Protocol Buffers</name>
9797
<description>Protocol Buffer definitions for OpenSearch</description>
98-
<dependencies>
99-
<dependency>
100-
<groupId>com.google.protobuf</groupId>
101-
<artifactId>protobuf-java</artifactId>
102-
<version>${PROTOBUF_VERSION}</version>
103-
</dependency>
104-
<dependency>
105-
<groupId>io.grpc</groupId>
106-
<artifactId>grpc-stub</artifactId>
107-
<version>${GRPC_VERSION}</version>
108-
</dependency>
109-
<dependency>
110-
<groupId>io.grpc</groupId>
111-
<artifactId>grpc-protobuf</artifactId>
112-
<version>${GRPC_VERSION}</version>
113-
</dependency>
114-
<dependency>
115-
<groupId>io.grpc</groupId>
116-
<artifactId>grpc-core</artifactId>
117-
<version>${GRPC_VERSION}</version>
118-
</dependency>
119-
<dependency>
120-
<groupId>io.grpc</groupId>
121-
<artifactId>grpc-api</artifactId>
122-
<version>${GRPC_VERSION}</version>
123-
</dependency>
124-
<dependency>
125-
<groupId>com.google.guava</groupId>
126-
<artifactId>guava</artifactId>
127-
<version>${GUAVA_VERSION}</version>
128-
</dependency>
129-
<dependency>
130-
<groupId>javax.annotation</groupId>
131-
<artifactId>javax.annotation-api</artifactId>
132-
<version>${JAVAX_ANNOTATION_VERSION}</version>
133-
</dependency>
134-
</dependencies>
13598
<url>https://github.com/opensearch-project/opensearch-protobufs</url>
13699
<scm>
137100
<url>https://github.com/opensearch-project/opensearch-protobufs</url>

0 commit comments

Comments
 (0)