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
Reference and Helper Services
CRS Catalog
Commits
f4abc291
Commit
f4abc291
authored
Jan 17, 2022
by
Gokul Nagare
Browse files
Merge branch 'vuln-fix-lucene' into 'master'
Vuln fix lucene See merge request
!81
parents
c6c426bd
71d41f51
Pipeline
#86877
failed with stages
in 25 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
provider/crs-catalog-ibm/crs-catalog-ocp/pom.xml
View file @
f4abc291
...
...
@@ -38,8 +38,18 @@
<groupId>
org.opengroup.osdu.crs-catalog-service
</groupId>
<artifactId>
crs-catalog-core
</artifactId>
<version>
${project.version}
</version>
<exclusions>
<exclusion>
<groupId>
org.apache.lucene
</groupId>
<artifactId>
lucene-core
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.apache.lucene
</groupId>
<artifactId>
lucene-core
</artifactId>
<version>
8.10.0
</version>
</dependency>
<!-- Compile/runtime dependencies -->
<dependency>
<groupId>
javax.jdo
</groupId>
...
...
Gokul Nagare
@gokul_nagare
mentioned in commit
c304b9cd
·
Jan 17, 2022
mentioned in commit
c304b9cd
mentioned in commit c304b9cdaf630d1c6cfe562319a5c5849c086a6c
Toggle commit list
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