Skip to content

Commit

Permalink
Include Auth dependency in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
keizer619 committed Nov 16, 2018
1 parent a8e7fd1 commit 255376f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/ballerina-integration-test/pom.xml
Expand Up @@ -119,6 +119,10 @@
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ballerinalang</groupId>
<artifactId>ballerina-auth</artifactId>
</dependency>
<dependency>
<groupId>org.ballerinalang</groupId>
<artifactId>ballerina-grpc</artifactId>
Expand Down Expand Up @@ -185,6 +189,12 @@
<type>zip</type>
<classifier>ballerina-binary-repo</classifier>
</dependency>
<dependency>
<groupId>org.ballerinalang</groupId>
<artifactId>ballerina-auth</artifactId>
<type>zip</type>
<classifier>ballerina-binary-repo</classifier>
</dependency>
<dependency>
<groupId>org.ballerinalang</groupId>
<artifactId>ballerina-grpc</artifactId>
Expand Down

0 comments on commit 255376f

Please sign in to comment.