changes dependecny, imports and started to fix redirectencoder

This commit is contained in:
srasmusson
2016-04-23 21:48:54 +02:00
parent a98d683126
commit d0269f4799
45 changed files with 1039 additions and 68 deletions

32
.idea/compiler.xml generated Normal file
View File

@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<resourceExtensions />
<wildcardResourcePatterns>
<entry name="!?*.java" />
<entry name="!?*.form" />
<entry name="!?*.class" />
<entry name="!?*.groovy" />
<entry name="!?*.scala" />
<entry name="!?*.flex" />
<entry name="!?*.kt" />
<entry name="!?*.clj" />
<entry name="!?*.aj" />
</wildcardResourcePatterns>
<annotationProcessing>
<profile default="true" name="Default" enabled="false">
<processorPath useClasspath="true" />
</profile>
<profile default="false" name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<processorPath useClasspath="true" />
<module name="webprofile-ref-project" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="webprofile-ref-project" target="1.5" />
</bytecodeTargetLevel>
</component>
</project>