-
Notifications
You must be signed in to change notification settings - Fork 3
Story/vspc 196 #344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Story/vspc 196 #344
Changes from 20 commits
bc5fd0b
53ed254
0466d24
abb5e86
8570989
e88f51c
b4f181d
83af595
eead7d2
f0fb64f
4eb3421
8d554ba
16e70d5
782bc9d
ac9881b
6181c3c
f438063
a3550c7
931c1c7
56ec6cc
bb8bab3
757fd0b
75e74b3
cd55e23
fda3666
1103247
8f67f83
574a8fe
3664213
b961df0
d43c21c
62d4b17
5e06a9c
d836461
0b28067
3d1e014
628a36d
6b5abca
c881484
0ee7527
9a8996e
9a875e6
939ee9b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,23 +10,24 @@ | |
|
|
||
| <properties> | ||
| <org.slf4j-version>1.7.5</org.slf4j-version> | ||
| <spring.version>5.3.0</spring.version> | ||
| <spring.version>5.0.19.RELEASE</spring.version> | ||
| <spring-data.version>Kay-SR8</spring-data.version> | ||
| <spring-security-version>5.7.12</spring-security-version> | ||
| <thymeleaf.version>3.0.13.RELEASE</thymeleaf.version> | ||
| <javers.version>5.15.0</javers.version> | ||
| <spring-security-version>5.3.3.RELEASE</spring-security-version> | ||
| <thymeleaf.version>3.0.11.RELEASE</thymeleaf.version> | ||
| <javers.version>5.11.1</javers.version> | ||
| <simple-users-version>0.5</simple-users-version> | ||
| <admin.username>admin</admin.username> | ||
| <admin.password>$2a$04$ug2wdYfAW8Ey/DwjUdPuLufgrMqbhNnTmr1QEUNZnoWF1xGitSBae</admin.password> | ||
| <staff.password>$2a$04$QhdsxRoZPJw/G06aDkP6COLARKtbdTxVvxtKPZUE0dFlNKFMZsXRe</staff.password> | ||
|
|
||
| <log.level>debug</log.level> | ||
|
|
||
| <db.driver>com.mysql.jdbc.Driver</db.driver> | ||
| <db.url>jdbc:mysql://localhost:3306/vspace?serverTimezone=UTC&useEncoding=true</db.url> | ||
| <db.user>vspace</db.user> | ||
| <db.password>vspace</db.password> | ||
| <uploaded.files.path></uploaded.files.path> | ||
|
|
||
| <db.url>jdbc:mysql://localhost:3306/vspace?serverTimezone=UTC</db.url> | ||
| <db.user>root</db.user> | ||
| <db.password>Metroplaza@2023</db.password> | ||
| <uploaded.files.path>/Users/ajayyadav/Downloads/Vpsace_images</uploaded.files.path> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should not be changed |
||
| <email.user></email.user> | ||
| <email.password></email.password> | ||
| <email.host></email.host> | ||
|
|
@@ -37,7 +38,7 @@ | |
| <tomcat.deploy.path></tomcat.deploy.path> | ||
| <tomcat.app.name>vspace</tomcat.app.name> | ||
| <tomcat.server.id>TomcatServer</tomcat.server.id> | ||
|
|
||
| <hibernate.show_sql></hibernate.show_sql> | ||
| <buildNumber>v0.16.1</buildNumber> | ||
| </properties> | ||
|
|
@@ -77,6 +78,17 @@ | |
| </exclusion> | ||
| </exclusions> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>javax.annotation</groupId> | ||
| <artifactId>javax.annotation-api</artifactId> | ||
| <version>1.3.2</version> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>javax.xml.bind</groupId> | ||
| <artifactId>jaxb-api</artifactId> | ||
| <version>2.3.1</version> | ||
| </dependency> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. formatting |
||
|
|
||
| <dependency> | ||
| <groupId>org.springframework</groupId> | ||
| <artifactId>spring-webmvc</artifactId> | ||
|
|
@@ -96,11 +108,6 @@ | |
| <version>4.13.1</version> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>javax.annotation</groupId> | ||
| <artifactId>javax.annotation-api</artifactId> | ||
| <version>1.3.2</version> | ||
| </dependency> | ||
|
|
||
| <!-- Spring Security --> | ||
| <dependency> | ||
|
|
@@ -191,55 +198,35 @@ | |
| </exclusions> | ||
| <scope>runtime</scope> | ||
| </dependency> | ||
|
|
||
| <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api --> | ||
| <dependency> | ||
| <groupId>javax.xml.bind</groupId> | ||
| <artifactId>jaxb-api</artifactId> | ||
| <version>2.4.0-b180830.0359</version> | ||
| </dependency> | ||
| <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-core --> | ||
| <dependency> | ||
| <groupId>com.sun.xml.bind</groupId> | ||
| <artifactId>jaxb-core</artifactId> | ||
| <version>3.0.2</version> | ||
| </dependency> | ||
| <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-impl --> | ||
| <dependency> | ||
| <groupId>com.sun.xml.bind</groupId> | ||
| <artifactId>jaxb-impl</artifactId> | ||
| <version>3.0.2</version> | ||
| </dependency> | ||
|
|
||
|
|
||
|
|
||
| <!-- MarkDown --> | ||
| <dependency> | ||
| <groupId>com.atlassian.commonmark</groupId> | ||
| <artifactId>commonmark</artifactId> | ||
| <version>0.15.0</version> | ||
| </dependency> | ||
|
|
||
| <!-- https://mvnrepository.com/artifact/org.thymeleaf/thymeleaf-spring5 --> | ||
| <dependency> | ||
| <groupId>org.thymeleaf</groupId> | ||
| <artifactId>thymeleaf-spring5</artifactId> | ||
| <version>${thymeleaf.version}</version> | ||
| </dependency> | ||
|
|
||
| <!-- https://mvnrepository.com/artifact/nz.net.ultraq.thymeleaf/thymeleaf-layout-dialect --> | ||
| <dependency> | ||
| <groupId>nz.net.ultraq.thymeleaf</groupId> | ||
| <artifactId>thymeleaf-layout-dialect</artifactId> | ||
| <version>2.4.0</version> | ||
| </dependency> | ||
|
|
||
| <!-- https://mvnrepository.com/artifact/org.thymeleaf.extras/thymeleaf-extras-springsecurity5 --> | ||
| <dependency> | ||
| <groupId>org.thymeleaf.extras</groupId> | ||
| <artifactId>thymeleaf-extras-springsecurity5</artifactId> | ||
| <version>3.0.3.RELEASE</version> | ||
| </dependency> | ||
|
|
||
| <dependency> | ||
| <groupId>org.thymeleaf</groupId> | ||
| <artifactId>thymeleaf-spring5</artifactId> | ||
| <version>${thymeleaf.version}</version> | ||
| </dependency> | ||
|
|
||
| <!-- https://mvnrepository.com/artifact/nz.net.ultraq.thymeleaf/thymeleaf-layout-dialect --> | ||
| <dependency> | ||
| <groupId>nz.net.ultraq.thymeleaf</groupId> | ||
| <artifactId>thymeleaf-layout-dialect</artifactId> | ||
| <version>2.4.0</version> | ||
| </dependency> | ||
|
|
||
| <!-- https://mvnrepository.com/artifact/org.thymeleaf.extras/thymeleaf-extras-springsecurity5 --> | ||
| <dependency> | ||
| <groupId>org.thymeleaf.extras</groupId> | ||
| <artifactId>thymeleaf-extras-springsecurity5</artifactId> | ||
| <version>3.0.3.RELEASE</version> | ||
| </dependency> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. formatting |
||
| <!-- Testing --> | ||
| <!-- https://mvnrepository.com/artifact/junit/junit --> | ||
| <dependency> | ||
|
|
@@ -254,8 +241,8 @@ | |
| <artifactId>spring-test</artifactId> | ||
| <scope>test</scope> | ||
| </dependency> | ||
|
|
||
|
|
||
| <!-- https://mvnrepository.com/artifact/org.mockito/mockito-all --> | ||
| <dependency> | ||
| <groupId>org.mockito</groupId> | ||
|
|
@@ -304,20 +291,20 @@ | |
|
|
||
| <dependency> | ||
| <groupId>org.hibernate</groupId> | ||
| <artifactId>hibernate-core</artifactId> | ||
| <version>5.4.24.Final</version> | ||
| <artifactId>hibernate-entitymanager</artifactId> | ||
| <version>5.3.2.Final</version> | ||
| </dependency> | ||
|
|
||
| <dependency> | ||
| <groupId>mysql</groupId> | ||
| <artifactId>mysql-connector-java</artifactId> | ||
| <version>8.0.28</version> | ||
| <version>8.0.16</version> | ||
| </dependency> | ||
|
|
||
| <dependency> | ||
| <groupId>com.fasterxml.jackson.core</groupId> | ||
| <artifactId>jackson-databind</artifactId> | ||
| <version>2.12.6.1</version> | ||
| <version>2.10.0.pr1</version> | ||
| </dependency> | ||
|
|
||
| <!-- Javers --> | ||
|
|
@@ -349,7 +336,7 @@ | |
| <dependency> | ||
| <groupId>commons-fileupload</groupId> | ||
| <artifactId>commons-fileupload</artifactId> | ||
| <version>1.5</version> | ||
| <version>1.3.3</version> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>commons-io</groupId> | ||
|
|
@@ -360,12 +347,7 @@ | |
| <dependency> | ||
| <groupId>org.apache.tika</groupId> | ||
| <artifactId>tika-core</artifactId> | ||
| <version>1.28.3</version> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>com.fasterxml.jackson.datatype</groupId> | ||
| <artifactId>jackson-datatype-jsr310</artifactId> | ||
| <version>2.12.6</version> | ||
| <version>1.22</version> | ||
| </dependency> | ||
| </dependencies> | ||
|
|
||
|
|
@@ -378,15 +360,14 @@ | |
| <excludes> | ||
| <exclude>**/*.woff</exclude> | ||
| <exclude>**/*.ttf</exclude> | ||
| <exclude>**/*.woff2</exclude> | ||
| </excludes> | ||
| </resource> | ||
| </resources> | ||
| <plugins> | ||
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-war-plugin</artifactId> | ||
| <version>3.3.1</version> | ||
| <version>2.6</version> | ||
| <configuration> | ||
| <webResources> | ||
| <resource> | ||
|
|
@@ -397,8 +378,9 @@ | |
| </includes> | ||
| <excludes> | ||
| <exclude>**/*.woff</exclude> | ||
| <exclude>**/*.ttf</exclude> | ||
| <exclude>**/*.woff2</exclude> | ||
| <exclude>**/*.ttf</exclude> | ||
| <exclude>**/*.eot</exclude> | ||
| </excludes> | ||
| </resource> | ||
|
|
||
|
|
@@ -408,8 +390,8 @@ | |
| <plugin> | ||
| <artifactId>maven-compiler-plugin</artifactId> | ||
| <configuration> | ||
| <source>1.8</source> | ||
| <target>1.8</target> | ||
| <source>11</source> | ||
| <target>11</target> | ||
| </configuration> | ||
| </plugin> | ||
| <plugin> | ||
|
|
@@ -424,4 +406,5 @@ | |
| </plugin> | ||
| </plugins> | ||
| </build> | ||
| </project> | ||
|
|
||
| </project> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. there are a bunch of versions being downgraded here which they shouldn't |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there are reason these are being downgraded?