Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions e2e-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,18 @@
</dependency>
</dependencies>

<repositories>
<!--
Private dependencies hosted in our private github repo are resolved using credentials pulled from settings.xml
in cloud build environment. ID of repository must match ID of server in settings.xml
-->
<repository>
<id>github</id>
<name>DNAstack Public Github Packages</name>
<url>https://maven.pkg.github.com/DNAstack/dnastack-packages</url>
</repository>
</repositories>

<build>
<plugins>
<plugin>
Expand Down
Loading