Skip to content

Commit

Permalink
Updated dependencies: grizzly, xmlsec, jersey
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatej committed Mar 18, 2022
1 parent 538b72e commit d26bf36
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 9 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
2 changes: 1 addition & 1 deletion 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 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-master</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
1 change: 1 addition & 0 deletions snapshots/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<module>hibernate-validator</module>
<module>grizzly</module>
<module>metro</module>
<module>jersey</module>
</modules>

<build>
Expand Down

0 comments on commit d26bf36

Please sign in to comment.