Skip to content

Commit

Permalink
Merge pull request #4 from start-it-io/deps-update-qoddi-ready
Browse files Browse the repository at this point in the history
update dependencies, make ready for qoddi platform
  • Loading branch information
vvalchev authored Dec 5, 2022
2 parents 54819fd + 660fd7b commit 94bc5a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 27 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
<a href="https://qoddi.com"><img style="height:32px" src="https://devcenter.qoddi.com/wp-content/uploads/2021/11/800px-transparent-logo.png" /></a>
<img src="src/main/resources/static/images/logo_transparent.png" width="200" align="right" />


# Клюкарник
Целта на тази задача е да създадем един клюкарник, където всеки може да праща клюкини и да следи клюкините на своите приятели. (Подобие на Twitter)

Expand Down
32 changes: 6 additions & 26 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.6.RELEASE</version>
<version>2.7.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>bg.codeacademy.spring</groupId>
Expand All @@ -15,7 +15,7 @@
<description>Клюкарник</description>

<properties>
<java.version>1.8</java.version>
<java.version>17</java.version>
</properties>

<dependencies>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.12</version>
<version>42.5.1</version>
</dependency>

<!-- install rest api browser -->
Expand All @@ -53,23 +53,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>3.3.0</version>
<version>5.3.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -87,15 +75,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.0.0</version>
<dependencies>
<!-- overwrite dependency on spotbugs if you want to specify the version of spotbugs -->
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.0.3</version>
</dependency>
</dependencies>
<version>4.7.3.0</version>
<executions>
<execution>
<id>spotbugs-check</id>
Expand All @@ -110,7 +90,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.5</version>
<version>0.8.8</version>
<executions>
<execution>
<goals>
Expand Down
1 change: 1 addition & 0 deletions system.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java.runtime.version=17

0 comments on commit 94bc5a5

Please sign in to comment.