Skip to content

Commit

Permalink
Updated dependencies: grizzly, xmlsec, jersey, shoal
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatej committed Mar 18, 2022
1 parent 538b72e commit 4b6545c
Show file tree
Hide file tree
Showing 7 changed files with 110 additions and 10 deletions.
12 changes: 6 additions & 6 deletions appserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<wasp.version>3.1.0-M1</wasp.version>

<!-- Used for Jakarta SOAP (XML Web Services) -->
<xmlsec.version>2.1.7</xmlsec.version>
<xmlsec.version>2.3.0</xmlsec.version>
<woodstox.version>6.2.8</woodstox.version>
<stax2-api.version>4.2.1</stax2-api.version>

Expand All @@ -156,7 +156,7 @@


<!-- Admin console components -->

<jsftemplating.version>3.0.0</jsftemplating.version>
<jsf-ext.version>0.2</jsf-ext.version>
<woodstock.version>5.0.0</woodstock.version>
Expand All @@ -167,16 +167,16 @@


<!-- Other -->

<dbschema.version>6.7</dbschema.version>
<schema2beans.version>6.7</schema2beans.version>
<derby.version>10.15.2.0</derby.version>
<wsdl4j.version>1.6.3</wsdl4j.version>
<maven-rar-plugin.version>2.4</maven-rar-plugin.version>


<!-- Settings -->

<product.name>Eclipse GlassFish</product.name>
<brief_product_name>GlassFish</brief_product_name>
<abbrev_product_name>glassfish</abbrev_product_name>
Expand Down
4 changes: 2 additions & 2 deletions nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

<!-- Jakarta REST -->
<jakarta.rest-api.version>3.1.0</jakarta.rest-api.version>
<jersey.version>3.1.0-M3</jersey.version>
<jersey.version>3.1.0-SNAPSHOT</jersey.version>

<!-- Jakarta Mail -->
<jakarta.mail-api.version>2.1.0</jakarta.mail-api.version>
Expand All @@ -127,7 +127,7 @@
<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>
<shoal.version>2.0.0</shoal.version>
<shoal.version>3.0.0-SNAPSHOT</shoal.version>
<ha-api.version>3.1.13</ha-api.version>
<logging-annotation-processor.version>1.9</logging-annotation-processor.version>
<command-security-plugin.version>1.0.14</command-security-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion snapshots/grizzly/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2021 Contributors to the Eclipse Foundation. All rights reserved.
Copyright (c) 2022 Contributors to the Eclipse Foundation. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down
49 changes: 49 additions & 0 deletions snapshots/jersey/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2022 Contributors to the Eclipse Foundation. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the
Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
version 2 with the GNU Classpath Exception, which is available at
https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.glassfish.main.snapshots</groupId>
<artifactId>snapshotsmodule</artifactId>
<version>0.0.0-SNAPSHOT</version>
</parent>

<artifactId>jersey</artifactId>
<packaging>pom</packaging>

<properties>
<snapshots.sources.url>https://github.com/dmatej/jersey/archive/refs/heads/grizzly4.zip</snapshots.sources.url>
<snapshots.sources.directory>${project.build.directory}/jersey-grizzly4</snapshots.sources.directory>
</properties>

<build>
<plugins>
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
2 changes: 1 addition & 1 deletion snapshots/metro/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2021 Contributors to the Eclipse Foundation. All rights reserved.
Copyright (c) 2022 Contributors to the Eclipse Foundation. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down
2 changes: 2 additions & 0 deletions snapshots/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
<module>hibernate-validator</module>
<module>grizzly</module>
<module>metro</module>
<module>jersey</module>
<module>shoal</module>
</modules>

<build>
Expand Down
49 changes: 49 additions & 0 deletions snapshots/shoal/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2022 Contributors to the Eclipse Foundation. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the
Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
version 2 with the GNU Classpath Exception, which is available at
https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.glassfish.main.snapshots</groupId>
<artifactId>snapshotsmodule</artifactId>
<version>0.0.0-SNAPSHOT</version>
</parent>

<artifactId>shoal</artifactId>
<packaging>pom</packaging>

<properties>
<snapshots.sources.url>https://github.com/dmatej/glassfish-shoal/archive/refs/heads/jakartaee-10.zip</snapshots.sources.url>
<snapshots.sources.directory>${project.build.directory}/glassfish-shoal-jakartaee-10</snapshots.sources.directory>
</properties>

<build>
<plugins>
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 4b6545c

Please sign in to comment.