Skip to content

Commit e05b04e

Browse files
committed
Resolve project conflict between logging and error reporting.
1 parent e829774 commit e05b04e

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

errorreporting/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ limitations under the License.
1616
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1717
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1818
<modelVersion>4.0.0</modelVersion>
19-
<groupId>com.google.cloud.logging.samples</groupId>
20-
<artifactId>cloud-logging-samples</artifactId>
19+
<groupId>com.google.cloud.errorreporting.samples</groupId>
20+
<artifactId>cloud-errorreporting-samples</artifactId>
2121
<packaging>pom</packaging>
2222

2323
<!--

logging/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,4 @@ limitations under the License.
4141
<module>cloud-client</module>
4242
</modules>
4343

44-
<dependencies>
45-
<dependency>
46-
<groupId>junit</groupId>
47-
<artifactId>junit</artifactId>
48-
<version>4.12</version>
49-
</dependency>
50-
</dependencies>
5144
</project>

0 commit comments

Comments
 (0)