Skip to content

Commit

Permalink
All works on pure AEMaaCS/SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Jul 29, 2024
1 parent 236ea8a commit f2c6b49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 5 additions & 6 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,16 @@
<artifactId>stubs.core</artifactId>
<target>/apps/stubs-packages/application/install</target>
</embedded>
<!-- TODO embed it as 'private-package' in core bundle instead -->
<embedded>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
<target>/apps/stubs-packages/application/install</target>
</embedded>
<embedded>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-templates</artifactId>
<target>/apps/stubs-packages/application/install</target>
</embedded>
</embeddeds>
</configuration>
</plugin>
Expand Down Expand Up @@ -190,10 +194,5 @@
<version>${project.version}</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
<version>4.0.18</version>
</dependency>
</dependencies>
</project>
2 changes: 0 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,11 @@ Private-Package: net.datafaker.*,com.mifmif.common.regex.*,dk.brics.automaton.*
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
<version>4.0.18</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-templates</artifactId>
<version>4.0.9</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
Expand Down

0 comments on commit f2c6b49

Please sign in to comment.