Skip to content

Commit ff5a71b

Browse files
authored
Add a GitHub repository
1 parent 1cbdf9f commit ff5a71b

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,22 @@
4949
<version>4.11.0</version>
5050
<scope>test</scope>
5151
</dependency>
52+
5253
<!-- Hamcrest for better assertions -->
5354
<dependency>
5455
<groupId>org.hamcrest</groupId>
5556
<artifactId>hamcrest</artifactId>
5657
<version>2.2</version>
5758
<scope>test</scope>
5859
</dependency>
59-
</dependencies>
60+
</dependencies
61+
62+
<distributionManagement>
63+
<repository>
64+
<id>github</id>
65+
<url>https://maven.pkg.github.com/wiki-connect/WikiTermBaseAPI</url>
66+
</repository>
67+
</distributionManagement>
6068

6169
<build>
6270
<plugins>

0 commit comments

Comments
 (0)