|
38 | 38 | <groupId>io.opentelemetry</groupId> |
39 | 39 | <artifactId>opentelemetry-api</artifactId> |
40 | 40 | </exclusion> |
| 41 | + <exclusion> |
| 42 | + <!-- This dependency only exists in opentelemetry-bom 1.52.0 so no need to |
| 43 | + add it back in dependency list --> |
| 44 | + <groupId>io.opentelemetry</groupId> |
| 45 | + <artifactId>opentelemetry-common</artifactId> |
| 46 | + </exclusion> |
41 | 47 | <exclusion> |
42 | 48 | <groupId>io.opentelemetry</groupId> |
43 | 49 | <artifactId>opentelemetry-sdk-common</artifactId> |
|
104 | 110 | <groupId>com.google.guava</groupId> |
105 | 111 | <artifactId>guava</artifactId> |
106 | 112 | </dependency> |
| 113 | + <dependency> |
| 114 | + <groupId>io.opentelemetry</groupId> |
| 115 | + <artifactId>opentelemetry-api</artifactId> |
| 116 | + </dependency> |
| 117 | + <dependency> |
| 118 | + <groupId>io.opentelemetry</groupId> |
| 119 | + <artifactId>opentelemetry-sdk-common</artifactId> |
| 120 | + </dependency> |
| 121 | + <dependency> |
| 122 | + <groupId>io.opentelemetry</groupId> |
| 123 | + <artifactId>opentelemetry-sdk-metrics</artifactId> |
| 124 | + </dependency> |
| 125 | + <dependency> |
| 126 | + <groupId>io.opentelemetry</groupId> |
| 127 | + <artifactId>opentelemetry-sdk-logs</artifactId> |
| 128 | + </dependency> |
| 129 | + <dependency> |
| 130 | + <groupId>io.opentelemetry</groupId> |
| 131 | + <artifactId>opentelemetry-context</artifactId> |
| 132 | + </dependency> |
| 133 | + <dependency> |
| 134 | + <groupId>io.opentelemetry</groupId> |
| 135 | + <artifactId>opentelemetry-sdk-trace</artifactId> |
| 136 | + </dependency> |
| 137 | + <dependency> |
| 138 | + <groupId>io.opentelemetry</groupId> |
| 139 | + <artifactId>opentelemetry-sdk-extension-autoconfigure-spi</artifactId> |
| 140 | + </dependency> |
| 141 | + <dependency> |
| 142 | + <groupId>io.opentelemetry</groupId> |
| 143 | + <artifactId>opentelemetry-sdk</artifactId> |
| 144 | + </dependency> |
107 | 145 |
|
108 | 146 | <!-- Test dependencies --> |
109 | 147 | <dependency> |
|
0 commit comments