File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 45
45
<!-- cassandra-all breaks with a newer version -->
46
46
<!-- at least this version has one CVE less than the one suggested by Cassandra -->
47
47
<guava .version>25.1-jre</guava .version>
48
+ <!-- Pinned transitive dependencies for reproducibility between Linux and MacOS -->
49
+ <jnr-ffi .version>2.2.16</jnr-ffi .version>
50
+ <snappy .version>1.1.10.7</snappy .version>
48
51
</properties >
49
52
53
+ <dependencyManagement >
54
+ <dependencies >
55
+
56
+ <dependency >
57
+ <groupId >com.github.jnr</groupId >
58
+ <artifactId >jnr-ffi</artifactId >
59
+ <version >${jnr-ffi.version} </version >
60
+ </dependency >
61
+
62
+ <dependency >
63
+ <groupId >org.xerial.snappy</groupId >
64
+ <artifactId >snappy-java</artifactId >
65
+ <version >${snappy.version} </version >
66
+ </dependency >
67
+
68
+ </dependencies >
69
+ </dependencyManagement >
70
+
50
71
<dependencies >
51
72
<dependency >
52
73
<groupId >org.apache.logging.log4j</groupId >
You can’t perform that action at this time.
0 commit comments