Skip to content

Commit

Permalink
updates and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Feb 12, 2024
1 parent b67a3cd commit cd80cae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 19 deletions.
5 changes: 0 additions & 5 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,5 @@
<groupId>${project.groupId}</groupId>
<artifactId>mmm-binary</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
25 changes: 11 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

<properties>
<mmm.repository>crypto</mmm.repository>
<revision>0-SNAPSHOT</revision>
</properties>

<modules>
Expand All @@ -28,33 +27,31 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>mmm-crypto</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>mmm-crypto-bc</artifactId>
<artifactId>mmm-base-parent</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>mmm-binary</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.64</version>
</dependency>
<!-- own modules -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.0-alpha1</version>
<groupId>${project.groupId}</groupId>
<artifactId>mmm-crypto</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.0-alpha5</version>
<groupId>${project.groupId}</groupId>
<artifactId>mmm-crypto-bc</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit cd80cae

Please sign in to comment.