added jetbrains annotations

This commit is contained in:
2023-06-11 09:33:49 +08:00
parent 461da9bcc7
commit e1ea8cad6c
2 changed files with 3 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ catalog {
version('osgi.service.component.annotations', '1.5.1')
version('rsyntaxtextarea', '3.3.2')
version('rsyntaxtextarea-ls', '3.3.0')
version('jetbrains.annotations', '24.0.1')
library('wson', 'net.woggioni', 'wson').versionRef('wson')
library('jzstd', 'net.woggioni', 'jzstd').versionRef('jzstd')
@@ -146,6 +147,7 @@ catalog {
library('felix', 'org.apache.felix', 'org.apache.felix.framework').versionRef('felix')
library('rsyntaxtextarea', 'com.fifesoft', 'rsyntaxtextarea').versionRef('rsyntaxtextarea')
library('rsyntaxtextarea-ls', 'com.fifesoft', 'languagesupport').versionRef('rsyntaxtextarea-ls')
library('jetbrains.annotations', 'org.jetbrains', 'annotations').versionRef('jetbrains.annotations')
[