Skip to content

Commit

Permalink
test: limit jacoco agent to test scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Silic0nS0ldier authored Jul 25, 2024
1 parent 57babea commit a6afd42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aliyun-java-sdk-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
<artifactId>org.jacoco.agent</artifactId>
<version>0.8.12</version>
<classifier>runtime</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ini4j</groupId>
Expand Down Expand Up @@ -270,4 +271,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit a6afd42

Please sign in to comment.