Skip to content

Commit

Permalink
POM-Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cuioss committed May 16, 2024
1 parent 8d8d720 commit 169b523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 32 deletions.
13 changes: 2 additions & 11 deletions modules/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.cuioss.jsf</groupId>
Expand Down Expand Up @@ -35,15 +35,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.primefaces</groupId>
<artifactId>primefaces</artifactId>
<version>${version.primefaces}</version>
<classifier>jakarta</classifier>
<!-- Currently we reference only components from within our
composites; therefore, runtime is enough -->
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>de.cuioss.portal.core</groupId>
<artifactId>portal-common-cdi</artifactId>
Expand Down
21 changes: 0 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
</issueManagement>
<properties>
<version.cui.parent>0.6-SNAPSHOT</version.cui.parent>
<version.primefaces>13.0.7</version.primefaces>
<!-- Needed for js / css -->
<version.nodejs>v20.11.1</version.nodejs>
<version.cui.portal.core>1.0.0-SNAPSHOT</version.cui.portal.core>
Expand Down Expand Up @@ -88,24 +87,4 @@
</reporting>
</profile>
</profiles>
<build>
<plugins>
<plugin>
<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.java.migrate.jakarta.JakartaEE10</recipe>
</activeRecipes>
</configuration>
<dependencies>
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-migrate-java</artifactId>
<version>2.11.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 169b523

Please sign in to comment.