Add official RIT student clubs, matcher quiz, social link hub, and logos

This commit is contained in:
Chanakyan
2026-07-22 14:33:47 +05:30
parent 2bf7985f90
commit 4ff91cd228
31 changed files with 1028 additions and 313 deletions

View File

@@ -1,35 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.1</version>
<relativePath/> <!-- lookup parent from repository -->
<version>3.4.13</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.rit</groupId>
<artifactId>portal</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>Freshers Hub Backend</name>
<description>Centralized Spring Boot backend for RIT Freshers Hub</description>
<url/>
<url />
<licenses>
<license/>
<license />
</licenses>
<developers>
<developer/>
<developer />
</developers>
<scm>
<connection/>
<developerConnection/>
<tag/>
<url/>
<connection />
<developerConnection />
<tag />
<url />
</scm>
<properties>
<java.version>21</java.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<!-- Web MVC starter for building REST APIs -->
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -87,4 +94,4 @@
</plugins>
</build>
</project>
</project>