Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Nov 22, 2023
1 parent 96dfd1d commit 04b04f2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion edec-codelist-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>com.helger.peppol</groupId>
<artifactId>peppol-commons-parent-pom</artifactId>
<version>9.1.0</version>
<version>9.1.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package eu.peppol.codelist.v8;
package eu.peppol.codelist.main;

import java.util.Map;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package eu.peppol.codelist.v8;
package eu.peppol.codelist.main;

import com.helger.commons.version.Version;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import eu.peppol.codelist.v8.ConvertV8_7;

/**
* Utility class to create the Genericode files from the Excel code list.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import eu.peppol.codelist.main.ConvertV8_7;
import eu.peppol.codelist.model.DocTypeRow;
import eu.peppol.codelist.model.ParticipantIdentifierSchemeRow;
import eu.peppol.codelist.model.ProcessRow;
import eu.peppol.codelist.model.TransportProfileRow;
import eu.peppol.codelist.v8.ConvertV8_7;

/**
* Check if the created lists match the XSD.
Expand Down

0 comments on commit 04b04f2

Please sign in to comment.