We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d3c77 commit e497602Copy full SHA for e497602
.github/workflows/hermetic_library_generation.yaml
@@ -15,7 +15,7 @@
15
# downstream client libraries before they are released.
16
name: Hermetic library generation upon generation config change through pull requests
17
on:
18
- pull_request:
+ #pull_request:
19
20
env:
21
REPO_FULL_NAME: ${{ github.event.pull_request.head.repo.full_name }}
pom.xml
@@ -59,6 +59,13 @@
59
<!-- OpenTelemetry -->
60
<dependencyManagement>
61
<dependencies>
62
+ <dependency>
63
+ <groupId>com.google.protobuf</groupId>
64
+ <artifactId>protobuf-bom</artifactId>
65
+ <version>4.33.0</version>
66
+ <type>pom</type>
67
+ <scope>import</scope>
68
+ </dependency>
69
<dependency>
70
<groupId>io.opentelemetry</groupId>
71
<artifactId>opentelemetry-bom</artifactId>
0 commit comments