Skip to content

Commit 935fcda

Browse files
committed
adding in jcenter maven repo for nunit
1 parent d9e6ba8 commit 935fcda

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
<artifactId>javajenkins</artifactId>
99
<version>1.0-SNAPSHOT</version>
1010

11+
<repositories>
12+
<repository>
13+
<id>jcenter</id>
14+
<name>bintray</name>
15+
<url>http://jcenter.bintray.com</url>
16+
</repository>
17+
</repositories>
18+
1119
<dependencies>
1220
<dependency>
1321
<groupId>org.seleniumhq.selenium</groupId>

0 commit comments

Comments
 (0)