Skip to content

Commit

Permalink
moved resources, updated pom
Browse files Browse the repository at this point in the history
  • Loading branch information
KushnirykOleh committed Feb 10, 2023
1 parent 1aa243f commit 8e9420e
Show file tree
Hide file tree
Showing 33 changed files with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<mockito-core.version>4.11.0</mockito-core.version>
<mockito-junit-jupiter.version>4.8.0</mockito-junit-jupiter.version>
<mongodb-driver.version>4.8.2</mongodb-driver.version>
<!--mongodb-driver.version>3.12.7</mongodb-driver.version-->
<lombok.version>1.18.26</lombok.version>
<hamcrest.version>1.3</hamcrest.version>
<assertj.version>3.24.2</assertj.version>
Expand Down Expand Up @@ -108,12 +107,6 @@
<version>${mongodb-driver.version}</version>
<scope>compile</scope>
</dependency>
<!--dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver</artifactId>
<version>${mongodb-driver.version}</version>
<scope>compile</scope>
</dependency-->
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-core</artifactId>
Expand Down Expand Up @@ -237,6 +230,8 @@
<executions>
<execution>
<goals>
<goal>addSources</goal>
<goal>addTestSources</goal>
<goal>compile</goal>
<goal>compileTests</goal>
</goals>
Expand Down Expand Up @@ -308,7 +303,18 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
Expand Down

0 comments on commit 8e9420e

Please sign in to comment.