File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
4
<parent >
4
5
<artifactId >doc-samples</artifactId >
5
6
<groupId >com.google.cloud</groupId >
19
20
</properties >
20
21
21
22
<build >
22
- <resources >
23
- <resource >
24
- <directory >${basedir} /src/main/resources</directory >
25
- <includes >
26
- <include >**/*</include >
27
- </includes >
28
- </resource >
29
- </resources >
30
23
<finalName >${project.artifactId} -${project.version} </finalName >
31
24
</build >
32
25
<dependencies >
44
37
<dependency >
45
38
<groupId >junit</groupId >
46
39
<artifactId >junit</artifactId >
47
- <version >4.10</version >
48
40
<scope >test</scope >
49
41
</dependency >
50
42
<dependency >
You can’t perform that action at this time.
0 commit comments