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 670c76f commit bcdb474
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 39 deletions.
21 changes: 4 additions & 17 deletions modules/cui-jsf-api/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 All @@ -10,7 +10,8 @@
<artifactId>cui-jsf-api</artifactId>
<name>cui jsf api</name>
<description>Provides classes and structures that can be used for creating
ui-components.</description>
ui-components.
</description>
<properties>
<maven.jar.plugin.automatic.module.name>de.cuioss.jsf.api</maven.jar.plugin.automatic.module.name>
</properties>
Expand All @@ -23,27 +24,13 @@
<groupId>de.cuioss.portal.core</groupId>
<artifactId>portal-common-cdi</artifactId>
</dependency>
<dependency>
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
<artifactId>owasp-java-html-sanitizer</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<!-- Sadly needed by sanitizer-->
<scope>compile</scope>
</dependency>
</dependencies>
</project>
9 changes: 0 additions & 9 deletions modules/cui-jsf-bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,5 @@
<groupId>de.cuioss.jsf</groupId>
<artifactId>cui-jsf-test</artifactId>
</dependency>
<dependency>
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
4 changes: 0 additions & 4 deletions modules/cui-jsf-core-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,5 @@
<groupId>de.cuioss.jsf</groupId>
<artifactId>cui-jsf-test</artifactId>
</dependency>
<dependency>
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
</dependency>
</dependencies>
</project>
8 changes: 0 additions & 8 deletions modules/cui-jsf-dev/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@
<groupId>de.cuioss.jsf</groupId>
<artifactId>cui-jsf-core-components</artifactId>
</dependency>
<dependency>
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<version>${version.primefaces}</version>
<classifier>jakarta</classifier>
<!-- Currently we reference only components from within our
composites, therefore runtime is sufficient -->
composites; therefore, runtime is enough -->
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit bcdb474

Please sign in to comment.