Skip to content

Commit c0e6670

Browse files
committed
minor fix to protobuf pom
1 parent e8305d8 commit c0e6670

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

protobuf/pom.xml

+1-5
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,12 @@ abstractions.
4141
<scope>provided</scope>
4242
</dependency>
4343

44-
<!-- and for testing, JUnit is needed; as well as annotations -->
44+
<!-- and for testing, JUnit is needed; as well as annotations -->
4545
<dependency>
4646
<groupId>com.fasterxml.jackson.core</groupId>
4747
<artifactId>jackson-annotations</artifactId>
4848
<scope>test</scope>
4949
</dependency>
50-
<dependency>
51-
<groupId>com.fasterxml.jackson.core</groupId>
52-
<artifactId>jackson-annotations</artifactId>
53-
</dependency>
5450
</dependencies>
5551

5652
<build>

0 commit comments

Comments
 (0)