|
39 | 39 | <!-- Dependency versions -->
|
40 | 40 | <asciidoctorj.version>3.0.0-alpha.2</asciidoctorj.version>
|
41 | 41 | <assertj.version>3.27.3</assertj.version>
|
| 42 | + <bnd.annotation.version>7.1.0</bnd.annotation.version> |
42 | 43 | <commons-io.version>2.18.0</commons-io.version>
|
43 | 44 | <commons-lang3.version>3.17.0</commons-lang3.version>
|
44 | 45 | <freemarker.version>2.3.34</freemarker.version>
|
45 | 46 | <jakarta.inject.version>1.0.5</jakarta.inject.version>
|
| 47 | + <jspecify.version>1.0.0</jspecify.version> |
46 | 48 | <junit.version>5.12.0</junit.version>
|
47 | 49 | <modello.version>2.1.2</modello.version>
|
| 50 | + <osgi.annotation.bundle.version>2.0.0</osgi.annotation.bundle.version> |
| 51 | + <osgi.annotation.versioning.version>1.1.2</osgi.annotation.versioning.version> |
| 52 | + <spotbugs-annotations.version>4.9.3</spotbugs-annotations.version> |
48 | 53 | <xmlunit.version>2.10.0</xmlunit.version>
|
49 | 54 |
|
50 | 55 | <!-- Maven plugin versions -->
|
|
96 | 101 | <version>${assertj.version}</version>
|
97 | 102 | </dependency>
|
98 | 103 |
|
| 104 | + <dependency> |
| 105 | + <groupId>biz.aQute.bnd</groupId> |
| 106 | + <artifactId>biz.aQute.bnd.annotation</artifactId> |
| 107 | + <version>${bnd.annotation.version}</version> |
| 108 | + </dependency> |
| 109 | + |
99 | 110 | <dependency>
|
100 | 111 | <groupId>commons-io</groupId>
|
101 | 112 | <artifactId>commons-io</artifactId>
|
|
120 | 131 | <version>${jakarta.inject.version}</version>
|
121 | 132 | </dependency>
|
122 | 133 |
|
| 134 | + <dependency> |
| 135 | + <groupId>org.jspecify</groupId> |
| 136 | + <artifactId>jspecify</artifactId> |
| 137 | + <version>${jspecify.version}</version> |
| 138 | + </dependency> |
| 139 | + |
123 | 140 | <dependency>
|
124 | 141 | <groupId>org.apache.maven.plugin-tools</groupId>
|
125 | 142 | <artifactId>maven-plugin-annotations</artifactId>
|
|
140 | 157 | <version>${xmlunit.version}</version>
|
141 | 158 | </dependency>
|
142 | 159 |
|
| 160 | + <dependency> |
| 161 | + <groupId>org.osgi</groupId> |
| 162 | + <artifactId>org.osgi.annotation.bundle</artifactId> |
| 163 | + <version>${osgi.annotation.bundle.version}</version> |
| 164 | + </dependency> |
| 165 | + |
| 166 | + <dependency> |
| 167 | + <groupId>org.osgi</groupId> |
| 168 | + <artifactId>org.osgi.annotation.versioning</artifactId> |
| 169 | + <version>${osgi.annotation.versioning.version}</version> |
| 170 | + </dependency> |
| 171 | + |
| 172 | + <dependency> |
| 173 | + <groupId>com.github.spotbugs</groupId> |
| 174 | + <artifactId>spotbugs-annotations</artifactId> |
| 175 | + <version>${spotbugs-annotations.version}</version> |
| 176 | + </dependency> |
| 177 | + |
143 | 178 | </dependencies>
|
144 | 179 | </dependencyManagement>
|
145 | 180 |
|
|
0 commit comments