Now self-installing.
Showing
with
557 additions
and
45 deletions
... | @@ -78,8 +78,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | ... | @@ -78,8 +78,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma |
<developers> | <developers> | ||
<developer> | <developer> | ||
<id>jlhawkwell@ladyserenakitty.com</id> | <id>jlhawkwell</id> | ||
<name>Jessica Hawkwell</name> | <name>Jessica Hawkwell</name> | ||
<email>[email protected]</email> | |||
<organization>StarPhoenix Media</organization> | <organization>StarPhoenix Media</organization> | ||
<organizationUrl>http://starphoenixmedia.com/</organizationUrl> | <organizationUrl>http://starphoenixmedia.com/</organizationUrl> | ||
<timezone>-5</timezone> | <timezone>-5</timezone> | ||
... | @@ -122,6 +123,30 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | ... | @@ -122,6 +123,30 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma |
</repository> | </repository> | ||
</repositories> | </repositories> | ||
<dependencyManagement> | |||
<dependencies> | |||
<!-- PROJECT DEPENDENCIES ********************************************************************* PROJECT DEPENDENCIES --> | |||
<dependency> | |||
<groupId>org.apache.velocity</groupId> | |||
<artifactId>velocity</artifactId> | |||
<version>1.7</version> | |||
<scope>runtime</scope> | |||
<type>jar</type> | |||
</dependency> | |||
<dependency> | |||
<groupId>org.testng</groupId> | |||
<artifactId>testng</artifactId> | |||
<version>6.8.7</version> | |||
<scope>test</scope> | |||
</dependency> | |||
<dependency> | |||
<groupId>me.felinewith.lang_toolkit.apps</groupId> | |||
<artifactId>bootstrap</artifactId> | |||
<version>1.0-SNAPSHOT</version> | |||
</dependency> | |||
</dependencies> | |||
</dependencyManagement> | |||
<dependencies> | <dependencies> | ||
<dependency> | <dependency> | ||
<groupId>org.testng</groupId> | <groupId>org.testng</groupId> | ||
... | @@ -297,25 +322,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | ... | @@ -297,25 +322,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma |
</plugins> | </plugins> | ||
</reporting> | </reporting> | ||
<dependencyManagement> | |||
<dependencies> | |||
<!-- PROJECT DEPENDENCIES ********************************************************************* PROJECT DEPENDENCIES --> | |||
<dependency> | |||
<groupId>org.apache.velocity</groupId> | |||
<artifactId>velocity</artifactId> | |||
<version>1.7</version> | |||
<scope>runtime</scope> | |||
<type>jar</type> | |||
</dependency> | |||
<dependency> | |||
<groupId>org.testng</groupId> | |||
<artifactId>testng</artifactId> | |||
<version>6.8.7</version> | |||
<scope>test</scope> | |||
</dependency> | |||
</dependencies> | |||
</dependencyManagement> | |||
<profiles> | <profiles> | ||
<profile> | <profile> | ||
<id>ci</id> | <id>ci</id> | ||
... | ... |
-
Please register or sign in to post a comment