Skip to content
Snippets Groups Projects
Commit 7322370e authored by Michael Sacco's avatar Michael Sacco
Browse files

Merge branch 'master' into master-dev-merge

parents 613b1e87 86604583
No related branches found
No related tags found
2 merge requests!285Adding AWS Helm Charts,!281Refactor code to SonarQube standards
......@@ -19,6 +19,17 @@
<groupId>org.opengroup.osdu.legal</groupId>
<artifactId>legal-core</artifactId>
<version>0.16.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.18.2</version>
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment