rsanchez
2015-01-28 fc256f48aa7e1a378f540fc1fdbde46739ff903c
securis/pom.xml
....@@ -1,100 +1,101 @@
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>net.curisit</groupId>
4
- <artifactId>securis-server</artifactId>
5
- <version>0.0.9-SNAPSHOT</version>
6
- <name>SeCuris</name>
7
- <description>CurisTEC Server Licenses</description>
8
- <dependencies>
9
- <dependency>
10
- <groupId>commons-lang</groupId>
11
- <artifactId>commons-lang</artifactId>
12
- <version>2.6</version>
13
- </dependency>
14
- <dependency>
15
- <groupId>javax.servlet</groupId>
16
- <artifactId>javax.servlet-api</artifactId>
17
- <version>3.1.0</version>
18
- <scope>provided</scope>
19
- </dependency>
20
- <dependency>
21
- <groupId>org.jboss.resteasy</groupId>
22
- <artifactId>resteasy-multipart-provider</artifactId>
23
- <version>3.0.10.Final</version>
24
- </dependency>
25
- <dependency>
26
- <groupId>org.jboss.resteasy</groupId>
27
- <artifactId>resteasy-jaxrs</artifactId>
28
- <version>3.0.10.Final</version>
29
- </dependency>
30
-<dependency>
31
- <groupId>org.jboss.weld.servlet</groupId>
32
- <artifactId>weld-servlet</artifactId>
33
- <version>2.2.9.Final</version>
34
-</dependency>
35
-<dependency>
36
- <groupId>org.jboss</groupId>
37
- <artifactId>jandex</artifactId>
38
- <version>1.2.2.Final</version>
39
-</dependency>
40
- <dependency>
41
- <groupId>net.curisit</groupId>
42
- <artifactId>commons-curis</artifactId>
43
- <version>0.0.1-SNAPSHOT</version>
44
- </dependency>
45
- <dependency>
46
- <groupId>org.hibernate</groupId>
47
- <artifactId>hibernate-entitymanager</artifactId>
48
- <version>4.3.6.Final</version>
49
- </dependency>
50
- <dependency>
51
- <groupId>net.curisit</groupId>
52
- <artifactId>securis-client</artifactId>
53
- <version>1.0.4-SNAPSHOT</version>
54
- </dependency>
55
- <dependency>
56
- <groupId>org.apache.httpcomponents</groupId>
57
- <artifactId>httpclient</artifactId>
58
- <version>4.4-beta1</version>
59
- </dependency>
60
- <dependency>
61
- <groupId>org.apache.httpcomponents</groupId>
62
- <artifactId>httpmime</artifactId>
63
- <version>4.4-beta1</version>
64
- </dependency>
65
- <dependency>
66
- <groupId>org.jboss.resteasy</groupId>
67
- <artifactId>resteasy-jackson2-provider</artifactId>
68
- <version>3.0.10.Final</version>
69
- </dependency>
70
- <dependency>
71
- <groupId>org.apache.logging.log4j</groupId>
72
- <artifactId>log4j-web</artifactId>
73
- <version>2.1</version>
74
- </dependency>
75
- <dependency>
76
- <groupId>javax.enterprise</groupId>
77
- <artifactId>cdi-api</artifactId>
78
- <version>1.2</version>
79
- <scope>provided</scope>
80
-</dependency>
81
- <dependency>
82
- <groupId>org.jboss.resteasy</groupId>
83
- <artifactId>resteasy-cdi</artifactId>
84
- <version>3.0.10.Final</version>
85
- </dependency>
86
- </dependencies>
87
- <build>
1
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
+ <modelVersion>4.0.0</modelVersion>
4
+ <groupId>net.curisit</groupId>
5
+ <artifactId>securis-server</artifactId>
6
+ <version>1.0-SNAPSHOT</version>
7
+ <name>SeCuris</name>
8
+ <description>CurisTEC Server Licenses</description>
9
+ <dependencies>
10
+ <dependency>
11
+ <groupId>commons-lang</groupId>
12
+ <artifactId>commons-lang</artifactId>
13
+ <version>2.6</version>
14
+ </dependency>
15
+ <dependency>
16
+ <groupId>javax.servlet</groupId>
17
+ <artifactId>javax.servlet-api</artifactId>
18
+ <version>3.1.0</version>
19
+ <scope>provided</scope>
20
+ </dependency>
21
+ <dependency>
22
+ <groupId>org.jboss.resteasy</groupId>
23
+ <artifactId>resteasy-multipart-provider</artifactId>
24
+ <version>3.0.10.Final</version>
25
+ </dependency>
26
+ <dependency>
27
+ <groupId>org.jboss.resteasy</groupId>
28
+ <artifactId>resteasy-jaxrs</artifactId>
29
+ <version>3.0.10.Final</version>
30
+ </dependency>
31
+ <dependency>
32
+ <groupId>org.jboss.weld.servlet</groupId>
33
+ <artifactId>weld-servlet</artifactId>
34
+ <version>2.2.9.Final</version>
35
+ </dependency>
36
+ <dependency>
37
+ <groupId>org.jboss</groupId>
38
+ <artifactId>jandex</artifactId>
39
+ <version>1.2.2.Final</version>
40
+ </dependency>
41
+ <dependency>
42
+ <groupId>net.curisit</groupId>
43
+ <artifactId>commons-curis</artifactId>
44
+ <version>0.0.1-SNAPSHOT</version>
45
+ </dependency>
46
+ <dependency>
47
+ <groupId>org.hibernate</groupId>
48
+ <artifactId>hibernate-entitymanager</artifactId>
49
+ <version>4.3.6.Final</version>
50
+ </dependency>
51
+ <dependency>
52
+ <groupId>net.curisit</groupId>
53
+ <artifactId>securis-client</artifactId>
54
+ <version>1.0.5-SNAPSHOT</version>
55
+ </dependency>
56
+ <dependency>
57
+ <groupId>org.apache.httpcomponents</groupId>
58
+ <artifactId>httpclient</artifactId>
59
+ <version>4.4-beta1</version>
60
+ </dependency>
61
+ <dependency>
62
+ <groupId>org.apache.httpcomponents</groupId>
63
+ <artifactId>httpmime</artifactId>
64
+ <version>4.4-beta1</version>
65
+ </dependency>
66
+ <dependency>
67
+ <groupId>org.jboss.resteasy</groupId>
68
+ <artifactId>resteasy-jackson2-provider</artifactId>
69
+ <version>3.0.10.Final</version>
70
+ </dependency>
71
+ <dependency>
72
+ <groupId>org.apache.logging.log4j</groupId>
73
+ <artifactId>log4j-web</artifactId>
74
+ <version>2.1</version>
75
+ </dependency>
76
+ <dependency>
77
+ <groupId>javax.enterprise</groupId>
78
+ <artifactId>cdi-api</artifactId>
79
+ <version>1.2</version>
80
+ <scope>provided</scope>
81
+ </dependency>
82
+ <dependency>
83
+ <groupId>org.jboss.resteasy</groupId>
84
+ <artifactId>resteasy-cdi</artifactId>
85
+ <version>3.0.10.Final</version>
86
+ </dependency>
87
+ </dependencies>
88
+ <build>
8889 <plugins>
89
- <plugin>
90
- <groupId>org.apache.maven.plugins</groupId>
91
- <artifactId>maven-compiler-plugin</artifactId>
92
- <configuration>
93
- <source>1.8</source>
94
- <target>1.8</target>
95
- </configuration>
96
- </plugin>
97
- <plugin>
90
+ <plugin>
91
+ <groupId>org.apache.maven.plugins</groupId>
92
+ <artifactId>maven-compiler-plugin</artifactId>
93
+ <configuration>
94
+ <source>1.8</source>
95
+ <target>1.8</target>
96
+ </configuration>
97
+ </plugin>
98
+ <plugin>
9899 <artifactId>maven-assembly-plugin</artifactId>
99100 <version>2.4</version>
100101 <configuration>
....@@ -108,31 +109,31 @@
108109 <appendAssemblyId>false</appendAssemblyId>
109110 </configuration>
110111 </plugin>
111
- </plugins>
112
+ </plugins>
112113 </build>
113
- <repositories>
114
- <repository>
115
- <id>internal</id>
116
- <name>CurisIT Repository</name>
117
- <url>http://archiva.curisit.net/archiva/repository/internal</url>
118
- </repository>
119
- <repository>
120
- <id>curistec</id>
121
- <name>CurisTec Corporate Repository</name>
122
- <url>http://archiva.curisit.net/archiva/repository/internal/</url>
123
- <layout>default</layout>
124
- </repository>
125
- <repository>
126
- <id>curistecSnapshot</id>
127
- <name>CurisTec Snapshots</name>
128
- <url>http://archiva.curisit.net/archiva/repository/snapshots/</url>
129
- <layout>default</layout>
130
- </repository>
131
- <repository>
132
- <id>project.local</id>
133
- <name>project</name>
134
- <url>file:/opt/repo</url>
135
- </repository>
136
- </repositories>
137
-
114
+ <repositories>
115
+ <repository>
116
+ <id>internal</id>
117
+ <name>CurisIT Repository</name>
118
+ <url>http://archiva.curisit.net/archiva/repository/internal</url>
119
+ </repository>
120
+ <repository>
121
+ <id>curistec</id>
122
+ <name>CurisTec Corporate Repository</name>
123
+ <url>http://archiva.curisit.net/archiva/repository/internal/</url>
124
+ <layout>default</layout>
125
+ </repository>
126
+ <repository>
127
+ <id>curistecSnapshot</id>
128
+ <name>CurisTec Snapshots</name>
129
+ <url>http://archiva.curisit.net/archiva/repository/snapshots/</url>
130
+ <layout>default</layout>
131
+ </repository>
132
+ <repository>
133
+ <id>project.local</id>
134
+ <name>project</name>
135
+ <url>file:/opt/repo</url>
136
+ </repository>
137
+ </repositories>
138
+
138139 </project>