Skip to content

Commit

Permalink
2207 upgrade fixes dependency configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Lemke committed Aug 17, 2022
1 parent 10a225f commit e52380b
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions form-editor-cae/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
<dependency>
<groupId>com.coremedia.cms</groupId>
<artifactId>cap-unified-api</artifactId>
<!-- scope provided because it is only used indirectly when compiling the contentBeans usage -->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.coremedia.cms</groupId>
Expand Down Expand Up @@ -229,19 +231,4 @@
</dependency>
</dependencies>
</dependencyManagement>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<ignoredNonTestScopedDependencies combine.children="append">
<!-- these dependency is never used directly, but ContentBean-usages cannot be compiled if the dependency is scoped with "test" -->
<nonTestScopedDependency>com.coremedia.cms:cap-unified-api</nonTestScopedDependency>
</ignoredNonTestScopedDependencies>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit e52380b

Please sign in to comment.