Skip to content

Commit

Permalink
Merge pull request eclipse-ee4j#360 from arjantijms/pom_update
Browse files Browse the repository at this point in the history
Update some minor versions in pom and remove overriding versions
  • Loading branch information
arjantijms authored Jun 6, 2023
2 parents b8b9cc8 + af4ad44 commit 781aa4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.2</version>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<dependency>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
<version>2.1.1</version>
<version>2.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -156,7 +156,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.29</version>
<version>9.31</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -254,7 +254,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down

0 comments on commit 781aa4e

Please sign in to comment.