Skip to content

Commit

Permalink
feat: fix pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Mar 27, 2024
1 parent 3bdf32a commit 021cbef
Showing 1 changed file with 34 additions and 6 deletions.
40 changes: 34 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,44 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>groupId</groupId>
<groupId>org.casbin</groupId>
<artifactId>casbin-spring-security-starter</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>

<name>Spring Security example for jCasbin</name>
<description>Example about how to use jCasbin in Spring Security</description>
<url>https://casbin.org/</url>
<inceptionYear>2022</inceptionYear>

<issueManagement>
<system>Github</system>
<url>https://github.com/jcasbin/casbin-spring-security-starter/issues</url>
</issueManagement>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.6.RELEASE</version>
<relativePath />
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/jcasbin/casbin-spring-security-starter</url>
<connection>scm:git@github.com:jcasbin/casbin-spring-security-starter.git</connection>
<developerConnection>scm:git:https://github.com/jcasbin/casbin-spring-security-starter.git</developerConnection>
</scm>
<developers>
<developer>
<name>Yang Luo</name>
<email>hsluoyz@qq.com</email>
<url>https://github.com/hsluoyz</url>
</developer>
</developers>

<distributionManagement>
<snapshotRepository>
Expand Down

0 comments on commit 021cbef

Please sign in to comment.