Skip to content

Commit

Permalink
Resolve project conflict between logging and error reporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg committed Jan 12, 2018
1 parent e829774 commit e05b04e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions errorreporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ limitations under the License.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud.logging.samples</groupId>
<artifactId>cloud-logging-samples</artifactId>
<groupId>com.google.cloud.errorreporting.samples</groupId>
<artifactId>cloud-errorreporting-samples</artifactId>
<packaging>pom</packaging>

<!--
Expand Down
7 changes: 0 additions & 7 deletions logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,4 @@ limitations under the License.
<module>cloud-client</module>
</modules>

<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>
</dependencies>
</project>

0 comments on commit e05b04e

Please sign in to comment.