Skip to content

Commit

Permalink
rm om.google.protobuf.protobuf-java
Browse files Browse the repository at this point in the history
  • Loading branch information
gertd committed Jun 25, 2024
1 parent 6d3542e commit 50000de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
-
name: Build examples
working-directory: examples
run: mvn clean package
run: mvn --no-transfer-progress clean package
-
name: Run examples
working-directory: examples
Expand Down
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ deps: info install-vault install-buf install-svu

build:
@echo -e "$(ATTN_COLOR)==> $@ $(NO_COLOR)"
@mvn clean
@mvn --no-transfer-progress clean
@mvn --no-transfer-progress package

install:
@echo -e "$(ATTN_COLOR)==> $@ $(NO_COLOR)"
@mvn clean
@mvn --no-transfer-progress clean
@mvn --no-transfer-progress install

test:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@
<artifactId>grpc-stub</artifactId>
<version>${grpc.version}</version>
</dependency>
<dependency>
<!-- <dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>${protobuf.version}</version>
</dependency>
</dependency> -->
<dependency>
<groupId>build.buf</groupId>
<artifactId>protovalidate</artifactId>
Expand Down

0 comments on commit 50000de

Please sign in to comment.