Skip to content

Commit

Permalink
Do not include runtime-* in WEB-INF/lib
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Oct 25, 2024
1 parent c7e7821 commit ec541e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions applications/proberapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,26 +64,31 @@
<groupId>com.google.appengine</groupId>
<artifactId>runtime-impl-jetty9</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>runtime-shared-jetty9</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>runtime-impl-jetty12</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>runtime-shared-jetty12</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>runtime-main</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
Expand Down Expand Up @@ -227,6 +232,7 @@
<excludeTransitive>true</excludeTransitive>
<includeGroupIds>com.google.appengine</includeGroupIds>
<stripVersion>true</stripVersion>
<includeScope>provided</includeScope>
<outputDirectory>${appengine.runtime.location}</outputDirectory>
</configuration>
</execution>
Expand Down

0 comments on commit ec541e7

Please sign in to comment.