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 df75e52 commit 4d738a9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion embedded/metainf-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jetty.examples.embedded</groupId>
<artifactId>jetty-embedded-examples</artifactId>
<version>9.4.x</version>
<version>11.0.x</version>
</parent>
<artifactId>metainf-resources</artifactId>
<version>11.0.x</version>
Expand All @@ -22,6 +22,11 @@
<artifactId>jetty-servlet</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.webjars</groupId>
<artifactId>bootstrap</artifactId>
Expand Down

0 comments on commit 4d738a9

Please sign in to comment.