Skip to content

Commit

Permalink
chore: use 7.0.2 cosmo version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgrigore committed Jul 12, 2024
1 parent a333999 commit 9bd8695
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions cosmo-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>cosmo-multimodule</artifactId>
<groupId>net.oneandone.cosmo</groupId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,47 +14,47 @@
<name>cosmo-webapp</name>

<dependencies>
<dependency>
<groupId>net.oneandone.cosmo</groupId>
<artifactId>cosmo-core</artifactId>
<version>7.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.oneandone.cosmo</groupId>
<artifactId>cosmo-core</artifactId>
<version>7.0.2</version>
</dependency>

<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<scope>provided</scope>
</dependency>

<!-- database drivers -->
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
</dependency>
<!-- database drivers -->
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
</dependency>

<dependency>
<groupId>dev.atchison.mariaDB4j</groupId>
<artifactId>mariaDB4j</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>dev.atchison.mariaDB4j</groupId>
<artifactId>mariaDB4j</artifactId>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>dev.atchison.mariaDB4j</groupId>
<artifactId>mariaDB4j-db-linux64</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>dev.atchison.mariaDB4j</groupId>
<artifactId>mariaDB4j-db-linux64</artifactId>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>


<dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 9bd8695

Please sign in to comment.