Skip to content

Commit a47b5b3

Browse files
fix JSPs from appengine-local-runtime-shared-jetty12
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
1 parent d816ef5 commit a47b5b3

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

  • local_runtime_shared_jetty12

local_runtime_shared_jetty12/pom.xml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,6 @@
4444
<groupId>com.google.appengine</groupId>
4545
<artifactId>runtime-shared</artifactId>
4646
</dependency>
47-
<dependency>
48-
<groupId>org.eclipse.jetty</groupId>
49-
<artifactId>apache-jsp</artifactId>
50-
</dependency>
51-
<dependency>
52-
<groupId>org.mortbay.jasper</groupId>
53-
<artifactId>apache-jsp</artifactId>
54-
</dependency>
55-
<dependency>
56-
<groupId>org.eclipse.jetty.ee10</groupId>
57-
<artifactId>jetty-ee10-apache-jsp</artifactId>
58-
<version>${jetty12.version}</version>
59-
</dependency>
6047
<dependency>
6148
<groupId>javax.servlet</groupId>
6249
<artifactId>javax.servlet-api</artifactId>
@@ -89,8 +76,8 @@
8976
</executions>
9077
</plugin>
9178
<plugin>
92-
<groupId>org.eclipse.jetty</groupId>
93-
<artifactId>jetty-jspc-maven-plugin</artifactId>
79+
<groupId>org.eclipse.jetty.ee8</groupId>
80+
<artifactId>jetty-ee8-jspc-maven-plugin</artifactId>
9481
<executions>
9582
<execution>
9683
<id>jspc</id>

0 commit comments

Comments
 (0)