File tree Expand file tree Collapse file tree 3 files changed +18
-8
lines changed
openam-cassandra-datastore
openam-cassandra-embedded Expand file tree Collapse file tree 3 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 1212 * Header, with the fields enclosed by brackets [] replaced by your own identifying
1313 * information: "Portions copyright [year] [name of copyright owner]".
1414 *
15- * Copyright 2019 Open Identity Platform Community .
15+ * Copyright 2019-2025 3A Systems LLC .
1616-->
1717<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1818 <modelVersion >4.0.0</modelVersion >
3535 <artifactId >java-driver-core</artifactId >
3636 </dependency >
3737 <dependency >
38- <groupId >org .lz4</groupId >
39- <artifactId >lz4-java</artifactId >
38+ <groupId >at.yawk .lz4</groupId >
39+ <artifactId >lz4-java</artifactId >
4040 </dependency >
4141 <dependency >
4242 <groupId >org.xerial.snappy</groupId >
Original file line number Diff line number Diff line change 1212 * Header, with the fields enclosed by brackets [] replaced by your own identifying
1313 * information: "Portions copyright [year] [name of copyright owner]".
1414 *
15- * Copyright 2019 Open Identity Platform Community .
15+ * Copyright 2019-2025 3A Systems LLC .
1616-->
1717<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1818 <modelVersion >4.0.0</modelVersion >
3535 <groupId >org.apache.cassandra</groupId >
3636 <artifactId >cassandra-all</artifactId >
3737 </dependency >
38+ <dependency >
39+ <groupId >at.yawk.lz4</groupId >
40+ <artifactId >lz4-java</artifactId >
41+ </dependency >
3842 <dependency >
3943 <groupId >com.google.guava</groupId >
4044 <artifactId >failureaccess</artifactId >
Original file line number Diff line number Diff line change 1212 * Header, with the fields enclosed by brackets [] replaced by your own identifying
1313 * information: "Portions copyright [year] [name of copyright owner]".
1414 *
15- * Copyright 2019 Open Identity Platform Community .
15+ * Copyright 2019-2025 3A Systems LLC .
1616-->
1717<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1818 <modelVersion >4.0.0</modelVersion >
5050 <groupId >org.apache.cassandra</groupId >
5151 <artifactId >cassandra-all</artifactId >
5252 <version >4.0.17</version >
53+ <exclusions >
54+ <exclusion >
55+ <groupId >org.lz4</groupId >
56+ <artifactId >lz4-java</artifactId >
57+ </exclusion >
58+ </exclusions >
5359 </dependency >
5460 <dependency >
55- <groupId >org .lz4</groupId >
56- <artifactId >lz4-java</artifactId >
57- <version >1.8.0 </version >
61+ <groupId >at.yawk .lz4</groupId >
62+ <artifactId >lz4-java</artifactId >
63+ <version >1.10.1 </version >
5864 </dependency >
5965 <dependency >
6066 <groupId >org.xerial.snappy</groupId >
You can’t perform that action at this time.
0 commit comments