We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8305d8 commit c0e6670Copy full SHA for c0e6670
protobuf/pom.xml
@@ -41,16 +41,12 @@ abstractions.
41
<scope>provided</scope>
42
</dependency>
43
44
- <!-- and for testing, JUnit is needed; as well as annotations -->
+ <!-- and for testing, JUnit is needed; as well as annotations -->
45
<dependency>
46
<groupId>com.fasterxml.jackson.core</groupId>
47
<artifactId>jackson-annotations</artifactId>
48
<scope>test</scope>
49
50
- <dependency>
51
- <groupId>com.fasterxml.jackson.core</groupId>
52
- <artifactId>jackson-annotations</artifactId>
53
- </dependency>
54
</dependencies>
55
56
<build>
0 commit comments