Skip to content

Commit 0c61b42

Browse files
committed
Remove obsolete jetty artifacts
At least, I assume they are obsolete, since they haven't been monoversioned in step with the rest of jetty lately.
1 parent 9fcde97 commit 0c61b42

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -883,10 +883,8 @@
883883
<jetty-jaspi.version>${jetty.version}</jetty-jaspi.version>
884884
<jetty-jmx.version>${jetty.version}</jetty-jmx.version>
885885
<jetty-jndi.version>${jetty.version}</jetty-jndi.version>
886-
<jetty-jsp.version>${jetty.version}</jetty-jsp.version>
887886
<jetty-jspc-maven-plugin.version>${jetty.version}</jetty-jspc-maven-plugin.version>
888887
<jetty-maven-plugin.version>${jetty.version}</jetty-maven-plugin.version>
889-
<jetty-monitor.version>${jetty.version}</jetty-monitor.version>
890888
<jetty-nosql.version>${jetty.version}</jetty-nosql.version>
891889
<jetty-plus.version>${jetty.version}</jetty-plus.version>
892890
<jetty-proxy.version>${jetty.version}</jetty-proxy.version>
@@ -3144,11 +3142,6 @@
31443142
<artifactId>jetty-jndi</artifactId>
31453143
<version>${jetty-jndi.version}</version>
31463144
</dependency>
3147-
<dependency>
3148-
<groupId>org.eclipse.jetty</groupId>
3149-
<artifactId>jetty-jsp</artifactId>
3150-
<version>${jetty-jsp.version}</version>
3151-
</dependency>
31523145
<dependency>
31533146
<groupId>org.eclipse.jetty</groupId>
31543147
<artifactId>jetty-jspc-maven-plugin</artifactId>
@@ -3159,11 +3152,6 @@
31593152
<artifactId>jetty-maven-plugin</artifactId>
31603153
<version>${jetty-maven-plugin.version}</version>
31613154
</dependency>
3162-
<dependency>
3163-
<groupId>org.eclipse.jetty</groupId>
3164-
<artifactId>jetty-monitor</artifactId>
3165-
<version>${jetty-monitor.version}</version>
3166-
</dependency>
31673155
<dependency>
31683156
<groupId>org.eclipse.jetty</groupId>
31693157
<artifactId>jetty-nosql</artifactId>

0 commit comments

Comments
 (0)