removed obsolete version information
This commit is contained in:
@ -1,151 +1,149 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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">
|
<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">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>shared</artifactId>
|
<artifactId>shared</artifactId>
|
||||||
<groupId>de.muehlencord</groupId>
|
<groupId>de.muehlencord</groupId>
|
||||||
<version>1.1-SNAPSHOT</version>
|
<version>1.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>de.muehlencord.shared</groupId>
|
<groupId>de.muehlencord.shared</groupId>
|
||||||
<artifactId>shared-account-ui</artifactId>
|
<artifactId>shared-account-ui</artifactId>
|
||||||
<version>1.1-SNAPSHOT</version>
|
<packaging>war</packaging>
|
||||||
<packaging>war</packaging>
|
|
||||||
|
<name>shared-account-ui</name>
|
||||||
<name>shared-account-ui</name>
|
|
||||||
|
<properties>
|
||||||
<properties>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<timestamp>${maven.build.timestamp}</timestamp>
|
||||||
<timestamp>${maven.build.timestamp}</timestamp>
|
<applicationUuid>143a2bd3-7e0b-4162-a76e-3031331c7dfe</applicationUuid>
|
||||||
<applicationUuid>143a2bd3-7e0b-4162-a76e-3031331c7dfe</applicationUuid>
|
<maven.compiler.source>10</maven.compiler.source>
|
||||||
<maven.compiler.source>10</maven.compiler.source>
|
<maven.compiler.target>10</maven.compiler.target>
|
||||||
<maven.compiler.target>10</maven.compiler.target>
|
|
||||||
|
<!-- default filter if not selected via profile -->
|
||||||
<!-- defaul filter if not selected via profile -->
|
<filter.name>development</filter.name>
|
||||||
<filter.name>development</filter.name>
|
</properties>
|
||||||
</properties>
|
|
||||||
|
<dependencies>
|
||||||
<dependencies>
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.primefaces</groupId>
|
||||||
<groupId>org.primefaces</groupId>
|
<artifactId>primefaces</artifactId>
|
||||||
<artifactId>primefaces</artifactId>
|
</dependency>
|
||||||
</dependency>
|
<!-- Admin faces template -->
|
||||||
<!-- Admin faces template -->
|
<dependency>
|
||||||
<dependency>
|
<groupId>com.github.adminfaces</groupId>
|
||||||
<groupId>com.github.adminfaces</groupId>
|
<artifactId>admin-template</artifactId>
|
||||||
<artifactId>admin-template</artifactId>
|
<version>1.0.0-RC19</version>
|
||||||
<version>1.0.0-RC19</version>
|
</dependency>
|
||||||
</dependency>
|
<!-- Omnifaces, faces utils -->
|
||||||
<!-- Omnifaces, faces utils -->
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.omnifaces</groupId>
|
||||||
<groupId>org.omnifaces</groupId>
|
<artifactId>omnifaces</artifactId>
|
||||||
<artifactId>omnifaces</artifactId>
|
<version>3.2</version>
|
||||||
<version>3.2</version>
|
</dependency>
|
||||||
</dependency>
|
<!-- Apache Shiro, Security API -->
|
||||||
<!-- Apache Shiro, Security API -->
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.apache.shiro</groupId>
|
||||||
<groupId>org.apache.shiro</groupId>
|
<artifactId>shiro-core</artifactId>
|
||||||
<artifactId>shiro-core</artifactId>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.apache.shiro</groupId>
|
||||||
<groupId>org.apache.shiro</groupId>
|
<artifactId>shiro-web</artifactId>
|
||||||
<artifactId>shiro-web</artifactId>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>de.muehlencord.shared</groupId>
|
||||||
<groupId>de.muehlencord.shared</groupId>
|
<artifactId>shared-shiro-faces</artifactId>
|
||||||
<artifactId>shared-shiro-faces</artifactId>
|
<version>1.1-SNAPSHOT</version>
|
||||||
<version>1.1-SNAPSHOT</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>de.muehlencord.shared</groupId>
|
||||||
<groupId>de.muehlencord.shared</groupId>
|
<artifactId>shared-account</artifactId>
|
||||||
<artifactId>shared-account</artifactId>
|
<version>1.1-SNAPSHOT</version>
|
||||||
<version>1.1-SNAPSHOT</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>de.muehlencord.shared</groupId>
|
||||||
<groupId>de.muehlencord.shared</groupId>
|
<artifactId>shared-util</artifactId>
|
||||||
<artifactId>shared-util</artifactId>
|
<version>1.1-SNAPSHOT</version>
|
||||||
<version>1.1-SNAPSHOT</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>de.muehlencord.shared</groupId>
|
||||||
<groupId>de.muehlencord.shared</groupId>
|
<artifactId>shared-jeeutil</artifactId>
|
||||||
<artifactId>shared-jeeutil</artifactId>
|
<version>1.1-SNAPSHOT</version>
|
||||||
<version>1.1-SNAPSHOT</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>de.muehlencord.sf</groupId>
|
||||||
<groupId>de.muehlencord.sf</groupId>
|
<artifactId>filter</artifactId>
|
||||||
<artifactId>filter</artifactId>
|
<version>1.0</version>
|
||||||
<version>1.0</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>javax</groupId>
|
||||||
<groupId>javax</groupId>
|
<artifactId>javaee-web-api</artifactId>
|
||||||
<artifactId>javaee-web-api</artifactId>
|
<version>7.0</version>
|
||||||
<version>7.0</version>
|
<scope>provided</scope>
|
||||||
<scope>provided</scope>
|
</dependency>
|
||||||
</dependency>
|
</dependencies>
|
||||||
</dependencies>
|
|
||||||
|
<build>
|
||||||
<build>
|
<filters>
|
||||||
<filters>
|
<filter>${basedir}/src/main/filters/${filter.name}.properties</filter>
|
||||||
<filter>${basedir}/src/main/filters/${filter.name}.properties</filter>
|
</filters>
|
||||||
</filters>
|
|
||||||
|
<resources>
|
||||||
<resources>
|
<!-- fill buildinformation file -->
|
||||||
<!-- fill buildinformation file -->
|
<resource>
|
||||||
<resource>
|
<directory>src/main/resources</directory>
|
||||||
<directory>src/main/resources</directory>
|
<filtering>true</filtering>
|
||||||
<filtering>true</filtering>
|
<includes>
|
||||||
<includes>
|
<include>**/*.properties</include>
|
||||||
<include>**/*.properties</include>
|
<include>**/*.xml</include>
|
||||||
<include>**/*.xml</include>
|
</includes>
|
||||||
</includes>
|
</resource>
|
||||||
</resource>
|
</resources>
|
||||||
</resources>
|
|
||||||
|
<finalName>account</finalName>
|
||||||
<finalName>account</finalName>
|
<plugins>
|
||||||
<plugins>
|
<plugin>
|
||||||
<plugin>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<configuration>
|
||||||
<version>3.8.0</version>
|
<source>10</source>
|
||||||
<configuration>
|
<target>10</target>
|
||||||
<source>10</source>
|
</configuration>
|
||||||
<target>10</target>
|
</plugin>
|
||||||
</configuration>
|
<plugin>
|
||||||
</plugin>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<plugin>
|
<artifactId>maven-war-plugin</artifactId>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<version>3.2.2</version>
|
||||||
<artifactId>maven-war-plugin</artifactId>
|
<configuration>
|
||||||
<version>3.2.2</version>
|
<failOnMissingWebXml>false</failOnMissingWebXml>
|
||||||
<configuration>
|
<webResources>
|
||||||
<failOnMissingWebXml>false</failOnMissingWebXml>
|
<resource>
|
||||||
<webResources>
|
<directory>${basedir}/src/main/webapp</directory>
|
||||||
<resource>
|
<filtering>true</filtering>
|
||||||
<directory>${basedir}/src/main/webapp</directory>
|
<includes>
|
||||||
<filtering>true</filtering>
|
<include>WEB-INF/web.xml</include>
|
||||||
<includes>
|
<include>WEB-INF/shiro.ini</include>
|
||||||
<include>WEB-INF/web.xml</include>
|
</includes>
|
||||||
<include>WEB-INF/shiro.ini</include>
|
</resource>
|
||||||
</includes>
|
</webResources>
|
||||||
</resource>
|
</configuration>
|
||||||
</webResources>
|
</plugin>
|
||||||
</configuration>
|
</plugins>
|
||||||
</plugin>
|
</build>
|
||||||
</plugins>
|
|
||||||
</build>
|
<profiles>
|
||||||
|
<profile>
|
||||||
<profiles>
|
<id>development</id>
|
||||||
<profile>
|
<properties>
|
||||||
<id>development</id>
|
<filter.name>development</filter.name>
|
||||||
<properties>
|
</properties>
|
||||||
<filter.name>development</filter.name>
|
</profile>
|
||||||
</properties>
|
|
||||||
</profile>
|
<profile>
|
||||||
|
<id>production</id>
|
||||||
<profile>
|
<properties>
|
||||||
<id>production</id>
|
<filter.name>production</filter.name>
|
||||||
<properties>
|
</properties>
|
||||||
<filter.name>production</filter.name>
|
</profile>
|
||||||
</properties>
|
</profiles>
|
||||||
</profile>
|
</project>
|
||||||
</profiles>
|
|
||||||
</project>
|
|
||||||
|
|||||||
212
account/pom.xml
212
account/pom.xml
@ -1,106 +1,106 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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">
|
<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">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>de.muehlencord.shared</groupId>
|
<groupId>de.muehlencord.shared</groupId>
|
||||||
<artifactId>shared-account</artifactId>
|
<artifactId>shared-account</artifactId>
|
||||||
<version>1.1-SNAPSHOT</version>
|
<version>1.1-SNAPSHOT</version>
|
||||||
<packaging>ejb</packaging>
|
<packaging>ejb</packaging>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>shared</artifactId>
|
<artifactId>shared</artifactId>
|
||||||
<groupId>de.muehlencord</groupId>
|
<groupId>de.muehlencord</groupId>
|
||||||
<version>1.1-SNAPSHOT</version>
|
<version>1.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<name>shared-account</name>
|
<name>shared-account</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<maven.compiler.source>1.8</maven.compiler.source>
|
<maven.compiler.source>10</maven.compiler.source>
|
||||||
<maven.compiler.target>1.8</maven.compiler.target>
|
<maven.compiler.target>10</maven.compiler.target>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-lang3</artifactId>
|
<artifactId>commons-lang3</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.freemarker</groupId>
|
<groupId>org.freemarker</groupId>
|
||||||
<artifactId>freemarker</artifactId>
|
<artifactId>freemarker</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.shiro</groupId>
|
<groupId>org.apache.shiro</groupId>
|
||||||
<artifactId>shiro-core</artifactId>
|
<artifactId>shiro-core</artifactId>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.shiro</groupId>
|
<groupId>org.apache.shiro</groupId>
|
||||||
<artifactId>shiro-web</artifactId>
|
<artifactId>shiro-web</artifactId>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>de.muehlencord.shared</groupId>
|
<groupId>de.muehlencord.shared</groupId>
|
||||||
<artifactId>shared-jeeutil</artifactId>
|
<artifactId>shared-jeeutil</artifactId>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<version>1.1-SNAPSHOT</version>
|
<version>1.1-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
<artifactId>junit</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mockito</groupId>
|
<groupId>org.mockito</groupId>
|
||||||
<artifactId>mockito-core</artifactId>
|
<artifactId>mockito-core</artifactId>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-log4j12</artifactId>
|
<artifactId>slf4j-log4j12</artifactId>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>jcl-over-slf4j</artifactId>
|
<artifactId>jcl-over-slf4j</artifactId>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>de.muehlencord.shared</groupId>
|
<groupId>de.muehlencord.shared</groupId>
|
||||||
<artifactId>shared-util</artifactId>
|
<artifactId>shared-util</artifactId>
|
||||||
<version>1.1-SNAPSHOT</version>
|
<version>1.1-SNAPSHOT</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.code.gson</groupId>
|
<groupId>com.google.code.gson</groupId>
|
||||||
<artifactId>gson</artifactId>
|
<artifactId>gson</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax</groupId>
|
<groupId>javax</groupId>
|
||||||
<artifactId>javaee-api</artifactId>
|
<artifactId>javaee-api</artifactId>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.hibernate</groupId>
|
<groupId>org.hibernate</groupId>
|
||||||
<artifactId>hibernate-core</artifactId>
|
<artifactId>hibernate-core</artifactId>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<!-- create EJB version 3.1 -->
|
<!-- create EJB version 3.1 -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-ejb-plugin</artifactId>
|
<artifactId>maven-ejb-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<ejbVersion>3.1</ejbVersion>
|
<ejbVersion>3.1</ejbVersion>
|
||||||
<excludes>
|
<excludes>
|
||||||
<exclude>**/persistence.xml</exclude>
|
<exclude>**/persistence.xml</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user