Skip to content

Commit

Permalink
7503: Fix serializers.test dependency
Browse files Browse the repository at this point in the history
Reviewed-by: hirt
  • Loading branch information
bric3 authored and thegreystone committed Jan 12, 2022
1 parent ce10e3f commit 367914b
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,24 +46,26 @@
<dependencies>
<dependency>
<groupId>org.openjdk.jmc</groupId>
<artifactId>common.test</artifactId>
<artifactId>flightrecorder.test</artifactId>
<type>test-jar</type>
<scope>test</scope>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openjdk.jmc</groupId>
<artifactId>common</artifactId>
<artifactId>common.test</artifactId>
<type>test-jar</type>
<scope>test</scope>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openjdk.jmc</groupId>
<artifactId>flightrecorder</artifactId>
<artifactId>common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openjdk.jmc</groupId>
<artifactId>flightrecorder.test</artifactId>
<artifactId>flightrecorder</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 367914b

Please sign in to comment.