File tree Expand file tree Collapse file tree
java-core/google-cloud-core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 497497 <version >${junit.version} </version >
498498 <scope >test</scope >
499499 </dependency >
500- <!-- Used undeclared dependencies -->
501500 <dependency >
502501 <groupId >com.google.code.findbugs</groupId >
503502 <artifactId >jsr305</artifactId >
Original file line number Diff line number Diff line change 9393 <scope >test</scope >
9494 <classifier >testlib</classifier >
9595 </dependency >
96- <!-- Used undeclared dependencies -->
9796 <dependency >
9897 <groupId >org.junit.jupiter</groupId >
9998 <artifactId >junit-jupiter-api</artifactId >
Original file line number Diff line number Diff line change 109109 <artifactId >guava-testlib</artifactId >
110110 <scope >test</scope >
111111 </dependency >
112+ <dependency >
113+ <groupId >org.junit.jupiter</groupId >
114+ <artifactId >junit-jupiter-api</artifactId >
115+ <version >${junit.version} </version >
116+ <scope >test</scope >
117+ </dependency >
118+ <dependency >
119+ <groupId >junit</groupId >
120+ <artifactId >junit</artifactId >
121+ <version >4.13.2</version >
122+ <scope >test</scope >
123+ </dependency >
112124 </dependencies >
125+ <build >
126+ <plugins >
127+ <plugin >
128+ <groupId >org.apache.maven.plugins</groupId >
129+ <artifactId >maven-dependency-plugin</artifactId >
130+ <configuration >
131+ <ignoredUnusedDeclaredDependencies >
132+ <ignoredUnusedDeclaredDependency >com.google.errorprone:error_prone_annotations</ignoredUnusedDeclaredDependency >
133+ <ignoredUnusedDeclaredDependency >org.junit.platform:junit-platform-launcher</ignoredUnusedDeclaredDependency >
134+ <ignoredUnusedDeclaredDependency >org.junit.jupiter:junit-jupiter-engine</ignoredUnusedDeclaredDependency >
135+ <ignoredUnusedDeclaredDependency >org.junit.vintage:junit-vintage-engine</ignoredUnusedDeclaredDependency >
136+ </ignoredUnusedDeclaredDependencies >
137+ </configuration >
138+ </plugin >
139+ </plugins >
140+ </build >
113141</project >
You can’t perform that action at this time.
0 commit comments