Skip to content

Commit 5b3cdcf

Browse files
committed
remove taglet module
Signed-off-by: Stefan Niederhauser <[email protected]>
1 parent 29ea435 commit 5b3cdcf

File tree

4 files changed

+2
-178
lines changed

4 files changed

+2
-178
lines changed

graphviz-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.graalvm.js</groupId>
6262
<artifactId>js</artifactId>
63-
<version>20.0.0</version>
63+
<version>21.0.0</version>
6464
<optional>true</optional>
6565
</dependency>
6666
<!-- Only needed for Javascript Graphviz Engines -->

graphviz-taglet/pom.xml

Lines changed: 0 additions & 53 deletions
This file was deleted.

graphviz-taglet/src/main/java/guru/nidi/graphviz/GraphvizTaglet.java

Lines changed: 0 additions & 122 deletions
This file was deleted.

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>guru.nidi</groupId>
77
<artifactId>guru-nidi-parent-pom</artifactId>
8-
<version>1.1.35</version>
8+
<version>1.1.36</version>
99
<relativePath />
1010
</parent>
1111

@@ -32,7 +32,6 @@
3232
<module>graphviz-java-all-j2v8</module>
3333
<module>graphviz-rough</module>
3434
<module>graphviz-kotlin</module>
35-
<module>graphviz-taglet</module>
3635
</modules>
3736

3837
<scm>

0 commit comments

Comments
 (0)