We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbdf9f commit ff5a71bCopy full SHA for ff5a71b
1 file changed
pom.xml
@@ -49,14 +49,22 @@
49
<version>4.11.0</version>
50
<scope>test</scope>
51
</dependency>
52
+
53
<!-- Hamcrest for better assertions -->
54
<dependency>
55
<groupId>org.hamcrest</groupId>
56
<artifactId>hamcrest</artifactId>
57
<version>2.2</version>
58
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>
68
69
<build>
70
<plugins>
0 commit comments