Initial commit

This commit is contained in:
LuRuiqian
2026-04-17 11:46:16 +08:00
commit edead1a026
279 changed files with 18957 additions and 0 deletions

16
renren-common/pom.xml Normal file
View File

@@ -0,0 +1,16 @@
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>io.renren</groupId>
<artifactId>renren-security</artifactId>
<version>5.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>renren-common</artifactId>
<packaging>jar</packaging>
<description>renren-common</description>
<build>
<finalName>${project.artifactId}</finalName>
</build>
</project>