diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2022-10-25 14:22:37 +0000 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2022-10-26 10:57:36 +0000 |
commit | 9511c963abaf02fa1d6b0aa3ff80b53721c79bfc (patch) | |
tree | e1fbda96bdeedd6f17b678f6bda0d6150ea1dfba /aai-resources/.classpath | |
parent | 24cbbc6737f42fa5932febeccae87b07362e34b0 (diff) |
Use the 1.9.4 parent pom in resources
- upgrade apache commons-configuration to commons-configuration2 to resolve test failures
Issue-ID: AAI-3566
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I26657f326c15de33c65abb9ae7c9bb9608defbaf
Diffstat (limited to 'aai-resources/.classpath')
-rw-r--r-- | aai-resources/.classpath | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/aai-resources/.classpath b/aai-resources/.classpath index e89215e..bc00f63 100644 --- a/aai-resources/.classpath +++ b/aai-resources/.classpath @@ -34,17 +34,17 @@ <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry kind="src" path="target/generated-sources/annotations"> + <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/docker"> <attributes> - <attribute name="optional" value="true"/> <attribute name="maven.pomderived" value="true"/> - <attribute name="ignore_optional_problems" value="true"/> - <attribute name="m2e-apt" value="true"/> </attributes> </classpathentry> - <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/docker"> + <classpathentry kind="src" path="target/generated-sources/annotations"> <attributes> + <attribute name="optional" value="true"/> <attribute name="maven.pomderived" value="true"/> + <attribute name="ignore_optional_problems" value="true"/> + <attribute name="m2e-apt" value="true"/> </attributes> </classpathentry> <classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations"> |