Skip to content

Commit

Permalink
Switching to latest cui-parent
Browse files Browse the repository at this point in the history
  • Loading branch information
cuioss committed Jun 21, 2024
1 parent 9fb9a94 commit 990edfd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
6 changes: 6 additions & 0 deletions modules/authentication/portal-authentication-oauth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-cdi</artifactId>
<exclusions>
<exclusion>
<groupId>org.jboss</groupId>
<artifactId>jandex</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
10 changes: 10 additions & 0 deletions modules/micro-profile/portal-mp-rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,21 @@
<groupId>org.jboss.spec.javax.annotation</groupId>
<artifactId>jboss-annotations-api_1.3_spec</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss</groupId>
<artifactId>jandex</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-cdi</artifactId>
<exclusions>
<exclusion>
<groupId>org.jboss</groupId>
<artifactId>jandex</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.cuioss</groupId>
<artifactId>cui-java-parent</artifactId>
<version>0.7.1</version>
<version>0.7.2</version>
<relativePath/>
</parent>
<groupId>de.cuioss.portal</groupId>
Expand All @@ -29,7 +29,7 @@
<system>GitHub Issues</system>
</issueManagement>
<properties>
<version.cui.parent>0.7.1</version.cui.parent>
<version.cui.parent>0.7.2</version.cui.parent>
<version.log4j>2.23.1</version.log4j>
</properties>
<modules>
Expand Down

0 comments on commit 990edfd

Please sign in to comment.