Skip to content

Commit 987d009

Browse files
committed
Fix weird version in dep issue
1 parent fc436a9 commit 987d009

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.mvn/extensions.xml

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

plugin-tailwind/plugin/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@
3838
<groupId>org.mvnpm.at.tailwindcss</groupId>
3939
<artifactId>typography</artifactId>
4040
<version>0.5.19</version>
41+
<exclusions>
42+
<!-- See https://github.com/mvnpm/mvnpm/issues/36027-->
43+
<exclusion>
44+
<groupId>org.mvnpm.at.isaacs</groupId>
45+
<artifactId>cliui</artifactId>
46+
</exclusion>
47+
</exclusions>
4148
</dependency>
4249
<dependency>
4350
<groupId>io.mvnpm</groupId>

0 commit comments

Comments
 (0)