|
1 |
| -<?xml version="1.0" encoding="UTF-8"?> |
2 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" |
3 |
| - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 1 | +<!-- |
| 2 | + Copyright 2016 Google Inc. All Rights Reserved. |
| 3 | +
|
| 4 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | + you may not use this file except in compliance with the License. |
| 6 | + You may obtain a copy of the License at |
| 7 | +
|
| 8 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | +
|
| 10 | + Unless required by applicable law or agreed to in writing, software |
| 11 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | + See the License for the specific language governing permissions and |
| 14 | + limitations under the License. |
| 15 | +--> |
| 16 | +<project> |
5 | 17 | <modelVersion>4.0.0</modelVersion>
|
6 | 18 | <groupId>com.google.datastore.snippets</groupId>
|
7 | 19 | <artifactId>datastore-snippets</artifactId>
|
|
25 | 37 | <artifactId>gcloud-java-datastore</artifactId>
|
26 | 38 | <version>0.2.8</version>
|
27 | 39 | </dependency>
|
| 40 | + |
| 41 | + <!-- Test dependencies --> |
28 | 42 | <dependency>
|
29 | 43 | <groupId>junit</groupId>
|
30 | 44 | <artifactId>junit</artifactId>
|
31 | 45 | <version>4.12</version>
|
32 |
| - <!-- JUnit is used in the Concepts class, which is in the main not test |
33 |
| - directory, so we must override test scope inherited from the parent |
34 |
| - pom. --> |
35 |
| - <scope>compile</scope> |
| 46 | + <scope>test</scope> |
36 | 47 | </dependency>
|
37 | 48 | </dependencies>
|
38 | 49 | <build>
|
|
0 commit comments