123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. <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">
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>se.citerus</groupId>
  4. <artifactId>register-app</artifactId>
  5. <name>register-app</name>
  6. <version>1.0.1-SNAPSHOT</version>
  7. <url>http://dddsample.sf.net</url>
  8. <scm>
  9. <developerConnection>scm:svn:https://dddsample.svn.sourceforge.net/svnroot/dddsample</developerConnection>
  10. </scm>
  11. <build>
  12. <plugins>
  13. <plugin>
  14. <artifactId>maven-compiler-plugin</artifactId>
  15. <configuration>
  16. <source>1.5</source>
  17. <target>1.5</target>
  18. <encoding>UTF-8</encoding>
  19. </configuration>
  20. </plugin>
  21. <plugin>
  22. <artifactId>maven-jar-plugin</artifactId>
  23. <configuration>
  24. <archive>
  25. <manifest>
  26. <mainClass>se.citerus.App</mainClass>
  27. <addClasspath>true</addClasspath>
  28. <classpathPrefix>lib</classpathPrefix>
  29. </manifest>
  30. </archive>
  31. </configuration>
  32. </plugin>
  33. <plugin>
  34. <artifactId>maven-assembly-plugin</artifactId>
  35. <configuration>
  36. <descriptors>
  37. <descriptor>assembly.xml</descriptor>
  38. </descriptors>
  39. <finalName>IncidentLoggingApplication</finalName>
  40. </configuration>
  41. </plugin>
  42. </plugins>
  43. </build>
  44. <repositories>
  45. <repository>
  46. <id>maven2-repository.dev.java.net</id>
  47. <name>Java.net Repository for Maven</name>
  48. <url>http://download.java.net/maven/2/</url>
  49. </repository>
  50. </repositories>
  51. <pluginRepositories>
  52. <pluginRepository>
  53. <id>maven2-repository.dev.java.net</id>
  54. <name>Java.net Repository for Maven</name>
  55. <url>http://download.java.net/maven/2/</url>
  56. </pluginRepository>
  57. </pluginRepositories>
  58. <dependencies>
  59. <dependency>
  60. <groupId>junit</groupId>
  61. <artifactId>junit</artifactId>
  62. <version>3.8.1</version>
  63. <scope>test</scope>
  64. </dependency>
  65. <dependency>
  66. <groupId>org.springframework</groupId>
  67. <artifactId>spring-context</artifactId>
  68. <version>2.5.5</version>
  69. </dependency>
  70. <dependency>
  71. <groupId>org.springframework</groupId>
  72. <artifactId>spring-web</artifactId>
  73. <version>2.5.5</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>org.springframework</groupId>
  77. <artifactId>spring-aop</artifactId>
  78. <version>2.5.5</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>com.jgoodies</groupId>
  82. <artifactId>forms</artifactId>
  83. <version>1.0.7</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>com.jgoodies</groupId>
  87. <artifactId>looks</artifactId>
  88. <version>2.1.2</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>com.sun.xml.ws</groupId>
  92. <artifactId>jaxws-rt</artifactId>
  93. <version>2.1.3</version>
  94. </dependency>
  95. <dependency>
  96. <groupId>se.citerus</groupId>
  97. <artifactId>dddsample</artifactId>
  98. <version>1.0</version>
  99. <classifier>ws-client</classifier>
  100. <exclusions>
  101. <exclusion>
  102. <artifactId>spring-core</artifactId>
  103. <groupId>org.springframework</groupId>
  104. </exclusion>
  105. <exclusion>
  106. <artifactId>spring-webmvc</artifactId>
  107. <groupId>org.springframework</groupId>
  108. </exclusion>
  109. <exclusion>
  110. <artifactId>spring-orm</artifactId>
  111. <groupId>org.springframework</groupId>
  112. </exclusion>
  113. <exclusion>
  114. <artifactId>spring-jdbc</artifactId>
  115. <groupId>org.springframework</groupId>
  116. </exclusion>
  117. <exclusion>
  118. <artifactId>spring-aop</artifactId>
  119. <groupId>org.springframework</groupId>
  120. </exclusion>
  121. <exclusion>
  122. <artifactId>spring-context</artifactId>
  123. <groupId>org.springframework</groupId>
  124. </exclusion>
  125. <exclusion>
  126. <artifactId>spring-jms</artifactId>
  127. <groupId>org.springframework</groupId>
  128. </exclusion>
  129. <exclusion>
  130. <artifactId>spring-beans</artifactId>
  131. <groupId>org.springframework</groupId>
  132. </exclusion>
  133. <exclusion>
  134. <artifactId>hibernate</artifactId>
  135. <groupId>org.hibernate</groupId>
  136. </exclusion>
  137. <exclusion>
  138. <artifactId>hibernate-annotations</artifactId>
  139. <groupId>org.hibernate</groupId>
  140. </exclusion>
  141. <exclusion>
  142. <artifactId>hibernate-commons-annotations</artifactId>
  143. <groupId>org.hibernate</groupId>
  144. </exclusion>
  145. <exclusion>
  146. <artifactId>commons-dbcp</artifactId>
  147. <groupId>commons-dbcp</groupId>
  148. </exclusion>
  149. <exclusion>
  150. <artifactId>hsqldb</artifactId>
  151. <groupId>hsqldb</groupId>
  152. </exclusion>
  153. <exclusion>
  154. <artifactId>servlet-api</artifactId>
  155. <groupId>javax.servlet</groupId>
  156. </exclusion>
  157. <exclusion>
  158. <artifactId>standard</artifactId>
  159. <groupId>taglibs</groupId>
  160. </exclusion>
  161. <exclusion>
  162. <artifactId>jstl</artifactId>
  163. <groupId>javax.servlet</groupId>
  164. </exclusion>
  165. <exclusion>
  166. <artifactId>sitemesh</artifactId>
  167. <groupId>opensymphony</groupId>
  168. </exclusion>
  169. </exclusions>
  170. </dependency>
  171. </dependencies>
  172. </project>