Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Data Flow
Data Enrichment
wks
Commits
0971a615
Commit
0971a615
authored
May 18, 2021
by
Devesh
Browse files
fix google storage dependency version
parent
b5f4eae4
Changes
2
Hide whitespace changes
Inline
Side-by-side
provider/wks-gcp/pom.xml
View file @
0971a615
...
...
@@ -4,7 +4,7 @@
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-wks
</artifactId>
<version>
0.9.0-SNAPSHOT
</version>
<relativePath>
../../
</relativePath>
<relativePath>
../../
pom.xml
</relativePath>
</parent>
<artifactId>
os-wks-gcp
</artifactId>
<description>
Google cloud related implementation stuff.
</description>
...
...
@@ -29,7 +29,7 @@
<dependency>
<groupId>
com.google.cloud
</groupId>
<artifactId>
google-cloud-storage
</artifactId>
<version>
1.1
13.9
</version>
<version>
1.1
05.0
</version>
</dependency>
<dependency>
<groupId>
com.google.cloud
</groupId>
...
...
@@ -55,7 +55,7 @@
</dependency>
<dependency>
<
<groupId>
com.google.oauth-client
</groupId>
<groupId>
com.google.oauth-client
</groupId>
<artifactId>
google-oauth-client
</artifactId>
<version>
1.31.0
</version>
</dependency>
...
...
@@ -84,7 +84,7 @@
<dependency>
<groupId>
com.google.inject
</groupId>
<artifactId>
guice
</artifactId>
version>4.2.3
</version>
<
version>
4.2.3
</version>
<scope>
test
</scope>
</dependency>
...
...
wks-core/pom.xml
View file @
0971a615
...
...
@@ -95,17 +95,6 @@
<version>
4.2.3
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu.de
</groupId>
<artifactId>
os-automation-test-common-lib
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<exclusions>
<exclusion>
<groupId>
com.google.oauth-client
</groupId>
<artifactId>
google-oauth-client
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.awaitility
</groupId>
<artifactId>
awaitility
</artifactId>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment