Skip to content

Commit

Permalink
#356 Correct metadata and pdp client with the quarkus bom updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cwoods-cpointe committed Sep 27, 2024
1 parent b7e78df commit 39cd51f
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 9 deletions.
1 change: 1 addition & 0 deletions build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
<version.jakarta.cdi>4.0.1</version.jakarta.cdi>
<version.jakarta.inject>2.0.1</version.jakarta.inject>
<version.jakarta.annotation>3.0.0</version.jakarta.annotation>
<version.jakarta.wr.rs>3.1.0</version.jakarta.wr.rs>
<version.javax.servlet>3.1.0</version.javax.servlet>

<!-- Spark Default Dependencies. See `spark-*` profiles below for alternative sets -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ rules:
- delete
- update
- list
- patch
- apiGroups:
- extensions
- networking.k8s.io
Expand Down Expand Up @@ -137,4 +138,4 @@ roleRef:
kind: ClusterRole
name: {{ include "spark-operator.fullname" (index .Subcharts "spark-operator") }}
apiGroup: rbac.authorization.k8s.io
{{- end }}
{{- end }}
7 changes: 7 additions & 0 deletions foundation/foundation-data-access/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.boozallen.aissemble</groupId>
<artifactId>aissemble-quarkus-bom</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.boozallen.aissemble</groupId>
<artifactId>aissemble-quarkus-bom</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
<exclusions>
<!-- Quarkus 3.6 uses SmallRye Messaging 4.10, which is incompatible with 4.24. This causes issues for in-memory import -->
<exclusion>
<groupId>io.smallrye.reactive</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.boozallen.aissemble</groupId>
<artifactId>aissemble-quarkus-bom</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.smallrye.reactive</groupId>
Expand Down Expand Up @@ -80,4 +80,4 @@
</plugins>
</build>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
<artifactId>resteasy-jaxb-provider</artifactId>
<version>${version.resteasy}</version>
</dependency>
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
<version>${version.jakarta.wr.rs}</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 39cd51f

Please sign in to comment.