Skip to content

Commit

Permalink
Improved example jars
Browse files Browse the repository at this point in the history
  • Loading branch information
BalusC committed Oct 24, 2024
1 parent 7204965 commit 8f036a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/example_jar_with_metadata_complete_false/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<groupId>org.glassfish</groupId>
<artifactId>jakarta.faces</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
1 change: 1 addition & 0 deletions test/example_jar_with_metadata_complete_true/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<groupId>org.glassfish</groupId>
<artifactId>jakarta.faces</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 8f036a5

Please sign in to comment.