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
Lib
mongodb
Os Core Lib Mongodb
Commits
55fb7474
Commit
55fb7474
authored
Jul 14, 2021
by
Aleh Shubko [EPAM]
Browse files
Fix surefire plugin
parent
09e022f9
Changes
5
Hide whitespace changes
Inline
Side-by-side
entitlements/pom.xml
View file @
55fb7474
...
...
@@ -7,7 +7,7 @@
<parent>
<groupId>
org.opengroup.osdu.core.mongodb
</groupId>
<artifactId>
os-core-lib-mongodb
</artifactId>
<version>
0.1.
4
</version>
<version>
0.1.
6
</version>
</parent>
<artifactId>
entitlements
</artifactId>
...
...
@@ -33,15 +33,6 @@
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
${surefire.version}
</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
...
...
legal/pom.xml
View file @
55fb7474
...
...
@@ -7,7 +7,7 @@
<parent>
<groupId>
org.opengroup.osdu.core.mongodb
</groupId>
<artifactId>
os-core-lib-mongodb
</artifactId>
<version>
0.1.
4
</version>
<version>
0.1.
6
</version>
</parent>
<artifactId>
legal
</artifactId>
...
...
@@ -23,15 +23,6 @@
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
${surefire.version}
</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
...
...
mongo-core/pom.xml
View file @
55fb7474
...
...
@@ -7,7 +7,7 @@
<parent>
<groupId>
org.opengroup.osdu.core.mongodb
</groupId>
<artifactId>
os-core-lib-mongodb
</artifactId>
<version>
0.1.
4
</version>
<version>
0.1.
6
</version>
</parent>
<artifactId>
mongo-core
</artifactId>
...
...
pom.xml
View file @
55fb7474
...
...
@@ -21,7 +21,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu.core.mongodb
</groupId>
<artifactId>
os-core-lib-mongodb
</artifactId>
<version>
0.1.
4
</version>
<version>
0.1.
6
</version>
<packaging>
pom
</packaging>
<name>
os-core-lib-mongodb
</name>
...
...
@@ -34,7 +34,7 @@
</licenses>
<properties>
<mongo.lib.version>
0.1.
4
</mongo.lib.version>
<mongo.lib.version>
0.1.
6
</mongo.lib.version>
<deployment.environment>
dev
</deployment.environment>
<s3.repositorybucket>
osdu-local-maven-repository
</s3.repositorybucket>
...
...
@@ -48,7 +48,7 @@
<os.core.common.version>
0.9.0
</os.core.common.version>
<junit.version>
4.12
</junit.version>
<mockito.version>
3.0.0
</mockito.version>
<surefire.version>
3.0.0-M5
</surefire.version>
<surefire.version>
2.19.1
</surefire.version>
</properties>
<modules>
...
...
@@ -120,16 +120,18 @@
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
${surefire.version}
</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
${surefire.version}
</version>
<configuration>
<includes>
<include>
**/*Tests.java
</include>
<include>
**/*Test.java
</include>
</includes>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
...
...
storage/pom.xml
View file @
55fb7474
...
...
@@ -7,7 +7,7 @@
<parent>
<groupId>
org.opengroup.osdu.core.mongodb
</groupId>
<artifactId>
os-core-lib-mongodb
</artifactId>
<version>
0.1.
4
</version>
<version>
0.1.
6
</version>
</parent>
<artifactId>
storage
</artifactId>
...
...
@@ -23,15 +23,6 @@
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
${surefire.version}
</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
...
...
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