File tree 7 files changed +36
-10
lines changed
core/src/main/java/com/thenaglecode/core/security/ejb
7 files changed +36
-10
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule=" true" type =" JAVA_MODULE" version =" 4" >
3
- <component name =" FacetManager" >
4
- <facet type =" ejb" name =" EJB" >
5
- <configuration >
6
- <ejbRoots >
7
- <root url =" file://$MODULE_DIR$/src/main/java" />
8
- </ejbRoots >
9
- </configuration >
10
- </facet >
11
- </component >
12
3
<component name =" NewModuleRootManager" LANGUAGE_LEVEL =" JDK_1_7" inherit-compiler-output =" false" >
13
4
<output url =" file://$MODULE_DIR$/target/classes" />
14
5
<output-test url =" file://$MODULE_DIR$/target/test-classes" />
Original file line number Diff line number Diff line change 27
27
@ DeclareRoles ({Roles .ADMIN , Roles .SYSTEM })
28
28
public class SecurityProcessorBean {
29
29
30
+
30
31
private static final Logger log = Logger .getLogger (SecurityProcessorBean .class .getName ());
31
32
32
33
@ PersistenceContext
Original file line number Diff line number Diff line change 13
13
<module >algorithms</module >
14
14
<module >web</module >
15
15
<module >testing</module >
16
+ <module >system-setup</module >
16
17
</modules >
17
18
<properties >
18
19
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
120
121
<artifactId >joda-time</artifactId >
121
122
<version >${libraries.version.joda-time.joda-time} </version >
122
123
</dependency >
124
+ <dependency >
125
+ <groupId >org.slf4j</groupId >
126
+ <artifactId >slf4j-api</artifactId >
127
+ <version >1.7.5</version >
128
+ </dependency >
123
129
</dependencies >
124
130
</dependencyManagement >
125
131
164
170
<dependency >
165
171
<groupId >org.apache.maven.plugins</groupId >
166
172
<artifactId >maven-enforcer-plugin</artifactId >
167
- <version >1.3</version > <!-- override 1.2-->
173
+ <version >1.3.1 </version > <!-- override 1.2-->
168
174
</dependency >
169
175
</dependencies >
170
176
</plugin >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <parent >
6
+ <artifactId >thenaglecode</artifactId >
7
+ <groupId >com.thenaglecode</groupId >
8
+ <version >1.0.0.Pre-Alpha</version >
9
+ </parent >
10
+ <modelVersion >4.0.0</modelVersion >
11
+
12
+ <artifactId >system-setup</artifactId >
13
+
14
+ <dependencies >
15
+ <dependency >
16
+ <groupId >org.slf4j</groupId >
17
+ <artifactId >slf4j-api</artifactId >
18
+ </dependency >
19
+ </dependencies >
20
+
21
+ </project >
Original file line number Diff line number Diff line change 22
22
<orderEntry type =" inheritedJdk" />
23
23
<orderEntry type =" sourceFolder" forTests =" false" />
24
24
<orderEntry type =" module" module-name =" core" />
25
+ <orderEntry type =" module" module-name =" algorithms" />
26
+ <orderEntry type =" module" module-name =" core" />
25
27
<orderEntry type =" library" name =" Maven: commons-collections:commons-collections:3.2.1" level =" project" />
26
28
<orderEntry type =" library" name =" Maven: commons-io:commons-io:2.4" level =" project" />
27
29
<orderEntry type =" library" name =" Maven: org.apache.commons:commons-lang3:3.1" level =" project" />
84
86
<orderEntry type =" library" scope =" TEST" name =" Maven: org.jboss.shrinkwrap:shrinkwrap-impl-base:1.1.2" level =" project" />
85
87
<orderEntry type =" library" scope =" TEST" name =" Maven: org.jboss.shrinkwrap:shrinkwrap-spi:1.1.2" level =" project" />
86
88
</component >
89
+ <component name =" POM File Configuration" pomFile =" file://$MODULE_DIR$/pom.xml" />
87
90
</module >
88
91
Original file line number Diff line number Diff line change 20
20
<orderEntry type =" inheritedJdk" />
21
21
<orderEntry type =" sourceFolder" forTests =" false" />
22
22
</component >
23
+ <component name =" POM File Configuration" pomFile =" file://$MODULE_DIR$/pom.xml" />
23
24
</module >
24
25
Original file line number Diff line number Diff line change 23
23
<orderEntry type =" inheritedJdk" />
24
24
<orderEntry type =" sourceFolder" forTests =" false" />
25
25
<orderEntry type =" module" module-name =" core" />
26
+ <orderEntry type =" module" module-name =" algorithms" />
27
+ <orderEntry type =" module" module-name =" core" />
26
28
<orderEntry type =" library" name =" Maven: commons-collections:commons-collections:3.2.1" level =" project" />
27
29
<orderEntry type =" library" name =" Maven: commons-io:commons-io:2.4" level =" project" />
28
30
<orderEntry type =" library" name =" Maven: org.apache.commons:commons-lang3:3.1" level =" project" />
62
64
<orderEntry type =" library" name =" Maven: org.jboss.spec.javax.xml.soap:jboss-saaj-api_1.3_spec:1.0.2.Final" level =" project" />
63
65
<orderEntry type =" library" name =" Maven: org.jboss.spec.javax.xml.ws:jboss-jaxws-api_2.2_spec:2.0.1.Final" level =" project" />
64
66
</component >
67
+ <component name =" POM File Configuration" pomFile =" file://$MODULE_DIR$/pom.xml" />
65
68
</module >
66
69
You can’t perform that action at this time.
0 commit comments