Skip to content

Commit

Permalink
added maven dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DanilPomortsev committed Oct 19, 2023
1 parent 0aa9254 commit e30e256
Show file tree
Hide file tree
Showing 16 changed files with 178 additions and 459 deletions.
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
/backend/out/
!/backend/**/src/main/**/out/
!/backend/**/src/test/**/out/
.idea/.gitignore
.idea/compiler.xml
.idea/encodings.xml
.idea/jarRepositories.xml
.idea/misc.xml
.idea/vcs.xml


### NetBeans ###
/backend/nbproject/private/
Expand Down Expand Up @@ -81,3 +88,17 @@
# System files
.DS_Store
Thumbs.db

# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties



37 changes: 0 additions & 37 deletions backend/.gitignore

This file was deleted.

45 changes: 0 additions & 45 deletions backend/build.gradle

This file was deleted.

1 change: 0 additions & 1 deletion backend/compose.yaml

This file was deleted.

Binary file removed backend/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
7 changes: 0 additions & 7 deletions backend/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

249 changes: 0 additions & 249 deletions backend/gradlew

This file was deleted.

Loading

0 comments on commit e30e256

Please sign in to comment.