Skip to content

Commit 1fe0bad

Browse files
Merge branch 'release/1.7.0'
2 parents 0b82f54 + 847c794 commit 1fe0bad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,15 @@
235235
</goals>
236236
</execution>
237237
</executions>
238+
<configuration>
239+
<additionalDependencies>
240+
<additionalDependency>
241+
<groupId>javax.annotation</groupId>
242+
<artifactId>jsr250-api</artifactId>
243+
<version>1.0</version>
244+
</additionalDependency>
245+
</additionalDependencies>
246+
</configuration>
238247
</plugin>
239248
<plugin>
240249
<artifactId>maven-dependency-plugin</artifactId>

0 commit comments

Comments
 (0)