Skip to content

Commit

Permalink
Adding the vk2 app
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed Apr 24, 2023
1 parent 3ee97f6 commit 308482c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app-viewer
2 changes: 1 addition & 1 deletion base
Submodule base updated 2 files
+9 −0 parent.pom
+1 −1 scripts/config.sh
2 changes: 1 addition & 1 deletion io
2 changes: 1 addition & 1 deletion luwrain
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<nitrite.version>3.4.4</nitrite.version>
<gson.version>2.8.5</gson.version>
<javafx.version>17</javafx.version>
<vk.version>1.0.14</vk.version>
<log4j.version>2.17.2</log4j.version>
<languagetool.version>5.5</languagetool.version>
<pdfbox.version>2.0.20</pdfbox.version>
Expand Down Expand Up @@ -114,6 +115,14 @@
<artifactId>httpmime</artifactId>
<version>4.5.13</version>
</dependency>

<dependency>
<groupId>com.vk.api</groupId>
<artifactId>sdk</artifactId>
<version>${vk.version}</version>
</dependency>


<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
Expand Down

0 comments on commit 308482c

Please sign in to comment.