Skip to content

Commit 5ca0f1b

Browse files
committed
add app engine core lib for testing
this allows these classes to be included for native testing
1 parent 700b79d commit 5ca0f1b

File tree

1 file changed

+6
-0
lines changed
  • google-http-client-appengine

1 file changed

+6
-0
lines changed

google-http-client-appengine/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@
7272
<dependency>
7373
<groupId>com.google.appengine</groupId>
7474
<artifactId>appengine-api-1.0-sdk</artifactId>
75+
<scope>provided</scope>
76+
</dependency>
77+
<dependency>
78+
<groupId>com.google.appengine</groupId>
79+
<artifactId>appengine-api-1.0-sdk</artifactId>
80+
<scope>test</scope>
7581
</dependency>
7682
<dependency>
7783
<groupId>com.google.appengine</groupId>

0 commit comments

Comments
 (0)