Skip to content

Commit 8815fba

Browse files
authored
chore: Revert "fix: Ensure proper errors are reported when authentication fa… (#325)
…ils (#318)" This reverts commit 0165e0c from #318 since we started seeing failures on CI
1 parent 0165e0c commit 8815fba

File tree

6 files changed

+10
-554
lines changed

6 files changed

+10
-554
lines changed

client/base/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@
4848
<groupId>${project.groupId}</groupId>
4949
<artifactId>a2a-java-sdk-spec</artifactId>
5050
</dependency>
51-
<dependency>
52-
<groupId>${project.groupId}</groupId>
53-
<artifactId>a2a-java-sdk-spec-grpc</artifactId>
54-
<scope>test</scope>
55-
</dependency>
5651
<dependency>
5752
<groupId>org.junit.jupiter</groupId>
5853
<artifactId>junit-jupiter-api</artifactId>
@@ -69,16 +64,6 @@
6964
<artifactId>slf4j-jdk14</artifactId>
7065
<scope>test</scope>
7166
</dependency>
72-
<dependency>
73-
<groupId>io.grpc</groupId>
74-
<artifactId>grpc-testing</artifactId>
75-
<scope>test</scope>
76-
</dependency>
77-
<dependency>
78-
<groupId>io.grpc</groupId>
79-
<artifactId>grpc-inprocess</artifactId>
80-
<scope>test</scope>
81-
</dependency>
8267
</dependencies>
8368

8469
</project>

0 commit comments

Comments
 (0)