Skip to content
GitLab
Menu
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
System
Search
Commits
74a2d34b
Commit
74a2d34b
authored
Jun 28, 2021
by
Spencer Sutton
Browse files
Trying to fix GL artifact problem
parent
372d1028
Changes
2
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
74a2d34b
...
...
@@ -44,7 +44,7 @@
<log4j-core.version>
2.13.2
</log4j-core.version>
<google-oauth-client.version>
1.31.0
</google-oauth-client.version>
<commons-compress.version>
1.20
</commons-compress.version>
<osdu.oscorecommon.version>
0.
9.0
</osdu.oscorecommon.version>
<osdu.oscorecommon.version>
0.
10.0-SNAPSHOT
</osdu.oscorecommon.version>
<tomcat-embed-core.version>
9.0.45
</tomcat-embed-core.version>
</properties>
...
...
provider/search-aws/maven/settings.xml
View file @
74a2d34b
...
...
@@ -27,10 +27,6 @@ limitations under the License.
<activeByDefault>
true
</activeByDefault>
</activation>
<repositories>
<repository>
<id>
aws-osdu-dev-maven
</id>
<url>
${env.AWS_OSDU_DEV_MAVEN_URL}
</url>
</repository>
<repository>
<id>
gitlab-os-core-common-maven
</id>
<url>
https://community.opengroup.org/api/v4/projects/67/packages/maven
</url>
...
...
@@ -39,6 +35,10 @@ limitations under the License.
<id>
gitlab-os-core-lib-aws-maven
</id>
<url>
https://community.opengroup.org/api/v4/projects/68/packages/maven
</url>
</repository>
<repository>
<id>
aws-osdu-dev-maven
</id>
<url>
${env.AWS_OSDU_DEV_MAVEN_URL}
</url>
</repository>
</repositories>
</profile>
<profile>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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