Skip to content

Commit

Permalink
Updated CORBA dependencies to snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: David Matějček <[email protected]>
  • Loading branch information
dmatej committed Feb 4, 2025
1 parent bf6d3ce commit d04db3b
Show file tree
Hide file tree
Showing 19 changed files with 55 additions and 23 deletions.
2 changes: 1 addition & 1 deletion appserver/connectors/connectors-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
</dependency>
<dependency>
<groupId>org.glassfish.gmbal</groupId>
<artifactId>gmbal</artifactId>
<artifactId>gmbal-api-only</artifactId>
</dependency>
<dependency>
<groupId>jakarta.interceptor</groupId>
Expand Down
4 changes: 2 additions & 2 deletions appserver/connectors/work-management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
</dependency>
<dependency>
<groupId>org.glassfish.gmbal</groupId>
<artifactId>gmbal</artifactId>
<artifactId>gmbal-api-only</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.external</groupId>
Expand All @@ -97,7 +97,7 @@
<artifactId>logging-annotation-processor</artifactId>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.glassfish.epicyro</groupId>
<artifactId>epicyro</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions appserver/extras/embedded/all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,11 @@
<artifactId>gmbal</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.gmbal</groupId>
<artifactId>gmbal-api-only</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.main.common</groupId>
<artifactId>internal-api</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions appserver/extras/embedded/nucleus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,11 @@
<artifactId>gmbal</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.gmbal</groupId>
<artifactId>gmbal-api-only</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.main.common</groupId>
<artifactId>internal-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,11 @@
<artifactId>gmbal</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.gmbal</groupId>
<artifactId>gmbal-api-only</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.main.common</groupId>
<artifactId>internal-api</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions appserver/extras/embedded/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,11 @@
<artifactId>gmbal</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.gmbal</groupId>
<artifactId>gmbal-api-only</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.main.common</groupId>
<artifactId>internal-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
</dependency>
<dependency>
<groupId>org.glassfish.gmbal</groupId>
<artifactId>gmbal</artifactId>
<artifactId>gmbal-api-only</artifactId>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/orb/orb-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
</dependency>
<dependency>
<groupId>org.glassfish.gmbal</groupId>
<artifactId>gmbal</artifactId>
<artifactId>gmbal-api-only</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.external</groupId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/security/core-ee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
</dependency>
<dependency>
<groupId>org.glassfish.gmbal</groupId>
<artifactId>gmbal</artifactId>
<artifactId>gmbal-api-only</artifactId>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion appserver/security/webintegration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
</dependency>
<dependency>
<groupId>org.glassfish.gmbal</groupId>
<artifactId>gmbal</artifactId>
<artifactId>gmbal-api-only</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.epicyro</groupId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/transaction/jta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
</dependency>
<dependency>
<groupId>org.glassfish.gmbal</groupId>
<artifactId>gmbal</artifactId>
<artifactId>gmbal-api-only</artifactId>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion appserver/web/admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
</dependency>
<dependency>
<groupId>org.glassfish.gmbal</groupId>
<artifactId>gmbal</artifactId>
<artifactId>gmbal-api-only</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.main.common</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nucleus/admin/monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</dependency>
<dependency>
<groupId>org.glassfish.gmbal</groupId>
<artifactId>gmbal</artifactId>
<artifactId>gmbal-api-only</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.annotations</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nucleus/core/kernel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
</dependency>
<dependency>
<groupId>org.glassfish.gmbal</groupId>
<artifactId>gmbal</artifactId>
<artifactId>gmbal-api-only</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.annotations</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nucleus/deployment/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</dependency>
<dependency>
<groupId>org.glassfish.gmbal</groupId>
<artifactId>gmbal</artifactId>
<artifactId>gmbal-api-only</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.main.common</groupId>
Expand Down
10 changes: 10 additions & 0 deletions nucleus/featuresets/atomic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,16 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.glassfish.gmbal</groupId>
<artifactId>gmbal-api-only</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.glassfish.main.common</groupId>
<artifactId>internal-api</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions nucleus/grizzly/nucleus-grizzly-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@
<artifactId>grizzly-config</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.gmbal</groupId>
<artifactId>gmbal</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
Expand Down
15 changes: 11 additions & 4 deletions nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,14 @@

<!-- GlassFish Components -->

<glassfish-corba.version>4.2.5</glassfish-corba.version>
<grizzly.version>4.0.2</grizzly.version>
<grizzly.npn.version>2.0.0</grizzly.npn.version>
<glassfish-management-api.version>3.2.3</glassfish-management-api.version>
<pfl.version>4.1.2</pfl.version>
<gmbal.version>4.0.3</gmbal.version>

<glassfish-corba.version>5.0.0-SNAPSHOT</glassfish-corba.version>
<glassfish-management-api.version>3.3.0-SNAPSHOT</glassfish-management-api.version>
<gmbal.version>4.1.0-SNAPSHOT</gmbal.version>
<pfl.version>5.0.1-SNAPSHOT</pfl.version>

<shoal.version>3.1.0</shoal.version>
<ha-api.version>3.1.13</ha-api.version>
<logging-annotation-processor.version>1.10</logging-annotation-processor.version>
Expand Down Expand Up @@ -448,6 +450,11 @@
<artifactId>gmbal</artifactId>
<version>${gmbal.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.gmbal</groupId>
<artifactId>gmbal-api-only</artifactId>
<version>${gmbal.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-impl-maven-archive</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nucleus/security/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
</dependency>
<dependency>
<groupId>org.glassfish.gmbal</groupId>
<artifactId>gmbal</artifactId>
<artifactId>gmbal-api-only</artifactId>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
Expand Down

0 comments on commit d04db3b

Please sign in to comment.