Skip to content

Commit 14f088c

Browse files
committed
java-1886: Make concurrency annotations optional again (reverts JAVA-1851)
1 parent a9d02ca commit 14f088c

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

changelog/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
- [improvement] JAVA-1865: Add RelationMetadata.getPrimaryKey()
1717
- [improvement] JAVA-1862: Add ConsistencyLevel.isDcLocal and isSerial
1818
- [improvement] JAVA-1858: Implement Serializable in implementations, not interfaces
19-
- [improvement] JAVA-1851: Make dependency to JCIP annotations non optional
2019
- [improvement] JAVA-1830: Surface response frame size in ExecutionInfo
2120
- [improvement] JAVA-1853: Add newValue(Object...) to TupleType and UserDefinedType
2221
- [improvement] JAVA-1815: Reorganize configuration into basic/advanced categories

core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
<dependency>
9292
<groupId>com.github.stephenc.jcip</groupId>
9393
<artifactId>jcip-annotations</artifactId>
94+
<optional>true</optional>
9495
</dependency>
9596
<dependency>
9697
<groupId>com.github.spotbugs</groupId>

query-builder/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<dependency>
4545
<groupId>com.github.stephenc.jcip</groupId>
4646
<artifactId>jcip-annotations</artifactId>
47+
<optional>true</optional>
4748
</dependency>
4849
<dependency>
4950
<groupId>com.github.spotbugs</groupId>

0 commit comments

Comments
 (0)