Skip to content

Commit b104dd5

Browse files
committed
Updated CORBA dependencies
Signed-off-by: David Matějček <[email protected]>
1 parent b28df24 commit b104dd5

File tree

19 files changed

+55
-23
lines changed

19 files changed

+55
-23
lines changed

appserver/connectors/connectors-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
</dependency>
152152
<dependency>
153153
<groupId>org.glassfish.gmbal</groupId>
154-
<artifactId>gmbal</artifactId>
154+
<artifactId>gmbal-api-only</artifactId>
155155
</dependency>
156156
<dependency>
157157
<groupId>jakarta.interceptor</groupId>

appserver/connectors/work-management/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
</dependency>
8787
<dependency>
8888
<groupId>org.glassfish.gmbal</groupId>
89-
<artifactId>gmbal</artifactId>
89+
<artifactId>gmbal-api-only</artifactId>
9090
</dependency>
9191
<dependency>
9292
<groupId>org.glassfish.external</groupId>
@@ -97,7 +97,7 @@
9797
<artifactId>logging-annotation-processor</artifactId>
9898
<optional>true</optional>
9999
</dependency>
100-
100+
101101
<dependency>
102102
<groupId>org.glassfish.epicyro</groupId>
103103
<artifactId>epicyro</artifactId>

appserver/extras/embedded/all/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,11 @@
903903
<artifactId>gmbal</artifactId>
904904
<optional>true</optional>
905905
</dependency>
906+
<dependency>
907+
<groupId>org.glassfish.gmbal</groupId>
908+
<artifactId>gmbal-api-only</artifactId>
909+
<optional>true</optional>
910+
</dependency>
906911
<dependency>
907912
<groupId>org.glassfish.main.common</groupId>
908913
<artifactId>internal-api</artifactId>

appserver/extras/embedded/nucleus/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,11 @@
201201
<artifactId>gmbal</artifactId>
202202
<optional>true</optional>
203203
</dependency>
204+
<dependency>
205+
<groupId>org.glassfish.gmbal</groupId>
206+
<artifactId>gmbal-api-only</artifactId>
207+
<optional>true</optional>
208+
</dependency>
204209
<dependency>
205210
<groupId>org.glassfish.main.common</groupId>
206211
<artifactId>internal-api</artifactId>

appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,11 @@
805805
<artifactId>gmbal</artifactId>
806806
<optional>true</optional>
807807
</dependency>
808+
<dependency>
809+
<groupId>org.glassfish.gmbal</groupId>
810+
<artifactId>gmbal-api-only</artifactId>
811+
<optional>true</optional>
812+
</dependency>
808813
<dependency>
809814
<groupId>org.glassfish.main.common</groupId>
810815
<artifactId>internal-api</artifactId>

appserver/extras/embedded/web/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,11 @@
218218
<artifactId>gmbal</artifactId>
219219
<optional>true</optional>
220220
</dependency>
221+
<dependency>
222+
<groupId>org.glassfish.gmbal</groupId>
223+
<artifactId>gmbal-api-only</artifactId>
224+
<optional>true</optional>
225+
</dependency>
221226
<dependency>
222227
<groupId>org.glassfish.main.common</groupId>
223228
<artifactId>internal-api</artifactId>

appserver/jdbc/jdbc-ra/jdbc-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
</dependency>
5656
<dependency>
5757
<groupId>org.glassfish.gmbal</groupId>
58-
<artifactId>gmbal</artifactId>
58+
<artifactId>gmbal-api-only</artifactId>
5959
</dependency>
60-
60+
6161
<dependency>
6262
<groupId>org.junit.jupiter</groupId>
6363
<artifactId>junit-jupiter-engine</artifactId>

appserver/orb/orb-connector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
</dependency>
113113
<dependency>
114114
<groupId>org.glassfish.gmbal</groupId>
115-
<artifactId>gmbal</artifactId>
115+
<artifactId>gmbal-api-only</artifactId>
116116
</dependency>
117117
<dependency>
118118
<groupId>org.glassfish.external</groupId>

appserver/security/core-ee/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
</dependency>
154154
<dependency>
155155
<groupId>org.glassfish.gmbal</groupId>
156-
<artifactId>gmbal</artifactId>
156+
<artifactId>gmbal-api-only</artifactId>
157157
</dependency>
158158

159159
<dependency>

appserver/security/webintegration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
</dependency>
117117
<dependency>
118118
<groupId>org.glassfish.gmbal</groupId>
119-
<artifactId>gmbal</artifactId>
119+
<artifactId>gmbal-api-only</artifactId>
120120
</dependency>
121121
<dependency>
122122
<groupId>org.glassfish.epicyro</groupId>

0 commit comments

Comments
 (0)