Optimierung in CacheControlInterceptor: unnötige Exception vermieden
[percentcodec] / utils / pom.xml
index 1feaad1..e9bab03 100644 (file)
@@ -6,16 +6,56 @@
 
   <parent>
     <groupId>de.halbekunst</groupId>
-    <artifactId>fotos</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <artifactId>juplo</artifactId>
+    <version>1.0.1-SNAPSHOT</version>
   </parent>
-  
-  <artifactId>utils</artifactId>
-  <name>Utils</name>
-  <packaging>pom</packaging>
 
-  <modules>
-    <module>cachecontrol</module>
-  </modules>
+  <artifactId>${pom.parent.artifactId}-utils</artifactId>
+  <name>Juplo - Utils</name>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${junit.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <version>${slf4j.version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+      </exclusions>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>${log4j.version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>javax.mail</groupId>
+          <artifactId>mail</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.jms</groupId>
+          <artifactId>jms</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.sun.jdmk</groupId>
+          <artifactId>jmxtools</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.sun.jmx</groupId>
+          <artifactId>jmxri</artifactId>
+        </exclusion>
+      </exclusions>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 
 </project>