Skip to content

Commit 6896aab

Browse files
committed
Stop managing version of therapi-runtime-javadoc
The only project I know of in the SciJava ecosystem that was using it is scijava-ops. And that project ended up implementing its own more targeted javadoc annotation processor.
1 parent fe5801a commit 6896aab

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2309,10 +2309,6 @@
23092309
<org.tensorflow.libtensorflow_jni_gpu.version>${libtensorflow_jni_gpu.version}</org.tensorflow.libtensorflow_jni_gpu.version>
23102310
<org.tensorflow.proto.version>${proto.version}</org.tensorflow.proto.version>
23112311

2312-
<!-- Therapi Runtime Javadoc - https://github.com/dnault/therapi-runtime-javadoc -->
2313-
<!-- NB: therapi.version is defined in pom-scijava-base. -->
2314-
<com.github.therapi.therapi-runtime-javadoc.version>${therapi.version}</com.github.therapi.therapi-runtime-javadoc.version>
2315-
23162312
<!-- ThreeTen - https://www.threeten.org/ -->
23172313
<threetenbp.version>1.6.8</threetenbp.version>
23182314
<org.threeten.threetenbp.version>${threetenbp.version}</org.threeten.threetenbp.version>
@@ -6543,13 +6539,6 @@
65436539
<version>${org.tensorflow.proto.version}</version>
65446540
</dependency>
65456541

6546-
<!-- Therapi Runtime Javadoc - https://github.com/dnault/therapi-runtime-javadoc -->
6547-
<dependency>
6548-
<groupId>com.github.therapi</groupId>
6549-
<artifactId>therapi-runtime-javadoc</artifactId>
6550-
<version>${com.github.therapi.therapi-runtime-javadoc.version}</version>
6551-
</dependency>
6552-
65536542
<!-- ThreeTen - https://www.threeten.org/ -->
65546543
<dependency>
65556544
<groupId>org.threeten</groupId>

0 commit comments

Comments
 (0)