This commit is contained in:
linfso 2024-05-07 00:27:33 +08:00
parent 01f4e963b0
commit 7a1daa0dad
9 changed files with 27 additions and 22 deletions

View File

@ -1,13 +0,0 @@
<component name="libraryTable">
<library name="Maven: com.xdadan:emis-biz:1.0.0">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/xdadan/emis-biz/1.0.0/emis-biz-1.0.0.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/com/xdadan/emis-biz/1.0.0/emis-biz-1.0.0-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/xdadan/emis-biz/1.0.0/emis-biz-1.0.0-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: com.xdadan:emis-common:1.0.2">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/xdadan/emis-common/1.0.2/emis-common-1.0.2.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/com/xdadan/emis-common/1.0.2/emis-common-1.0.2-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/xdadan/emis-common/1.0.2/emis-common-1.0.2-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@ -77,8 +77,8 @@
<orderEntry type="library" name="Maven: com.github.oshi:oshi-core:6.1.2" level="project" />
<orderEntry type="library" name="Maven: net.java.dev.jna:jna:5.10.0" level="project" />
<orderEntry type="library" name="Maven: net.java.dev.jna:jna-platform:5.10.0" level="project" />
<orderEntry type="library" name="Maven: com.xdadan:emis-biz:1.0.0" level="project" />
<orderEntry type="library" name="Maven: com.xdadan:emis-common:1.0.0" level="project" />
<orderEntry type="module" module-name="emis-biz" />
<orderEntry type="library" name="Maven: com.xdadan:emis-common:1.0.2" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-context-support:5.3.16" level="project" />
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-security:2.5.10" level="project" />
<orderEntry type="library" name="Maven: org.springframework.security:spring-security-config:5.5.5" level="project" />

View File

@ -4,12 +4,14 @@
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>
<parent>
<artifactId>emis</artifactId>
<groupId>com.xdadan</groupId>
<artifactId>emis</artifactId>
<version>1.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
<artifactId>emis-biz-web</artifactId>
<version>1.0.2</version>

View File

@ -15,7 +15,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: com.xdadan:emis-common:1.0.0" level="project" />
<orderEntry type="library" name="Maven: com.xdadan:emis-common:1.0.2" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-context-support:5.3.16" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-beans:5.3.16" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-context:5.3.16" level="project" />
@ -200,8 +200,8 @@
<orderEntry type="library" name="Maven: com.github.ulisesbocchio:jasypt-spring-boot-starter:2.1.2" level="project" />
<orderEntry type="library" name="Maven: com.github.ulisesbocchio:jasypt-spring-boot:2.1.2" level="project" />
<orderEntry type="library" name="Maven: org.jasypt:jasypt:1.9.3" level="project" />
<orderEntry type="library" name="Maven: com.xdadan:emis-system:1.0.2" level="project" />
<orderEntry type="library" name="Maven: mysql:mysql-connector-java:8.0.28" level="project" />
<orderEntry type="library" name="Maven: com.googlecode.aviator:aviator:5.2.4" level="project" />
<orderEntry type="library" name="Maven: com.xdadan:emis-system:1.0.1" level="project" />
</component>
</module>

View File

@ -4,9 +4,10 @@
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>
<parent>
<artifactId>erp</artifactId>
<groupId>com.xdadan</groupId>
<artifactId>emis</artifactId>
<version>1.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>emis-biz</artifactId>

View File

@ -4,11 +4,12 @@
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>
<parent>
<artifactId>erp</artifactId>
<groupId>com.xdadan</groupId>
<artifactId>emis</artifactId>
<version>1.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
<artifactId>emis-wms-web</artifactId>
<version>1.0.2</version>

View File

@ -15,7 +15,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: com.xdadan:emis-common:1.0.0" level="project" />
<orderEntry type="library" name="Maven: com.xdadan:emis-common:1.0.2" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-context-support:5.3.16" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-beans:5.3.16" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-context:5.3.16" level="project" />

View File

@ -4,9 +4,10 @@
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>
<parent>
<artifactId>erp</artifactId>
<groupId>com.xdadan</groupId>
<artifactId>emis</artifactId>
<version>1.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>emis-wms</artifactId>