Skip to content

Commit

Permalink
Updated dependencies (#744)
Browse files Browse the repository at this point in the history
* Updated dependencies

Signed-off-by: jansupol <[email protected]>
  • Loading branch information
jansupol authored Aug 31, 2021
1 parent ddfbf30 commit 8f5ea1d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 18 deletions.
21 changes: 11 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@
<annotation-api.version>2.0.0</annotation-api.version>
<cdi-api.version>3.0.0</cdi-api.version>
<ejb-api.version>4.0.0</ejb-api.version>
<grizzly.version>3.0.0-M1</grizzly.version>
<json-api.version>2.0.0</json-api.version>
<json-impl.version>2.0.0</json-impl.version>
<jaxb.api.version>3.0.0</jaxb.api.version>
<jaxb.ri.version>3.0.0-M5</jaxb.ri.version>
<grizzly.version>3.0.0</grizzly.version>
<json-api.version>2.0.1</json-api.version>
<json-impl.version>1.0.0</json-impl.version>
<jaxb.api.version>3.0.1</jaxb.api.version>
<jaxb.ri.version>3.0.2</jaxb.ri.version>
<maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
<servlet.api.version>5.0.0</servlet.api.version>

Expand Down Expand Up @@ -227,7 +227,7 @@
<plugin>
<groupId>org.glassfish.copyright</groupId>
<artifactId>glassfish-copyright-maven-plugin</artifactId>
<version>2.3</version>
<version>2.4</version>
<configuration>
<excludeFile>etc/config/copyright-exclude</excludeFile>
<!--svn|mercurial|git - defaults to svn-->
Expand All @@ -240,6 +240,7 @@
<warn>true</warn>
<!-- for use with repair -->
<update>false</update>
<quiet>false</quiet>
<!-- check that year is correct -->
<ignoreYear>false</ignoreYear>
<templateFile>etc/config/copyright.txt</templateFile>
Expand Down Expand Up @@ -499,8 +500,8 @@
<version>${json-api.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
<groupId>org.eclipse.parsson</groupId>
<artifactId>parsson</artifactId>
<version>${json-impl.version}</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -597,12 +598,12 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
</dependency>
<dependency>
<groupId>org.glassfish.main.extras</groupId>
<artifactId>glassfish-embedded-all</artifactId>
<version>4.0-SNAPSHOT</version>
<version>6.2.1</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
Expand Down
11 changes: 6 additions & 5 deletions samples/shared-collection/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2014, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2014, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v. 1.0, which is available at
Expand Down Expand Up @@ -40,13 +40,13 @@
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
<version>3.0.0-M1</version>
<version>3.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-sse</artifactId>
<version>2.19</version>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>

Expand Down Expand Up @@ -87,8 +87,9 @@
</dependency>

<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
<groupId>org.eclipse.parsson</groupId>
<artifactId>parsson</artifactId>
<scope>test</scope>
</dependency>

</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions tests/e2e/standard-config/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2013, 2021 Oracle and/or its affiliates. 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 Expand Up @@ -49,8 +49,8 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
<groupId>org.eclipse.parsson</groupId>
<artifactId>parsson</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 8f5ea1d

Please sign in to comment.