Skip to content

Commit

Permalink
Merge pull request #32 from fujitsu/fix-pom
Browse files Browse the repository at this point in the history
Fix pom for microprofile 5.0 support
  • Loading branch information
kosakak authored Jun 1, 2022
2 parents 3ffde78 + 5ce3128 commit d5f048f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
7 changes: 0 additions & 7 deletions launcher-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,6 @@
<exclude>META-INF/services/org.eclipse.microprofile.rest.client.spi.RestClientListener</exclude>
</excludes>
</filter>
<filter>
<artifact>org.eclipse.persistence:jakarta.persistence</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
Expand Down
4 changes: 0 additions & 4 deletions launcher-impl/glassfish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
<version>3.0.0</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand All @@ -265,7 +264,6 @@
<dependency>
<groupId>org.glassfish.exousia</groupId>
<artifactId>exousia</artifactId>
<version>1.0.0</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand All @@ -276,7 +274,6 @@
<dependency>
<groupId>org.glassfish.corba</groupId>
<artifactId>glassfish-corba-orb</artifactId>
<version>4.2.4</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand All @@ -287,7 +284,6 @@
<dependency>
<groupId>org.glassfish.corba</groupId>
<artifactId>rmic</artifactId>
<version>4.2.4</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.deploy.skip>true</maven.deploy.skip>
<mp.config.version>3.0</mp.config.version>
<mp.fault-tolerance.version>4.0</mp.fault-tolerance.version>
Expand Down

0 comments on commit d5f048f

Please sign in to comment.