Skip to content

Commit

Permalink
Add microsphere-java-enterprise-dependencies module
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed Apr 9, 2024
1 parent badc8f9 commit d73f1ae
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 2 deletions.
57 changes: 57 additions & 0 deletions microsphere-java-enterprise-dependencies/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-java-enterprise-parent</artifactId>
<version>${revision}</version>
<relativePath>../microsphere-java-enterprise-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-java-enterprise-dependencies</artifactId>
<version>${revision}</version>
<packaging>pom</packaging>

<name>Microsphere :: Java EE :: Dependencies</name>
<description>Microsphere Java EE Dependencies</description>

<dependencyManagement>
<dependencies>

<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-bean-validation</artifactId>
<version>${revision}</version>
</dependency>

<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-cdi</artifactId>
<version>${revision}</version>
</dependency>

<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-interceptor</artifactId>
<version>${revision}</version>
</dependency>

<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-jcache</artifactId>
<version>${revision}</version>
</dependency>

<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-servlet</artifactId>
<version>${revision}</version>
</dependency>
</dependencies>

</dependencyManagement>

</project>
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@

<modules>
<module>microsphere-java-enterprise-parent</module>
<module>microsphere-java-enterprise-dependencies</module>
<module>microsphere-bean-validation</module>
<module>microsphere-cdi</module>
<module>microsphere-interceptor</module>
<module>microsphere-jcache</module>
<module>microsphere-cdi</module>
<module>microsphere-servlet</module>
<module>microsphere-bean-validation</module>
</modules>

<distributionManagement>
Expand Down

0 comments on commit d73f1ae

Please sign in to comment.