Skip to content

Commit

Permalink
fix test #12
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Jul 22, 2024
1 parent 747ba6c commit 44d37b1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,22 @@
</plugins>
</pluginManagement>
</build>

<!-- https://maven.apache.org/plugins/maven-jar-plugin/examples/create-test-jar.html-->
<dependencies>
<dependency>
<groupId>io.github.linguaphylo</groupId>
<artifactId>lphybeast</artifactId>
<version>1.2.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.github.linguaphylo</groupId>
<artifactId>lphybeast</artifactId>
<version>1.2.0-SNAPSHOT</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
</dependency>
</dependencies>

</project>

0 comments on commit 44d37b1

Please sign in to comment.