Skip to content

Commit 166b9fc

Browse files
committed
Merge remote-tracking branch 'origin/fix-jspecify-dependency-analysis' into feat/jspecify-nullable
2 parents 67c12a7 + 4affc32 commit 166b9fc

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

  • google-cloud-jar-parent
  • java-shared-config/java-shared-config

google-cloud-jar-parent/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,13 @@
148148
</dependencies>
149149
</dependencyManagement>
150150

151+
<dependencies>
152+
<dependency>
153+
<groupId>org.jspecify</groupId>
154+
<artifactId>jspecify</artifactId>
155+
</dependency>
156+
</dependencies>
157+
151158
<profiles>
152159
<profile>
153160
<id>java9</id>

java-shared-config/java-shared-config/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
<configuration>
146146
<ignoredUnusedDeclaredDependencies>
147147
<ignoredUnusedDeclaredDependency>javax.annotation:javax.annotation-api</ignoredUnusedDeclaredDependency>
148+
<ignoredUnusedDeclaredDependency>org.jspecify:jspecify</ignoredUnusedDeclaredDependency>
148149
</ignoredUnusedDeclaredDependencies>
149150
<!-- TODO: Try to remove these exclusions by updating handwritten libs -->
150151
<ignoredNonTestScopedDependencies>

0 commit comments

Comments
 (0)