Skip to content

Commit

Permalink
removing analyse module because of release issues (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
godanny86 authored Feb 21, 2021
1 parent c934d1f commit d115862
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 66 deletions.
56 changes: 0 additions & 56 deletions analyse/pom.xml

This file was deleted.

11 changes: 1 addition & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
<module>it.tests</module>
<module>dispatcher</module>
<module>ui.tests</module>
<module>analyse</module>
</modules>

<properties>
Expand All @@ -61,11 +60,10 @@
<bnd.version>5.1.2</bnd.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<aem.sdk.api>2021.2.4914.20210211T090746Z-210128</aem.sdk.api>
<aem.sdk.api>2020.11.4506.20201112T235200Z-201028</aem.sdk.api>
<componentGroupName>WKND Site</componentGroupName>
<core.wcm.components.version>2.13.2</core.wcm.components.version>
<uber.jar.version>6.4.4</uber.jar.version>
<aemanalyser.version>0.0.18</aemanalyser.version>
</properties>

<organization>
Expand Down Expand Up @@ -333,13 +331,6 @@ Bundle-DocURL:
</dependency>
</dependencies>
</plugin>
<!-- AEM Analyser Plugin -->
<plugin>
<groupId>com.adobe.aem</groupId>
<artifactId>aemanalyser-maven-plugin</artifactId>
<version>${aemanalyser.version}</version>
<extensions>true</extensions>
</plugin>
<!-- Content Package Plugin -->
<plugin>
<groupId>com.day.jcr.vault</groupId>
Expand Down

0 comments on commit d115862

Please sign in to comment.