Skip to content

Commit 3e7afed

Browse files
committed
Add missing annotation versions
1 parent 26b9083 commit 3e7afed

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

log4j-parent/pom.xml

+17-2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
<assertj.version>3.27.3</assertj.version>
6767
<awaitility.version>4.2.2</awaitility.version>
6868
<bsh.version>2.0b6</bsh.version>
69+
<bnd.annotation.version>7.1.0</bnd.annotation.version>
6970
<cassandra.version>3.11.18</cassandra.version>
7071
<cassandra-driver.version>3.11.5</cassandra-driver.version>
7172
<commons-codec.version>1.17.1</commons-codec.version>
@@ -107,6 +108,7 @@
107108
<jeromq.version>0.6.0</jeromq.version>
108109
<jmdns.version>3.6.0</jmdns.version>
109110
<jmh.version>1.37</jmh.version>
111+
<jspecify.version>1.0.0</jspecify.version>
110112
<junit.version>4.13.2</junit.version>
111113
<junit-jupiter.version>5.11.4</junit-jupiter.version>
112114
<junit-pioneer.version>1.9.1</junit-pioneer.version>
@@ -125,8 +127,11 @@
125127
<oro.version>2.0.8</oro.version>
126128
<!-- The OSGi API version MUST always be the MINIMUM version Log4j supports: -->
127129
<osgi.api.version>6.0.0</osgi.api.version>
130+
<osgi.annotation.bundle.version>2.0.0</osgi.annotation.bundle.version>
131+
<osgi.annotation.versioning.version>1.1.2</osgi.annotation.versioning.version>
128132
<pax-exam.version>4.14.0</pax-exam.version>
129133
<plexus-utils.version>3.6.0</plexus-utils.version>
134+
<spotbugs-annotations.version>4.9.1</spotbugs-annotations.version>
130135
<spring-boot.version>2.7.18</spring-boot.version>
131136
<spring-framework.version>5.3.39</spring-framework.version>
132137
<system-stubs.version>2.0.3</system-stubs.version>
@@ -574,6 +579,12 @@
574579
<version>${jna.version}</version>
575580
</dependency>
576581

582+
<dependency>
583+
<groupId>org.jspecify</groupId>
584+
<artifactId>jspecify</artifactId>
585+
<version>${jspecify.version}</version>
586+
</dependency>
587+
577588
<dependency>
578589
<groupId>junit</groupId>
579590
<artifactId>junit</artifactId>
@@ -829,6 +840,7 @@
829840
<dependency>
830841
<groupId>biz.aQute.bnd</groupId>
831842
<artifactId>biz.aQute.bnd.annotation</artifactId>
843+
<version>${bnd.annotation.version}</version>
832844
<scope>provided</scope>
833845
</dependency>
834846

@@ -841,19 +853,22 @@
841853

842854
<dependency>
843855
<groupId>org.osgi</groupId>
844-
<artifactId>osgi.annotation</artifactId>
856+
<artifactId>org.osgi.annotation.bundle</artifactId>
857+
<version>${osgi.annotation.bundle.version}</version>
845858
<scope>provided</scope>
846859
</dependency>
847860

848861
<dependency>
849862
<groupId>org.osgi</groupId>
850-
<artifactId>org.osgi.annotation.bundle</artifactId>
863+
<artifactId>org.osgi.annotation.versioning</artifactId>
864+
<version>${osgi.annotation.versioning.version}</version>
851865
<scope>provided</scope>
852866
</dependency>
853867

854868
<dependency>
855869
<groupId>com.github.spotbugs</groupId>
856870
<artifactId>spotbugs-annotations</artifactId>
871+
<version>${spotbugs-annotations.version}</version>
857872
<scope>provided</scope>
858873
</dependency>
859874

0 commit comments

Comments
 (0)