Skip to content

Commit f945088

Browse files
calixtusSiedlerchrThiloteE0x002Akoppor
committed
Finish external
Co-authored-by: Christoph <[email protected]> Co-authored-by: ThiloteE <[email protected]> Co-authored-by: Kevin Klein <[email protected]> Co-authored-by: Oliver Kopp <[email protected]>
1 parent f6c5bd0 commit f945088

File tree

1 file changed

+33
-40
lines changed

1 file changed

+33
-40
lines changed

external-libraries.md

Lines changed: 33 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,6 @@ URL: https://github.com/eclipse-ee4j/jaxb-istack-commons
134134
License: BSD-3-Clause (with copyright as described in Eclipse Distribution License - v 1.0 - see https://wiki.spdx.org/view/Legal_Team/License_List/Licenses_Under_Consideration for details)
135135
```
136136
137-
```yaml
138-
Id: com.sun.xml.fastinfoset:FastInfoset
139-
Project: Fast Infoset
140-
URL: https://github.com/eclipse-ee4j/jaxb-fi
141-
License: Apache-2.0
142-
```
143-
144137
```yaml
145138
Id: com.tobiasdiez:easybind
146139
Project: EasyBind
@@ -226,15 +219,15 @@ License: Apache-2.0
226219
```
227220
228221
```yaml
229-
Id: jakarta.activation:jakarata.activation-api
230-
Project: Jakarta Activation
231-
URL: https://eclipse-ee4j.github.io/jaf/
232-
License: BSD-3-Clause
222+
Id: jakarta.annotation:jakarata.annotation-api
223+
Project: Jakarta Annotations
224+
URL: https://projects.eclipse.org/projects/ee4j.ca
225+
License: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
233226
```
234227
235228
```yaml
236-
Id: jakarta.annotation:jakarata.annotation-api
237-
Project: Jakarta Annotations
229+
Id: jakarta.activation:jakarata.activation-api
230+
Project: Jakarta Activation
238231
URL: https://projects.eclipse.org/projects/ee4j.ca
239232
License: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
240233
```
@@ -310,28 +303,7 @@ License: Apache-2.0
310303
```
311304
312305
```yaml
313-
Id: org.apache.commons:commons-text
314-
Project: Apache Commons Text
315-
URL: https://commons.apache.org/proper/commons-text/
316-
License: Apache-2.0
317-
```
318-
319-
```yaml
320-
Id: org.apache.lucene:lucene-core
321-
Project: Apache Lucene
322-
URL: https://lucene.apache.org/
323-
License: Apache-2.0
324-
```
325-
326-
```yaml
327-
Id: org.apache.lucene:lucene-queries
328-
Project: Apache Lucene
329-
URL: https://lucene.apache.org/
330-
License: Apache-2.0
331-
```
332-
333-
```yaml
334-
Id: org.apache.lucene:lucene-queryparser
306+
Id: org.apache.lucene:*
335307
Project: Apache Lucene
336308
URL: https://lucene.apache.org/
337309
License: Apache-2.0
@@ -414,6 +386,20 @@ URL: https://github.com/TomasMikula/RichTextFX
414386
License: BSD-2-Clause
415387
```
416388
389+
```yaml
390+
Id: org.glassfish.*
391+
Project: Eclipse GlassFish
392+
URL: https://glassfish.org/
393+
License: BSD-3-Clause (with copyright as described in Eclipse Distribution License - v 1.0 - see https://wiki.spdx.org/view/Legal_Team/License_List/Licenses_Under_Consideration for details)
394+
```
395+
396+
```yaml
397+
Id: com.ibm.icu:*
398+
Project: International Components for Unicode
399+
URL: https://icu.unicode.org/
400+
License: Unicode License (https://www.unicode.org/copyright.html)
401+
```
402+
417403
```yaml
418404
Id: org.jsoup:jsoup
419405
Project: jsoup
@@ -548,6 +534,8 @@ com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
548534
com.google.j2objc:j2objc-annotations:1.3
549535
com.googlecode.javaewah:JavaEWAH:1.1.13
550536
com.h2database:h2-mvstore:2.1.212
537+
com.ibm.icu:icu4j-charset:70.1
538+
com.ibm.icu:icu4j:70.1
551539
com.jfoenix:jfoenix:9.0.10
552540
com.konghq:unirest-java:3.13.8
553541
com.microsoft.azure:applicationinsights-core:2.4.1
@@ -558,8 +546,8 @@ com.oracle.ojdbc:osdt_cert:19.3.0.0
558546
com.oracle.ojdbc:osdt_core:19.3.0.0
559547
com.oracle.ojdbc:simplefan:19.3.0.0
560548
com.oracle.ojdbc:ucp:19.3.0.0
561-
com.sun.istack:istack-commons-runtime:3.0.8
562-
com.sun.xml.fastinfoset:FastInfoset:1.2.16
549+
com.sun.activation:jakarta.activation:2.0.1
550+
com.sun.istack:istack-commons-runtime:4.0.1
563551
com.tobiasdiez:easybind:2.2
564552
com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.64.0
565553
com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.64.0
@@ -586,7 +574,6 @@ de.undercouch:citeproc-java:3.0.0-alpha.6
586574
eu.lestard:doc-annotations:0.2
587575
info.debatty:java-string-similarity:2.0.0
588576
io.github.java-diff-utils:java-diff-utils:4.11
589-
jakarta.activation:jakarta.activation-api:1.2.1
590577
jakarta.annotation:jakarta.annotation-api:1.3.5
591578
jakarta.xml.bind:jakarta.xml.bind-api:3.0.1
592579
net.harawata:appdirs:1.2.1
@@ -598,12 +585,18 @@ org.antlr:antlr-runtime:3.5.2
598585
org.antlr:antlr4-runtime:4.9.3
599586
org.apache.commons:commons-csv:1.9.0
600587
org.apache.commons:commons-lang3:3.12.0
601-
org.apache.commons:commons-text:1.8
602588
org.apache.httpcomponents:httpasyncclient:4.1.5
603589
org.apache.httpcomponents:httpclient:4.5.13
604590
org.apache.httpcomponents:httpcore-nio:4.4.13
605591
org.apache.httpcomponents:httpcore:4.4.13
606592
org.apache.httpcomponents:httpmime:4.5.13
593+
org.apache.lucene:lucene-analysis-common:9.1.0
594+
org.apache.lucene:lucene-backward-codecs:9.1.0
595+
org.apache.lucene:lucene-core:9.1.0
596+
org.apache.lucene:lucene-highlighter:9.1.0
597+
org.apache.lucene:lucene-queries:9.1.0
598+
org.apache.lucene:lucene-queryparser:9.1.0
599+
org.apache.lucene:lucene-sandbox:9.1.0
607600
org.apache.pdfbox:fontbox:3.0.0-RC1
608601
org.apache.pdfbox:pdfbox:3.0.0-RC1
609602
org.apache.pdfbox:xmpbox:3.0.0-RC1
@@ -618,6 +611,7 @@ org.fxmisc.richtext:richtextfx:0.10.9
618611
org.fxmisc.undo:undofx:2.1.1
619612
org.fxmisc.wellbehaved:wellbehavedfx:0.3.3
620613
org.glassfish.hk2.external:jakarta.inject:2.6.1
614+
org.glassfish.jaxb:jaxb-core:3.0.2
621615
org.glassfish.jaxb:jaxb-runtime:3.0.2
622616
org.glassfish.jaxb:txw2:3.0.2
623617
org.jbibtex:jbibtex:1.0.19
@@ -629,7 +623,6 @@ org.kordamp.ikonli:ikonli-materialdesign2-pack:12.3.1
629623
org.libreoffice:libreoffice:7.3.2
630624
org.libreoffice:unoloader:7.3.2
631625
org.mariadb.jdbc:mariadb-java-client:2.7.5
632-
org.jvnet.staxex:stax-ex:1.8.1
633626
org.openjfx:javafx-base:18
634627
org.openjfx:javafx-controls:18
635628
org.openjfx:javafx-fxml:18

0 commit comments

Comments
 (0)