Skip to content

Commit

Permalink
Fixes #3985 - Fix dependencies (#3986)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Sep 17, 2024
1 parent 5252860 commit a3e901c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 0 additions & 2 deletions external/coreprofile-tck/cdi/runner/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,12 @@
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
<version>${jakarta.enterprise.cdi-api.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>${jakarta.servlet-api.version}</version>
<scope>test</scope>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion external/coreprofile-tck/cdi/runner/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
<version>${jakarta.enterprise.cdi-api.version}</version>
<scope>provided</scope>
</dependency>

Expand Down
12 changes: 12 additions & 0 deletions external/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@

<name>Piranha - External - Project</name>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>cloud.piranha</groupId>
<artifactId>bom</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<modules>
<module>coreprofile-tck</module>
<module>ejblite</module>
Expand Down
2 changes: 2 additions & 0 deletions external/tck/jwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,13 @@
<dependency>
<groupId>org.omnifaces.arquillian</groupId>
<artifactId>glassfish-client-ee9</artifactId>
<version>1.6</version>
</dependency>

<dependency>
<groupId>jakarta.platform</groupId>
<artifactId>jakarta.jakartaee-api</artifactId>
<version>10.0.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit a3e901c

Please sign in to comment.