Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Partition
Commits
f691425c
Commit
f691425c
authored
Oct 26, 2021
by
David Diederich
Browse files
Merge branch 'fix_depl' into 'master'
Fix deployment of azure provider See merge request
!111
parents
60612a67
a300b6f3
Pipeline
#73787
passed with stages
in 20 minutes and 30 seconds
Changes
7
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
.fossa.yml
View file @
f691425c
...
...
@@ -32,3 +32,7 @@ analyze:
type
:
mvn
target
:
provider/partition-gcp/pom.xml
path
:
.
-
name
:
partition-reference
type
:
mvn
target
:
provider/partition-reference/pom.xml
path
:
.
NOTICE
View file @
f691425c
This diff is collapsed.
Click to expand it.
pom.xml
View file @
f691425c
...
...
@@ -26,7 +26,7 @@
<maven.compiler.target>
1.8
</maven.compiler.target>
<maven.compiler.source>
1.8
</maven.compiler.source>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<os-core-common.version>
0.1
1
.0
</os-core-common.version>
<os-core-common.version>
0.1
2
.0
</os-core-common.version>
<org.springframework.boot.version>
2.4.5
</org.springframework.boot.version>
</properties>
...
...
provider/partition-aws/pom.xml
View file @
f691425c
...
...
@@ -57,7 +57,7 @@
<dependency>
<groupId>
org.opengroup.osdu.core.aws
</groupId>
<artifactId>
os-core-lib-aws
</artifactId>
<version>
0.1
1
.0
-SNAPSHOT
</version>
<version>
0.1
2
.0
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
...
...
provider/partition-azure/pom.xml
View file @
f691425c
...
...
@@ -14,8 +14,8 @@
<packaging>
jar
</packaging>
<properties>
<osdu.corelibazure.version>
0.1
0
.0
</osdu.corelibazure.version>
<osdu.oscorecommon.version>
0.12.0
-rc3
</osdu.oscorecommon.version>
<osdu.corelibazure.version>
0.1
2
.0
</osdu.corelibazure.version>
<osdu.oscorecommon.version>
0.12.0
</osdu.oscorecommon.version>
<junit.version>
4.12
</junit.version>
<mockito.version>
2.25.0
</mockito.version>
<powermock.version>
2.0.2
</powermock.version>
...
...
provider/partition-azure/src/main/resources/application.properties
View file @
f691425c
...
...
@@ -54,3 +54,4 @@ management.server.port=8081
azure.cryptography.enabled
=
false
azure.eventgrid.topic.enabled
=
false
azure.eventgrid.manager.enabled
=
false
azure.serviceBus.manager.enabled
=
false
testing/partition-test-aws/pom.xml
View file @
f691425c
...
...
@@ -71,7 +71,7 @@
<dependency>
<groupId>
org.opengroup.osdu.core.aws
</groupId>
<artifactId>
os-core-lib-aws
</artifactId>
<version>
0.1
1
.0
-SNAPSHOT
</version>
<version>
0.1
2
.0
</version>
</dependency>
<dependency>
...
...
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