Skip to content

Commit 4f78d7b

Browse files
authored
chore: remove wcm tag lib dependency (#1250)
dquote> dquote> - this is included in the uber-jar anyway - there is no recent version of that dependency published to maven central
1 parent 4529d6e commit 4f78d7b

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

src/main/archetype/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -778,13 +778,6 @@ Bundle-DocURL:
778778
<version>2.0</version>
779779
<scope>provided</scope>
780780
</dependency>
781-
<!-- Taglibs -->
782-
<dependency>
783-
<groupId>com.day.cq.wcm</groupId>
784-
<artifactId>cq-wcm-taglib</artifactId>
785-
<version>5.7.4</version>
786-
<scope>provided</scope>
787-
</dependency>
788781
<dependency>
789782
<groupId>com.adobe.cq</groupId>
790783
<artifactId>core.wcm.components.core</artifactId>

src/main/archetype/ui.apps/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,6 @@ Require-Capability: osgi.extender;filter:="(&(osgi.extender=sling.scripting)(ver
292292
<artifactId>javax.servlet-api</artifactId>
293293
</dependency>
294294

295-
<dependency>
296-
<groupId>com.day.cq.wcm</groupId>
297-
<artifactId>cq-wcm-taglib</artifactId>
298-
</dependency>
299295
#else
300296
<dependency>
301297
<groupId>com.adobe.aem</groupId>

0 commit comments

Comments
 (0)