Skip to content

Commit 45fdc93

Browse files
committed
Add JitPack repository for tsne-java dependency
1 parent d59e399 commit 45fdc93

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,11 @@
275275
<id>central</id>
276276
<url>https://repo.maven.apache.org/maven2</url>
277277
</repository>
278+
<repository>
279+
<!-- jitpack for tsne-java -->
280+
<id>jitpack.io</id>
281+
<url>https://jitpack.io</url>
282+
</repository>
278283
</repositories>
279284

280285
<profiles>
@@ -338,4 +343,4 @@
338343
</build>
339344
</profile>
340345
</profiles>
341-
</project>
346+
</project>

0 commit comments

Comments
 (0)