Skip to content

Commit

Permalink
chore: remove wcm tag lib dependency
Browse files Browse the repository at this point in the history
dquote>
dquote> - this is included in the uber-jar anyway
- there is no recent version of that dependency published to maven central
  • Loading branch information
buuhuu committed Nov 5, 2024
1 parent 107d544 commit bce8832
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
7 changes: 0 additions & 7 deletions src/main/archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -778,13 +778,6 @@ Bundle-DocURL:
<version>2.0</version>
<scope>provided</scope>
</dependency>
<!-- Taglibs -->
<dependency>
<groupId>com.day.cq.wcm</groupId>
<artifactId>cq-wcm-taglib</artifactId>
<version>5.7.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.core</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions src/main/archetype/ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,6 @@ Require-Capability: osgi.extender;filter:="(&(osgi.extender=sling.scripting)(ver
<artifactId>javax.servlet-api</artifactId>
</dependency>

<dependency>
<groupId>com.day.cq.wcm</groupId>
<artifactId>cq-wcm-taglib</artifactId>
</dependency>
#else
<dependency>
<groupId>com.adobe.aem</groupId>
Expand Down

0 comments on commit bce8832

Please sign in to comment.