Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Feature/cleaning vulnerabilities #160

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions java/inflector-dropwizard-guice/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.swagger</groupId>
<artifactId>inflector-dropwizard-guice-sample</artifactId>
<version>1.0.0-SNAPSHOT</version>
<build>
<plugins>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>2.3</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<transformers>
<transformer />
<transformer>
<mainClass>io.swagger.samples.inflector.dropwizard.InflectorServer</mainClass>
</transformer>
</transformers>
</configuration>
</execution>
</executions>
<configuration>
<createDependencyReducedPom>true</createDependencyReducedPom>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
</configuration>
</plugin>
</plugins>
</build>
<properties>
<dropwizard-version>0.8.2</dropwizard-version>
<inflector-version>1.0.2</inflector-version>
<jackson.version>2.8.11</jackson.version>
</properties>
</project>

4 changes: 2 additions & 2 deletions java/inflector-dropwizard-guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

<properties>
<dropwizard-version>0.8.2</dropwizard-version>
<inflector-version>1.0.2</inflector-version>
<jackson.version>2.5.1</jackson.version>
<inflector-version>1.0.16</inflector-version>
<jackson.version>2.9.6</jackson.version>
</properties>

<dependencies>
Expand Down
50 changes: 50 additions & 0 deletions java/inflector-dropwizard/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.swagger</groupId>
<artifactId>inflector-dropwizard-sample</artifactId>
<version>1.0.0-SNAPSHOT</version>
<build>
<plugins>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>2.3</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<transformers>
<transformer />
<transformer>
<mainClass>io.swagger.samples.inflector.dropwizard.InflectorServer</mainClass>
</transformer>
</transformers>
</configuration>
</execution>
</executions>
<configuration>
<createDependencyReducedPom>true</createDependencyReducedPom>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
</configuration>
</plugin>
</plugins>
</build>
<properties>
<dropwizard-version>0.8.2</dropwizard-version>
<inflector-version>1.0.2</inflector-version>
<jackson.version>2.8.11</jackson.version>
</properties>
</project>

6 changes: 3 additions & 3 deletions java/inflector-dropwizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
<version>1.0.0-SNAPSHOT</version>

<properties>
<dropwizard-version>0.8.2</dropwizard-version>
<inflector-version>1.0.2</inflector-version>
<jackson.version>2.5.1</jackson.version>
<dropwizard-version>1.3.7</dropwizard-version>
<inflector-version>1.0.16</inflector-version>
<jackson.version>2.9.6</jackson.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion java/inflector-jetty-webxml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<maven-plugin-version>1.0.0</maven-plugin-version>
<jetty-version>9.2.9.v20150224</jetty-version>
<logback-version>1.0.1</logback-version>
<inflector-version>1.0.2</inflector-version>
<inflector-version>1.0.16</inflector-version>
<junit-version>4.8.2</junit-version>
<slf4j-version>1.6.3</slf4j-version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion java/java-dropwizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-bom</artifactId>
<version>1.0.2</version>
<version>1.3.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion java/java-jersey-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>3.2.4.RELEASE</version>
<version>4.3.17.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@
<properties>
<joda-version>1.2</joda-version>
<joda-time-version>2.2</joda-time-version>
<swagger-version>1.5.10</swagger-version>
<swagger-version>1.5.21</swagger-version>
<swagger-ui-version>2.1.4</swagger-ui-version>
<scala-version>2.10.4</scala-version>
<felix-version>2.3.4</felix-version>
Expand Down