Skip to content

Commit

Permalink
Merge pull request #54 from intergral/fr_tests
Browse files Browse the repository at this point in the history
Fr tests
  • Loading branch information
Umaaz authored Sep 29, 2023
2 parents 2135c29 + cb02a52 commit 960a192
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions it-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</profiles>

<properties>
<agentPath>${project.basedir}/../../agent/target/deep-${project.version}.jar</agentPath>
<agentPath>${project.basedir}/../../agent/target/agent-${project.version}.jar</agentPath>
</properties>

<dependencies>
Expand All @@ -71,13 +71,25 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>1.55.1</version>
<version>${grpc.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-grpc</artifactId>
<version>4.4.2</version>
<groupId>io.grpc</groupId>
<artifactId>grpc-core</artifactId>
<version>${grpc.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<version>${grpc.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty</artifactId>
<version>${grpc.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 960a192

Please sign in to comment.