Commit ae435e464711dc41ffe994f2566c8b8ecc38f384

Authored by Vanderson Silva
1 parent d03f069c

limpeza

demoiselle-security-basic/.gitignore
1 /.settings/ 1 /.settings/
2 /.classpath 2 /.classpath
3 /.project 3 /.project
  4 +/target/
demoiselle-security-basic/pom.xml~
@@ -1,34 +0,0 @@ @@ -1,34 +0,0 @@
1 -<?xml version="1.0" encoding="UTF-8"?>  
2 -<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">  
3 - <modelVersion>4.0.0</modelVersion>  
4 - <groupId>org.demoiselle.jee</groupId>  
5 - <artifactId>demoiselle-security-basic</artifactId>  
6 - <version>3.0.0-SNAPSHOT</version>  
7 - <packaging>jar</packaging>  
8 - <properties>  
9 - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>  
10 - <maven.compiler.source>1.8</maven.compiler.source>  
11 - <maven.compiler.target>1.8</maven.compiler.target>  
12 - </properties>  
13 - <dependencies>  
14 -  
15 - <dependency>  
16 - <groupId>${project.groupId}</groupId>  
17 - <artifactId>demoiselle-core</artifactId>  
18 - <version>${project.version}</version>  
19 - </dependency>  
20 -  
21 - <dependency>  
22 - <groupId>${project.groupId}</groupId>  
23 - <artifactId>demoiselle-ws</artifactId>  
24 - <version>${project.version}</version>  
25 - </dependency>  
26 -  
27 - <dependency>  
28 - <groupId>${project.groupId}</groupId>  
29 - <artifactId>demoiselle-security</artifactId>  
30 - <version>${project.version}</version>  
31 - </dependency>  
32 -  
33 - </dependencies>  
34 -</project>  
demoiselle-security-basic/target/classes/demoiselle.properties
@@ -1 +0,0 @@ @@ -1 +0,0 @@
1 -user-not-authenticated  
2 \ No newline at end of file 0 \ No newline at end of file
demoiselle-security-basic/target/classes/messages.properties
@@ -1 +0,0 @@ @@ -1 +0,0 @@
1 -tipo-seguranca=basic  
2 \ No newline at end of file 0 \ No newline at end of file
demoiselle-security-jwt/.gitignore
1 /.settings/ 1 /.settings/
2 /.classpath 2 /.classpath
3 /.project 3 /.project
  4 +/target/
demoiselle-security-jwt/pom.xml~
@@ -1,41 +0,0 @@ @@ -1,41 +0,0 @@
1 -<?xml version="1.0" encoding="UTF-8"?>  
2 -<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">  
3 - <modelVersion>4.0.0</modelVersion>  
4 - <groupId>org.demoiselle.jee</groupId>  
5 - <artifactId>demoiselle-security-jwt</artifactId>  
6 - <version>3.0.0-SNAPSHOT</version>  
7 - <packaging>jar</packaging>  
8 - <properties>  
9 - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>  
10 - <maven.compiler.source>1.8</maven.compiler.source>  
11 - <maven.compiler.target>1.8</maven.compiler.target>  
12 - </properties>  
13 - <dependencies>  
14 -  
15 - <dependency>  
16 - <groupId>${project.groupId}</groupId>  
17 - <artifactId>demoiselle-core</artifactId>  
18 - <version>${project.version}</version>  
19 - </dependency>  
20 -  
21 - <dependency>  
22 - <groupId>${project.groupId}</groupId>  
23 - <artifactId>demoiselle-security</artifactId>  
24 - <version>${project.version}</version>  
25 - </dependency>  
26 -  
27 - <dependency>  
28 - <groupId>org.bitbucket.b_c</groupId>  
29 - <artifactId>jose4j</artifactId>  
30 - <version>0.4.1</version>  
31 - </dependency>  
32 -  
33 - <dependency>  
34 - <groupId>com.google.code.gson</groupId>  
35 - <artifactId>gson</artifactId>  
36 - <version>2.2.2</version>  
37 - <scope>compile</scope>  
38 - </dependency>  
39 -  
40 - </dependencies>  
41 -</project>  
demoiselle-security-jwt/target/classes/demoiselle.properties
@@ -1 +0,0 @@ @@ -1 +0,0 @@
1 -user-not-authenticated  
2 \ No newline at end of file 0 \ No newline at end of file
demoiselle-security-jwt/target/classes/messages.properties
@@ -1 +0,0 @@ @@ -1 +0,0 @@
1 -tipo-seguranca=basic  
2 \ No newline at end of file 0 \ No newline at end of file