Skip to content

Commit 7dd623f

Browse files
committed
restore chrome with new maven repo for scripter
1 parent 824c5f6 commit 7dd623f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

sparkler-core/sparkler-plugins/fetcher-chrome/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@
3838
</properties>
3939
<repositories>
4040
<repository>
41-
<id>github</id>
42-
<name>GitHub OWNER Apache Maven Packages</name>
43-
<url>https://maven.pkg.github.com/sparkler-kythera/seleniumscripter</url>
41+
<id>gitlab-maven</id>
42+
<url>https://gitlab.com/api/v4/projects/26391218/packages/maven</url>
4443
</repository>
4544
</repositories>
4645
<dependencies>

sparkler-core/sparkler-plugins/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
<module>scorer-dd-svn</module>
3838
<module>fetcher-jbrowser</module>
3939
<module>fetcher-htmlunit</module>
40-
<!-- Disabled for now because Github requires authentication, use the include-chrome profile to build -->
41-
<!--<module>fetcher-chrome</module>-->
40+
<module>fetcher-chrome</module>
4241
<module>urlfilter-samehost</module>
4342
<module>url-injector</module>
4443
<!-- Copy template plugin to create a new plugin-->

0 commit comments

Comments
 (0)