Skip to content

Commit

Permalink
Fixing metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Feb 2, 2024
1 parent 1b96cfd commit 9cc9790
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions embedded/metainf-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,24 @@
<parent>
<groupId>org.eclipse.jetty.examples.embedded</groupId>
<artifactId>jetty-embedded-examples</artifactId>
<version>9.4.x</version>
<version>10.0.x</version>
</parent>
<artifactId>metainf-resources</artifactId>
<version>9.4.x</version>
<version>10.0.x</version>
<packaging>jar</packaging>
<name>Jetty Examples :: Jetty 9.4.x :: Embedded :: Integrating jars with META-INF/resources without WebAppContext</name>
<name>Jetty Examples :: Jetty 10.0.x :: Embedded :: Integrating jars with META-INF/resources without WebAppContext</name>

<dependencies>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>${jetty.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-slf4j-impl</artifactId>
<version>${jetty.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
Expand Down

0 comments on commit 9cc9790

Please sign in to comment.