Skip to content

Commit 47923d9

Browse files
BrandonYtswast
authored andcommitted
Remove src/main/resources from pom.xml, now that there are none.
1 parent 65c3d4c commit 47923d9

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

storage/json-api/pom.xml

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?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">
34
<parent>
45
<artifactId>doc-samples</artifactId>
56
<groupId>com.google.cloud</groupId>
@@ -19,14 +20,6 @@
1920
</properties>
2021

2122
<build>
22-
<resources>
23-
<resource>
24-
<directory>${basedir}/src/main/resources</directory>
25-
<includes>
26-
<include>**/*</include>
27-
</includes>
28-
</resource>
29-
</resources>
3023
<finalName>${project.artifactId}-${project.version}</finalName>
3124
</build>
3225
<dependencies>
@@ -44,7 +37,6 @@
4437
<dependency>
4538
<groupId>junit</groupId>
4639
<artifactId>junit</artifactId>
47-
<version>4.10</version>
4840
<scope>test</scope>
4941
</dependency>
5042
<dependency>

0 commit comments

Comments
 (0)