File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
cds-feature-advanced-event-mesh Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 5252 <artifactId >jackson-databind</artifactId >
5353 </dependency >
5454
55+ <!-- JSR305 implementation for annotations like @Nonnull, @CheckReturnValue, etc. -->
56+ <dependency >
57+ <groupId >com.google.code.findbugs</groupId >
58+ <artifactId >jsr305</artifactId >
59+ </dependency >
60+
5561 <!-- TEST DEPENDENCIES -->
5662 <dependency >
5763 <groupId >com.sap.cds</groupId >
Original file line number Diff line number Diff line change 3131 <cds .services.version>4.0.2</cds .services.version>
3232 <cds .install-cdsdk.version>8.7.3</cds .install-cdsdk.version>
3333 <qpid .version>2.7.0</qpid .version> <!-- https://central.sonatype.com/artifact/org.apache.qpid/qpid-jms-client/versions -->
34+ <com .google.code.findbugs.jsr305.version>3.0.2</com .google.code.findbugs.jsr305.version>
3435 </properties >
3536
3637 <groupId >com.sap.cds</groupId >
9091 <artifactId >commons-codec</artifactId >
9192 <version >1.18.0</version >
9293 </dependency >
94+
95+ <!-- JSR305 implementation for annotations like @Nonnull, @CheckReturnValue, etc. -->
96+ <dependency >
97+ <groupId >com.google.code.findbugs</groupId >
98+ <artifactId >jsr305</artifactId >
99+ <version >${com.google.code.findbugs.jsr305.version} </version >
100+ </dependency >
93101 </dependencies >
94102 </dependencyManagement >
95103
You can’t perform that action at this time.
0 commit comments