META-INF.maven.com.guicedee.persistence.guiced-persistence-systemproperties-reader.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of guiced-persistence-systemproperties-reader Show documentation
Show all versions of guiced-persistence-systemproperties-reader Show documentation
Reads ${} properties from the System Environment Variables and replaces the values in the persistence properties.
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.guicedee</groupId> <artifactId>guicedee-projects</artifactId> <version>1.0.9.14-jre14</version> </parent> <groupId>com.guicedee.persistence</groupId> <artifactId>guiced-persistence-systemproperties-reader</artifactId> <packaging>jar</packaging> <name>Guiced Persistence - SystemProperties Reader</name> <description>Reads ${} properties from the System Environment Variables and replaces the values in the persistence properties. </description> <url>https://github.com/GedMarc/GuicedPersistence-SystemPropertiesReader</url> <dependencies> <dependency> <groupId>com.guicedee.persistence</groupId> <artifactId>guiced-persistence</artifactId> <type>jar</type> </dependency> <dependency> <groupId>com.guicedee.services</groupId> <artifactId>hibernate-core</artifactId> <type>jar</type> </dependency> </dependencies> <scm> <url>https://github.com/GedMarc/GuicedPersistence.git</url> </scm> <issueManagement> <system>Github</system> <url>https://github.com/GedMarc/GuicedPersistence-C3P0/issues</url> </issueManagement> <ciManagement> <system>TeamCity</system> <url>http://jwebmp.com/teamcity</url> </ciManagement> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy