Skip to content

Commit bd2bb23

Browse files
committed
fix: use correct scope and type as per gemini suggestion
1 parent 4f75838 commit bd2bb23

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

java-common-protos/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@
9393
<groupId>org.junit</groupId>
9494
<artifactId>junit-bom</artifactId>
9595
<version>${junit.version}</version>
96-
<scope>test</scope>
96+
<type>pom</type>
97+
<scope>import</scope>
9798
</dependency>
9899
</dependencies>
99100
</dependencyManagement>

0 commit comments

Comments
 (0)